diff options
author | Alex <alex@adnab.me> | 2022-02-10 15:58:09 +0100 |
---|---|---|
committer | Alex <alex@adnab.me> | 2022-02-10 15:58:09 +0100 |
commit | 4ae03aa774c72a67316853895de2b708f1db6cf4 (patch) | |
tree | d94c5e2931aef5530efa8629a9b97aa4b47bd58f /doc/book/quick-start | |
parent | 3e1373fafcf1789efa876fc9c66fb85cd74d3a31 (diff) | |
download | garage-4ae03aa774c72a67316853895de2b708f1db6cf4.tar.gz garage-4ae03aa774c72a67316853895de2b708f1db6cf4.zip |
Small documentation updates (#237)
Fixes #234, among other things
Co-authored-by: Alex Auvolat <alex@adnab.me>
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/237
Co-authored-by: Alex <alex@adnab.me>
Co-committed-by: Alex <alex@adnab.me>
Diffstat (limited to 'doc/book/quick-start')
-rw-r--r-- | doc/book/quick-start/_index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/book/quick-start/_index.md b/doc/book/quick-start/_index.md index cd916bda..025747bc 100644 --- a/doc/book/quick-start/_index.md +++ b/doc/book/quick-start/_index.md @@ -20,7 +20,7 @@ as it provides no redundancy for your data! Download the latest Garage binary from the release pages on our repository: -<https://garagehq.deuxfleurs.fr/_releases.html> +<https://garagehq.deuxfleurs.fr/download/> Place this binary somewhere in your `$PATH` so that you can invoke the `garage` command directly (for instance you can copy the binary in `/usr/local/bin` |