From d38b3ad09cf5bafbfcd2285939ad2858545608c9 Mon Sep 17 00:00:00 2001 From: Alex Vandiver Date: Mon, 23 Jan 2023 18:57:28 +0000 Subject: [PATCH] changelog: Fix the link from `.html#` to `.md#`. --- docs/overview/changelog.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/overview/changelog.md b/docs/overview/changelog.md index c2718dc5b9..65be73e59c 100644 --- a/docs/overview/changelog.md +++ b/docs/overview/changelog.md @@ -55,12 +55,12 @@ log][commit-log] for an up-to-date list of all changes. - Updated the Intercom integration to return success on `HEAD` requests, which it uses to verify its configuration. - Documented how each - [rate limit](../production/security-model.html#rate-limiting) + [rate limit](../production/security-model.md#rate-limiting) category is used. - Documented the `reset_authentication_attempt_count` command for when users lock themselves out. - Documented the - [full S3 bucket policy](../production/upload-backends.html#s3-bucket-policy) + [full S3 bucket policy](../production/upload-backends.md#s3-bucket-policy) for avatar and uploads buckets. - Clarified what the `--email` value passed to the installer will be used for. - Hid harmless "non-existent database" warnings during initial installation.