diff options
author | Alex Auvolat <alex@adnab.me> | 2022-02-02 14:05:17 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-02-07 16:01:48 +0100 |
commit | 7d68b7060e99fa3547700558444382815ce9d1cc (patch) | |
tree | 5f41412747157044d401f3e790c3a3b994cce06e /doc/book/connect/websites.md | |
parent | 99ed67503c22b327143f3831402aae0964f05bed (diff) | |
download | garage-7d68b7060e99fa3547700558444382815ce9d1cc.tar.gz garage-7d68b7060e99fa3547700558444382815ce9d1cc.zip |
Fix anchors in linksdoc/clean-and-tests
Diffstat (limited to 'doc/book/connect/websites.md')
-rw-r--r-- | doc/book/connect/websites.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/book/connect/websites.md b/doc/book/connect/websites.md index 6a6d3185..da3dac90 100644 --- a/doc/book/connect/websites.md +++ b/doc/book/connect/websites.md @@ -71,7 +71,7 @@ Now, each time you want to publish your website from Publii, just hit the bottom 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](@/documentation/connect/cli.md#minio-client-recommended). +First, start by [configuring minio client](@/documentation/connect/cli.md#minio-client). Then build your website (example for jekyll): |