From a6fa33e16c00cfc55285297dce3d124aed79ba3a Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Mon, 21 Oct 2024 05:48:02 +0900 Subject: [PATCH] Update docs/configuring-playbook-alertmanager-receiver.md: fix anchor links Signed-off-by: Suguru Hirahara --- docs/configuring-playbook-alertmanager-receiver.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/configuring-playbook-alertmanager-receiver.md b/docs/configuring-playbook-alertmanager-receiver.md index 1de72ee21..0e10a5016 100644 --- a/docs/configuring-playbook-alertmanager-receiver.md +++ b/docs/configuring-playbook-alertmanager-receiver.md @@ -69,14 +69,14 @@ The playbook can automatically create users, but it cannot automatically obtain 4. Log in as the bot using any Matrix client of your choosing, accept the room invitation from the bot's account and log out 5. (Optionally) Adjust `matrix_alertmanager_receiver_config_matrix_room_mapping` to create a mapping between the new room and its ID -Steps 1 and 2 above only need to be done once, while preparing your [configuration](#configuration). +Steps 1 and 2 above only need to be done once, while preparing your [configuration](#adjusting-the-playbook-configuration). Steps 3 and 4 need to be done for each new room you'd like the bot to deliver alerts to. Step 5 is optional and provides cleaner `/alert/` URLs. ## Installing -Now that you've [prepared the bot account and room](#account-and-room-preparation), [configured the playbook](#configuration), and potentially [adjusted your DNS records](#adjusting-dns-records), you can run the [installation](installing.md) command: `just install-all` +Now that you've [prepared the bot account and room](#account-and-room-preparation), [configured the playbook](#adjusting-the-playbook-configuration), and potentially [adjusted your DNS records](#adjusting-dns-records), you can run the [installation](installing.md) command: `just install-all` Then, you can proceed to [Usage](#usage).