From b690c811a895b455e82dd06042a548ace97ecc9a Mon Sep 17 00:00:00 2001 From: Daniel Augusto Veronezi Salvador <38945620+GutoVeronezi@users.noreply.github.com> Date: Fri, 27 Sep 2024 15:06:13 -0300 Subject: [PATCH] Remove duplicated word --- content/pages/release-download-pages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/pages/release-download-pages.md b/content/pages/release-download-pages.md index 6a923a804..16e05d58f 100644 --- a/content/pages/release-download-pages.md +++ b/content/pages/release-download-pages.md @@ -36,7 +36,7 @@ Your Apache project's download page: - **must** have at least one link to the current release. This link **must** use the `closer.lua` utility. For example: `https://www.apache.org/dyn/closer.lua/PROJECT/VERSION/SOURCE-RELEASE`. (Note: the `mirrors.cgi` and `closer.cgi` scripts have been deprecated. Calls to them redirect to `closer.lua`.) - **must** have a link to the checksum for the current release. These links **must** use direct links to the Apache distribution server. For example: `https://downloads.apache.org/PROJECT/VERSION/CHECKSUM`. - **must** have a link to the KEYS file for your project on the Apache distribution server. For example: `https://downloads.apache.org/PROJECT/KEYS`. - - **must** have a link to the signature file for each release. See see the [release signing](release-signing.html) page for more information. + - **must** have a link to the signature file for each release. See the [release signing](release-signing.html) page for more information. - **should** have instructions on how to verify downloads. For this you can include a link to the Apache documentation on verification. - **must not** include a download link to the top-level `closer.lua` utility (e.g. `http://www.apache.org/dyn/closer.lua/PROJECT`).