diff --git a/docs/internals/howto-release-django.txt b/docs/internals/howto-release-django.txt index 302865d29ab3..c8063b78df9a 100644 --- a/docs/internals/howto-release-django.txt +++ b/docs/internals/howto-release-django.txt @@ -63,8 +63,8 @@ There are a lot of details, so please read on. populates a lot of boilerplate you will need for announcements, CVE publication, and hashes for commit messages. By using this app for preparing security issue metadata, your peer releasers can check your entries and - consult them again in the future. - (`Example `_) + consult them again in the future. See `example checklist + `_. Prerequisites ============= @@ -742,7 +742,8 @@ You're almost done! All that's left to do now is: #. Process the older versions that will reach End-Of-Mainstream and/or End-Of-Life support when this final release is published: - #. Ensure that the EOL versions are mentioned in the blog post. `Example + #. Ensure that the EOL versions are mentioned in the blog post. See + `example announcement `_. #. Create a tag for the EOL stable branch and delete the stable branch.