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/connect | |
parent | 961a4cf7b7b7b429d3edfc96dc6a58d58d2d7df5 (diff) | |
download | garage-0b08094bf2345f4ac32af98758c07a396970b52e.tar.gz garage-0b08094bf2345f4ac32af98758c07a396970b52e.zip |
Fix more links
Diffstat (limited to 'doc/book/connect')
-rw-r--r-- | doc/book/connect/repositories.md | 4 |
1 files changed, 2 insertions, 2 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: |