diff options
author | Alex Auvolat <alex@adnab.me> | 2022-02-02 11:55:47 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-02-07 11:47:54 +0100 |
commit | 0b08094bf2345f4ac32af98758c07a396970b52e (patch) | |
tree | 2d0faf2d02de2c02a632286b916fcdd1eda13e48 /doc/book/design | |
parent | 961a4cf7b7b7b429d3edfc96dc6a58d58d2d7df5 (diff) | |
download | garage-0b08094bf2345f4ac32af98758c07a396970b52e.tar.gz garage-0b08094bf2345f4ac32af98758c07a396970b52e.zip |
Fix more links
Diffstat (limited to 'doc/book/design')
-rw-r--r-- | doc/book/design/_index.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/book/design/_index.md b/doc/book/design/_index.md index 93b7a27c..f3a08aaf 100644 --- a/doc/book/design/_index.md +++ b/doc/book/design/_index.md @@ -10,11 +10,11 @@ perspective. It will allow you to understand if Garage is a good fit for you, how to better use it, how to contribute to it, what can Garage could and could not do, etc. -- **[Goals and use cases](goals.md):** This page explains why Garage was concieved and what practical use cases it targets. +- **[Goals and use cases](@/documentation/design/goals.md):** This page explains why Garage was concieved and what practical use cases it targets. -- **[Related work](related_work.md):** This pages presents the theoretical background on which Garage is built, and describes other software storage solutions and why they didn't work for us. +- **[Related work](@/documentation/design/related-work.md):** This pages presents the theoretical background on which Garage is built, and describes other software storage solutions and why they didn't work for us. -- **[Internals](internals.md):** This page enters into more details on how Garage manages data internally. +- **[Internals](@/documentation/design/internals.md):** This page enters into more details on how Garage manages data internally. ## Talks |