diff --git a/README.md b/README.md index 3756a83..07c0c30 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This is a Go library making queries to LeakIX easier. package main import ( "fmt" - "gitlab.nobody.run/tbi/LeakIXClient" + "github.com/LeakIX/LeakIXClient" ) func main(){ @@ -26,4 +26,4 @@ func main(){ } } -``` \ No newline at end of file +``` diff --git a/example/main.go b/example/main.go index 16538d0..aaabc65 100644 --- a/example/main.go +++ b/example/main.go @@ -1,7 +1,7 @@ package main import ( "fmt" - "gitlab.nobody.run/tbi/LeakIXClient" + "github.com/LeakIX/LeakIXClient" ) func main(){