diff options
Diffstat (limited to 'content/documentation/quick-start/overview.md')
-rw-r--r-- | content/documentation/quick-start/overview.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/content/documentation/quick-start/overview.md b/content/documentation/quick-start/overview.md index f09d748..478e033 100644 --- a/content/documentation/quick-start/overview.md +++ b/content/documentation/quick-start/overview.md @@ -11,7 +11,7 @@ and how to interact with it. Our goal is to introduce you to Garage's workflows. Following this guide is recommended before moving on to -[configuring a multi-node cluster](../cookbook/real_world.md). +[configuring a multi-node cluster](/documentation/cookbook/real-world/). Note that this kind of deployment should not be used in production, as it provides no redundancy for your data! @@ -28,7 +28,7 @@ or in `~/.local/bin`). If a binary of the last version is not available for your architecture, or if you want a build customized for your system, -you can [build Garage from source](../cookbook/from_source.md). +you can [build Garage from source](/documentation/cookbook/from-source/). ## Writing a first configuration file @@ -280,5 +280,5 @@ The following tools can also be used to send and recieve files from/to Garage: - [Cyberduck](https://cyberduck.io/) - [`s3cmd`](https://s3tools.org/s3cmd) -Refer to the ["Integrations" section](../connect/index.md) to learn how to +Refer to the ["Integrations" section](/documentation/connect/) to learn how to configure application and command line utilities to integrate with Garage. |