diff options
author | Alex Auvolat <alex@adnab.me> | 2023-06-14 12:08:02 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-06-14 12:39:40 +0200 |
commit | dd7533a260291a25d69b8e7afa423df9e0d6a30c (patch) | |
tree | 1b1c6a54aae4b83280a19c4b169f324ad3f6e562 /doc/book/design/internals.md | |
parent | 92336619679712a0aa5cf3ea2e115c706f99ff22 (diff) | |
download | garage-dd7533a260291a25d69b8e7afa423df9e0d6a30c.tar.gz garage-dd7533a260291a25d69b8e7afa423df9e0d6a30c.zip |
doc: add an operations&maintenance section and move some pages there
Diffstat (limited to 'doc/book/design/internals.md')
-rw-r--r-- | doc/book/design/internals.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/book/design/internals.md b/doc/book/design/internals.md index 777e017d..cefb7acc 100644 --- a/doc/book/design/internals.md +++ b/doc/book/design/internals.md @@ -61,7 +61,7 @@ Garage prioritizes which nodes to query according to a few criteria: For further reading on the cluster structure look at the [gateway](@/documentation/cookbook/gateways.md) -and [cluster layout management](@/documentation/reference-manual/layout.md) pages. +and [cluster layout management](@/documentation/operations/layout.md) pages. ## Garbage collection |