diff options
author | Sander Vrijders <sander@ouroboros.rocks> | 2019-10-12 15:07:35 +0200 |
---|---|---|
committer | Sander Vrijders <sander@ouroboros.rocks> | 2019-10-12 15:07:35 +0200 |
commit | b64144b5a6c8ac62dafee254fecf978fb0150645 (patch) | |
tree | cb99be8f612dc3109b35038832875967a90b1d5e /content/en/docs/Start | |
parent | fd3f32b8b435803b7c0ecb6603b9f014b519f37d (diff) | |
download | website-b64144b5a6c8ac62dafee254fecf978fb0150645.tar.gz website-b64144b5a6c8ac62dafee254fecf978fb0150645.zip |
content: Fix several typos
Also removes the changelog everywhere, as that is tracked by git.
Diffstat (limited to 'content/en/docs/Start')
-rw-r--r-- | content/en/docs/Start/install.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/en/docs/Start/install.md b/content/en/docs/Start/install.md index 736d1a2..ea4a3f7 100644 --- a/content/en/docs/Start/install.md +++ b/content/en/docs/Start/install.md @@ -38,14 +38,14 @@ $ cmake -D<option>=<value> .. ``` Alternatively, after running cmake and before installation, run -[ccmake](https://cmake.org/cmake/help/v3.0/manual/ccmake.1.html) to +[ccmake](https://cmake.org/cmake/help/latest/manual/ccmake.1.html) to configure Ouroboros: ```bash $ ccmake . ``` -A list of all options can be found [here](/compopt). +A list of all options can be found [here](/docs/reference/compopt). ### Remove Ouroboros |