Skip to content
This repository has been archived by the owner on Dec 22, 2021. It is now read-only.

fixed link #187

Merged
merged 2 commits into from
Aug 2, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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. :)