From e0977c983abff89ac3a9e37f616399dc0b6c61c7 Mon Sep 17 00:00:00 2001 From: sptaule Date: Wed, 26 Jan 2022 14:44:47 +0100 Subject: Fix doc links & added noJS support for the doc --- content/documentation/development/scripts.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'content/documentation/development') diff --git a/content/documentation/development/scripts.md b/content/documentation/development/scripts.md index a6db23c..a3871eb 100644 --- a/content/documentation/development/scripts.md +++ b/content/documentation/development/scripts.md @@ -36,7 +36,7 @@ You can inspect the detailed configuration, including ports, by inspecting `/tmp This script also spawns a simple HTTPS reverse proxy through `socat` for the S3 endpoint that listens on port `4443`. Some libraries might require a TLS endpoint to work, refer to our issue [#64](https://git.deuxfleurs.fr/Deuxfleurs/garage/issues/64) for more detailed information on this subject. -This script covers the [Launching the garage server](/quick_start/index.html#launching-the-garage-server) section of our Quick start page. +This script covers the [Launching the garage server](/documentation/quick-start/overview/#launching-the-garage-server) section of our Quick start page. ### 2. Make them join the cluster @@ -46,7 +46,7 @@ This script covers the [Launching the garage server](/quick_start/index.html#lau This script will configure each instance by assigning them a zone (`dc1`) and a weight (`1`). -This script covers the [Configuring your Garage node](/quick_start/index.html#configuring-your-garage-node) section of our Quick start page. +This script covers the [Configuring your Garage node](/documentation/quick-start/overview/) section of our Quick start page. ### 3. Create a key and a bucket @@ -57,7 +57,7 @@ This script covers the [Configuring your Garage node](/quick_start/index.html#co This script will create a bucket named `eprouvette` with a key having read and write rights on this bucket. The key is stored in a filed named `/tmp/garage.s3` and can be used by the following tools to pre-configure them. -This script covers the [Creating buckets and keys](/quick_start/index.html#creating-buckets-and-keys) section of our Quick start page. +This script covers the [Creating buckets and keys](/documentation/quick-start/overview/#creating-buckets-and-keys) section of our Quick start page. ## Handlers for generic tools -- cgit v1.2.3