diff options
author | Alex Auvolat <alex@adnab.me> | 2022-02-02 11:43:28 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-02-07 11:47:54 +0100 |
commit | 961a4cf7b7b7b429d3edfc96dc6a58d58d2d7df5 (patch) | |
tree | 948f22a5b16f911702a6ca61befcfaff13575a60 /doc/book/connect/websites.md | |
parent | 50d8e306035d0611f128fbd7499d63c5093d19df (diff) | |
download | garage-961a4cf7b7b7b429d3edfc96dc6a58d58d2d7df5.tar.gz garage-961a4cf7b7b7b429d3edfc96dc6a58d58d2d7df5.zip |
Change _ to - and fix internal links
Diffstat (limited to 'doc/book/connect/websites.md')
-rw-r--r-- | doc/book/connect/websites.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/book/connect/websites.md b/doc/book/connect/websites.md index 1ef50463..3f62c9a6 100644 --- a/doc/book/connect/websites.md +++ b/doc/book/connect/websites.md @@ -53,7 +53,7 @@ Currently, the proposed workaround is to deploy your website manually: - Click on Get website files - You need to synchronize the output folder you see in your file explorer, we will use minio client. -Be sure that you [configured minio client](cli.html#minio-client-recommended). +Be sure that you [configured minio client](@/documentation/connect/cli.md#minio-client-recommended). Then copy this output folder @@ -66,7 +66,7 @@ mc mirror --overwrite output garage/my-site Some tools do not support sending to a S3 backend but output a compiled folder on your system. We can then use any CLI tool to upload this content to our S3 target. -First, start by [configuring minio client](cli.html#minio-client-recommended). +First, start by [configuring minio client](@/documentation/connect/cli.md#minio-client-recommended). Then build your website: |