Skip to content

Commit

Permalink
README.md: Fix URL to go documentation server
Browse files Browse the repository at this point in the history
  • Loading branch information
panchoh committed Dec 8, 2018
1 parent 05667cd commit f38819c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,12 +106,11 @@ Our work draws strongly from the **Balloon proposals**, with some modifications
## Useful commands
- Go documentation server
- Go [documentation server](http://localhost:6061/pkg/github.com/bbva/qed/)
```
godoc -http=:6061 # http://localhost:6061/pkg/qed/
godoc -http=:6061 # http://localhost:6061/pkg/github.com/bbva/qed/
```
[http://localhost:6061/pkg/github.com/bbva/qed/]
- Test everything
Expand Down

0 comments on commit f38819c

Please sign in to comment.