1
0
mirror of https://github.com/taigrr/nats.docs synced 2025-01-18 04:03:23 -08:00

Fix missing 'nats-io/' in a URL

Reported on Slack by https://github.com/rchenzheng
This commit is contained in:
Phil Pennock 2020-02-01 13:32:37 -05:00
parent dd55b91e53
commit bb35960f2e

View File

@ -9,7 +9,7 @@ A utility for creating `bcrypt` hashes is included with the nats-server distribu
If you have [go installed](https://golang.org/doc/install), you can easily install the `mkpasswd` tool by doing:
```text
> go get github.com/nats-server/util/mkpasswd
> go get github.com/nats-io/nats-server/util/mkpasswd
```
Alternatively, you can: