aboutsummaryrefslogtreecommitdiff
path: root/doc/book
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2022-02-02 11:55:47 +0100
committerAlex Auvolat <alex@adnab.me>2022-02-07 11:47:54 +0100
commit0b08094bf2345f4ac32af98758c07a396970b52e (patch)
tree2d0faf2d02de2c02a632286b916fcdd1eda13e48 /doc/book
parent961a4cf7b7b7b429d3edfc96dc6a58d58d2d7df5 (diff)
downloadgarage-0b08094bf2345f4ac32af98758c07a396970b52e.tar.gz
garage-0b08094bf2345f4ac32af98758c07a396970b52e.zip
Fix more links
Diffstat (limited to 'doc/book')
-rw-r--r--doc/book/connect/repositories.md4
-rw-r--r--doc/book/design/_index.md6
2 files changed, 5 insertions, 5 deletions
diff --git a/doc/book/connect/repositories.md b/doc/book/connect/repositories.md
index 1b06385c..eb06e360 100644
--- a/doc/book/connect/repositories.md
+++ b/doc/book/connect/repositories.md
@@ -92,8 +92,8 @@ garage bucket website nix.example.com --allow
```
If you need more information about exposing buckets as websites on Garage,
-check [Exposing buckets as websites](/cookbook/exposing_websites.html)
- and [Configuring a reverse proxy](/cookbook/reverse_proxy.html).
+check [Exposing buckets as websites](@/documentation/cookbook/exposing-websites.md)
+ and [Configuring a reverse proxy](@/documentation/cookbook/reverse-proxy.md).
Next, we want to check that our bucket works:
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