@@ 21,7 21,7 @@ And nothing else.
## Installing
```bash
-go get github.com/egtann/srp/cmd/srp
+go get egt.run/pkg/srp/cmd/srp
```
Then run `srp -h` for usage help.
@@ 70,7 70,7 @@ SRP will try that same request again using a different backend (3 tries max).
## API
SRP includes a simple API to retrieve each services' healthy backends. Combined
-with something like github.com/egtann/lanhttp, the API enables your apps to
+with something like egt.run/pkg/lanhttp, the API enables your apps to
communicate over an internal network, rather than through the public internet,
without re-configuring your servers or modifying DNS.