Skip to content

Commit

Permalink
fixed link (Consensys#187)
Browse files Browse the repository at this point in the history
* fixed link

* typo
  • Loading branch information
macfarla authored Aug 2, 2018
1 parent ebacdde commit fc98343
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions documentation/development/quick_start.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Dependencies

To run Orion, you need Java and Libsodium installed in your system.
For instruction on how to install Libsodium [click here](documentation/development/dependencies.md).
For instruction on how to install Libsodium [click here](dependencies.md).

## Downloading and Running Orion

Expand Down Expand Up @@ -74,4 +74,4 @@ $ curl -X POST \
$ {"payload":"SGVsbG8sIFdvcmxkIQ=="}
```
Where `SGVsbG8sIFdvcmxkIQ==` is is `Hello, World!` in Base64. :)
Where `SGVsbG8sIFdvcmxkIQ==` is `Hello, World!` in Base64. :)

0 comments on commit fc98343

Please sign in to comment.