aboutsummaryrefslogtreecommitdiff
path: root/doc/book/development
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2022-02-02 11:43:28 +0100
committerAlex Auvolat <alex@adnab.me>2022-02-07 11:47:54 +0100
commit961a4cf7b7b7b429d3edfc96dc6a58d58d2d7df5 (patch)
tree948f22a5b16f911702a6ca61befcfaff13575a60 /doc/book/development
parent50d8e306035d0611f128fbd7499d63c5093d19df (diff)
downloadgarage-961a4cf7b7b7b429d3edfc96dc6a58d58d2d7df5.tar.gz
garage-961a4cf7b7b7b429d3edfc96dc6a58d58d2d7df5.zip
Change _ to - and fix internal links
Diffstat (limited to 'doc/book/development')
-rw-r--r--doc/book/development/miscellaneous-notes.md (renamed from doc/book/development/miscellaneous_notes.md)0
-rw-r--r--doc/book/development/release-process.md (renamed from doc/book/development/release_process.md)0
-rw-r--r--doc/book/development/scripts.md6
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/book/development/miscellaneous_notes.md b/doc/book/development/miscellaneous-notes.md
index f0083ae5..f0083ae5 100644
--- a/doc/book/development/miscellaneous_notes.md
+++ b/doc/book/development/miscellaneous-notes.md
diff --git a/doc/book/development/release_process.md b/doc/book/development/release-process.md
index e8d29ad8..e8d29ad8 100644
--- a/doc/book/development/release_process.md
+++ b/doc/book/development/release-process.md
diff --git a/doc/book/development/scripts.md b/doc/book/development/scripts.md
index 25f2ce0e..498419e2 100644
--- a/doc/book/development/scripts.md
+++ b/doc/book/development/scripts.md
@@ -34,7 +34,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/_index.md#launching-the-garage-server) section of our Quick start page.
### 2. Make them join the cluster
@@ -44,7 +44,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 [Creating a cluster layout](@/documentation/quick-start/_index.md#creating-a-cluster-layout) section of our Quick start page.
### 3. Create a key and a bucket
@@ -55,7 +55,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/_index.md#creating-buckets-and-keys) section of our Quick start page.
## Handlers for generic tools