This is an automated email from the ASF dual-hosted git repository. lostluck pushed a commit to branch lostluck-patch-2 in repository https://gitbox.apache.org/repos/asf/beam.git
commit 51b7e962f7dc0dcdd51dfeb91a08891c7676060d Author: Robert Burke <[email protected]> AuthorDate: Fri Dec 11 15:10:16 2020 -0800 Fix missing braket in the 2.25 signature. --- website/www/site/content/en/get-started/downloads.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/www/site/content/en/get-started/downloads.md b/website/www/site/content/en/get-started/downloads.md index 330b6c3..f4a5b41 100644 --- a/website/www/site/content/en/get-started/downloads.md +++ b/website/www/site/content/en/get-started/downloads.md @@ -99,7 +99,7 @@ Official [source code download](http://www.apache.org/dyn/closer.cgi/beam/2.26.0 ### 2.25.0 (2020-10-23) Official [source code download](https://archive.apache.org/dist/beam/2.25.0/apache-beam-2.25.0-source-release.zip). [SHA-512](https://archive.apache.org/dist/beam/2.25.0/apache-beam-2.25.0-source-release.zip.sha512). -[signature]https://archive.apache.org/dist/beam/.25.0/apache-beam-2.25.0-source-release.zip.asc). +[signature](https://archive.apache.org/dist/beam/.25.0/apache-beam-2.25.0-source-release.zip.asc). [Release notes](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12319527&version=12347147). [Blog post](/blog/beam-2.25.0).
