From bb35960f2ea1d52ac908add9989757add66f8277 Mon Sep 17 00:00:00 2001 From: Phil Pennock Date: Sat, 1 Feb 2020 13:32:37 -0500 Subject: [PATCH] Fix missing 'nats-io/' in a URL Reported on Slack by https://github.com/rchenzheng --- nats-tools/mkpasswd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nats-tools/mkpasswd.md b/nats-tools/mkpasswd.md index 8e6b2e9..267df17 100644 --- a/nats-tools/mkpasswd.md +++ b/nats-tools/mkpasswd.md @@ -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: