changes import paths from gerrit.fd.io/r/govpp.git to git.fd.io/govpp.git
[govpp.git] / binapi_generator / generator.go
index 537a4d4..43f9ede 100644 (file)
@@ -43,7 +43,7 @@ const (
 )
 
 const (
-       apiImportPath = "gerrit.fd.io/r/govpp.git/api" // import path of the govpp API
+       apiImportPath = "git.fd.io/govpp.git/api" // import path of the govpp API
        inputFileExt  = ".json"                                               // filename extension of files that should be processed as the input
 )