Skip to content

Commit

Permalink
services/horizon: convert relative links in README.md and .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilsaraf authored and nullstyle committed Oct 18, 2017
1 parent 9422a5b commit 8e40d97
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion services/horizon/.gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.DS_Store
docs/public
internal/docs/public
/.env
/.go
/tmp/
Expand Down
4 changes: 2 additions & 2 deletions services/horizon/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ glide install
Then, simply run `go install github.com/stellar/go/services/horizon`. After successful
completion, you should find `horizon` is present in your `$GOPATH/bin` directory.

More detailed intructions and [admin guide](docs/reference/admin.md).
More detailed intructions and [admin guide](internal/docs/reference/admin.md).

## Developing Horizon

See [the development guide](docs/developing.md).
See [the development guide](internal/docs/developing.md).

## Contributing
Please see the [CONTRIBUTING.md](./CONTRIBUTING.md) for details on how to contribute to this project.

0 comments on commit 8e40d97

Please sign in to comment.