diff options
author | sptaule <lecas83@gmail.com> | 2022-01-26 14:44:47 +0100 |
---|---|---|
committer | sptaule <lecas83@gmail.com> | 2022-01-26 14:44:47 +0100 |
commit | e0977c983abff89ac3a9e37f616399dc0b6c61c7 (patch) | |
tree | 51aec127e129ad291063d745904bbe43d906a44d /content/documentation/connect/websites.md | |
parent | ee4d6a01e16ac53fa3e48340a47455281d5f6bc0 (diff) | |
download | garagehq.deuxfleurs.fr-e0977c983abff89ac3a9e37f616399dc0b6c61c7.tar.gz garagehq.deuxfleurs.fr-e0977c983abff89ac3a9e37f616399dc0b6c61c7.zip |
Fix doc links & added noJS support for the doc
Diffstat (limited to 'content/documentation/connect/websites.md')
-rw-r--r-- | content/documentation/connect/websites.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/documentation/connect/websites.md b/content/documentation/connect/websites.md index 1dd9170..6710e91 100644 --- a/content/documentation/connect/websites.md +++ b/content/documentation/connect/websites.md @@ -55,7 +55,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/#minio-client-recommended). Then copy this output folder @@ -68,7 +68,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/#minio-client-recommended). Then build your website: |