From 91cf8e323074feec9b1ac407ec2ac8282c8d3842 Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Fri, 25 Oct 2024 02:55:15 +0900 Subject: [PATCH] Update docs/configuring-playbook-s3-goofys.md: fix the anchor link for Backblaze B2 The link has been broken since ac7cb3619dfe522af280875566e859007f7a0374 Signed-off-by: Suguru Hirahara --- docs/configuring-playbook-s3-goofys.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuring-playbook-s3-goofys.md b/docs/configuring-playbook-s3-goofys.md index eb674faeb..b15a2bfcd 100644 --- a/docs/configuring-playbook-s3-goofys.md +++ b/docs/configuring-playbook-s3-goofys.md @@ -126,7 +126,7 @@ It's a good idea to [make a complete server backup](faq.md#how-do-i-backup-the-d mv /matrix/synapse/storage/media-store /matrix/synapse/storage/media-store-local-backup ``` -5. Put the [Backblaze B2 settings seen above](#backblaze-b2) in your `vars.yml` file +5. Put the [Backblaze B2 settings](configuring-playbook-s3.md#backblaze-b2) in your `vars.yml` file 6. Run the playbook: `ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start`