From 59ed61fdcfbedfe751007732983b94133dbd3fbf Mon Sep 17 00:00:00 2001 From: nextguyover <56286401+nextguyover@users.noreply.github.com> Date: Mon, 1 Jul 2024 09:23:10 +1000 Subject: [PATCH] fixed links to remove warnings --- docs/admin-guide/abuse-mitigation/index.md | 4 ++-- docs/config/index.md | 2 +- docs/core-functionality/emails/index.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/admin-guide/abuse-mitigation/index.md b/docs/admin-guide/abuse-mitigation/index.md index 2fd7a64..c64b856 100644 --- a/docs/admin-guide/abuse-mitigation/index.md +++ b/docs/admin-guide/abuse-mitigation/index.md @@ -20,13 +20,13 @@ If you want to be certain that any content that you do not deem acceptable will Users are able to set custom usernames which replace the default randomly generated username. Admins do not have any moderation functionality for custom usernames beyond banning offending users. -As such, if you prefer, custom usernames can be disabled altogether using the [backend configuration](../../config/#custom-usernames). +As such, if you prefer, custom usernames can be disabled altogether using the [backend configuration](../../config/index.md#custom-usernames). ## Resource Abuse ### Comment Spam -To prevent a bad actor from flooding your comments with spam, Confab has features to limit the number of comments that a user can post at one time. Two options are available, depending whether or not you have chosen to use the [Manual Moderation Queue](../../core-functionality/manual-moderation/). +To prevent a bad actor from flooding your comments with spam, Confab has features to limit the number of comments that a user can post at one time. Two options are available, depending whether or not you have chosen to use the [Manual Moderation Queue](../../core-functionality/manual-moderation/index.md). === "Manual Moderation Enabled" diff --git a/docs/config/index.md b/docs/config/index.md index 01f041e..005a048 100644 --- a/docs/config/index.md +++ b/docs/config/index.md @@ -281,7 +281,7 @@ Usernames are randomly generated by default. Use this section to control whether 2. Set cooldown time for username changes !!! warning - Allowing custom usernames poses some risks. See [Abuse Mitigation](../admin-guide/abuse-mitigation/#custom-usernames) for more information. + Allowing custom usernames poses some risks. See [Abuse Mitigation](../admin-guide/abuse-mitigation/index.md#custom-usernames) for more information. ## User Roles diff --git a/docs/core-functionality/emails/index.md b/docs/core-functionality/emails/index.md index 00e2264..ebaa9b6 100644 --- a/docs/core-functionality/emails/index.md +++ b/docs/core-functionality/emails/index.md @@ -3,7 +3,7 @@ Confab sends emails to users for authentication and various other notification scenarios. All the different types of emails that are sent by Confab are listed below. !!! tip - Sending emails has some risks for spam generation. See [Abuse Mitigation](../../admin-guide/abuse-mitigation/#email-spam) for more information. + Sending emails has some risks for spam generation. See [Abuse Mitigation](../../admin-guide/abuse-mitigation/index.md#email-spam) for more information. ## Types of Emails