This is an automated email from the ASF dual-hosted git repository. nightowl888 pushed a commit to branch docs/4.8.0-beta00017 in repository https://gitbox.apache.org/repos/asf/lucenenet.git
commit 1ba0cca75b54987a6079c84d20464500d18ca51f Author: Shad Storhaug <[email protected]> AuthorDate: Wed Nov 6 18:45:40 2024 +0700 website: make-release.md: Fixed broken anchor link --- websites/site/contributing/make-release.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websites/site/contributing/make-release.md b/websites/site/contributing/make-release.md index 91229c31a..a17d9652c 100644 --- a/websites/site/contributing/make-release.md +++ b/websites/site/contributing/make-release.md @@ -177,7 +177,7 @@ We have partially automated the release notes through GitHub Releases. They are - Go to the [GitHub New Release](https://github.com/apache/lucenenet/releases/new) link. -- Select the tag you previously created in [Sign the Release](sign-the-release) from the "Choose a tag" dropdown. +- Select the tag you previously created in [Sign the Release](#sign-the-release) from the "Choose a tag" dropdown. - For the "Previous tag", select the tag for the prior release.
