aboutsummaryrefslogtreecommitdiff
path: root/doc/book/reference-manual
diff options
context:
space:
mode:
Diffstat (limited to 'doc/book/reference-manual')
-rw-r--r--doc/book/reference-manual/configuration.md4
-rw-r--r--doc/book/reference-manual/layout.md2
-rw-r--r--doc/book/reference-manual/s3-compatibility.md (renamed from doc/book/reference-manual/s3_compatibility.md)0
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/book/reference-manual/configuration.md b/doc/book/reference-manual/configuration.md
index b9c093aa..3f553055 100644
--- a/doc/book/reference-manual/configuration.md
+++ b/doc/book/reference-manual/configuration.md
@@ -60,7 +60,7 @@ Store this folder on a fast SSD drive if possible to maximize Garage's performan
The directory in which Garage will store the data blocks of objects.
This folder can be placed on an HDD. The space available for `data_dir`
should be counted to determine a node's capacity
-when [configuring it](../getting_started/05_cluster.md).
+when [configuring it](@/documentation/cookbook/real-world.md).
#### `block_size`
@@ -206,7 +206,7 @@ Garage will accept S3 API calls that are targetted to the S3 region defined here
API calls targetted to other regions will fail with a AuthorizationHeaderMalformed error
message that redirects the client to the correct region.
-#### `root_domain`
+#### `root_domain` {#root_domain}
The optionnal suffix to access bucket using vhost-style in addition to path-style request.
Note path-style requests are always enabled, whether or not vhost-style is configured.
diff --git a/doc/book/reference-manual/layout.md b/doc/book/reference-manual/layout.md
index 3f818b62..7debbf33 100644
--- a/doc/book/reference-manual/layout.md
+++ b/doc/book/reference-manual/layout.md
@@ -7,7 +7,7 @@ The cluster layout in Garage is a table that assigns to each node a role in
the cluster. The role of a node in Garage can either be a storage node with
a certain capacity, or a gateway node that does not store data and is only
used as an API entry point for faster cluster access.
-An introduction to building cluster layouts can be found in the [production deployment](/cookbook/real_world.md) page.
+An introduction to building cluster layouts can be found in the [production deployment](@/documentation/cookbook/real-world.md) page.
## How cluster layouts work in Garage
diff --git a/doc/book/reference-manual/s3_compatibility.md b/doc/book/reference-manual/s3-compatibility.md
index fdac06ab..fdac06ab 100644
--- a/doc/book/reference-manual/s3_compatibility.md
+++ b/doc/book/reference-manual/s3-compatibility.md