diff --git a/docs/README.md b/docs/README.md index d8ba5584..de3cdb4b 100644 --- a/docs/README.md +++ b/docs/README.md @@ -13,9 +13,7 @@ file from a Hawser server. ## Getting Started -The client lives in [github/hawser](https://github.com/github/hawser). - -Download the [latest release](https://github.com/github/hawser/releases) and run the +Download the [latest client](https://github.com/hawser/git-hawser/releases) and run the included `install.sh` script. ### Configure Git diff --git a/hawserclient/credentials.go b/hawserclient/credentials.go index 75ec8960..02806008 100644 --- a/hawserclient/credentials.go +++ b/hawserclient/credentials.go @@ -49,7 +49,7 @@ func NewCommand(input Creds, subCommand string) *CredentialCmd { process is the process that fires up the daemon, it will wait forever (until the daemon exits, really) trying to read from stderr. - See https://github.com/github/hawser/issues/117 for more details. + See https://github.com/hawser/git-hawser/issues/117 for more details. */ return &CredentialCmd{buf1, subCommand, cmd}