Merge pull request #155 from hawser/update-links

Update links
This commit is contained in:
risk danger olson 2015-02-03 11:12:43 -07:00
commit 349ec305db
2 changed files with 2 additions and 4 deletions

@ -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

@ -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}