diff --git a/README.md b/README.md index 2826e9ed7..a9cff8eeb 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ You can get all packages in a group by using group name (like `logging`) or sing ### Install -You can find `furyctl` binaries on the [Releases page](https://github.com/sighup-io/furyctl/releases). +You can find `furyctl` binaries on the [Releases page](https://github.com/sighupio/furyctl/releases). Supported architectures are (64 bit): - `linux` diff --git a/cmd/config.go b/cmd/config.go index ef135773a..ec5e617c5 100644 --- a/cmd/config.go +++ b/cmd/config.go @@ -21,7 +21,7 @@ import ( const ( configFile = "Furyfile" - repoPrefix = "git@github.com:sighup-io/fury-kubernetes" + repoPrefix = "git@github.com:sighupio/fury-kubernetes" defaultVendorFolderName = "vendor" ) diff --git a/go.mod b/go.mod index 6d4afdcc1..a7f2eb7b6 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/sighup-io/furyctl +module github.com/sighupio/furyctl require ( contrib.go.opencensus.io/exporter/ocagent v0.3.0 // indirect diff --git a/main.go b/main.go index 7cbe7fafa..2c099a941 100644 --- a/main.go +++ b/main.go @@ -15,7 +15,7 @@ package main import ( - "github.com/sighup-io/furyctl/cmd" + "github.com/sighupio/furyctl/cmd" ) func main() {