From 39f45cd3a0c814545bd12aec702cd14b19ff2cdb Mon Sep 17 00:00:00 2001 From: Bruno Bigras Date: Tue, 27 Sep 2016 16:32:23 -0400 Subject: [PATCH] fix godoc URL in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d7aec7b..a5ed08d 100644 --- a/README.md +++ b/README.md @@ -476,5 +476,5 @@ Auth Session = An individual authentication session /requestAuthSession makes th GOPATH=$GOPATH:$(pwd) godoc -v -http=localhost:6060 & # Open up the documentation for go-neb in a browser. -sensible-browser http://localhost/pkg/github.com/matrix-org/go-neb +sensible-browser http://localhost:6060/pkg/github.com/matrix-org/go-neb ```