This is an automated email from the ASF dual-hosted git repository. jcchavezs pushed a commit to branch fixes_zip_in_downloads in repository https://gitbox.apache.org/repos/asf/incubator-zipkin-website.git
commit e3bf57fbbc2b1e0e6c01f3e9024d72d18c690657 Author: José Carlos Chávez <[email protected]> AuthorDate: Thu Jun 6 08:32:23 2019 +0200 Fixes the asc and zip url. --- pages/downloads.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/downloads.md b/pages/downloads.md index 1482667..ad0f89d 100644 --- a/pages/downloads.md +++ b/pages/downloads.md @@ -2,7 +2,7 @@ title: Source Downloads weight: 4 --- -{% assign baseUrl = 'https://www.apache.org/dyn/closer.cgi?path=incubator/zipkin' %} +{% assign baseUrl = 'https://www.apache.org/dist/incubator/zipkin' %} {% assign downloads = site.data.downloads | where_exp: "download", "download.type != 'internal'" %} Apache Software Foundation (ASF) requires projects to have a downloads page, used in release announcements. Below are the locations of the official voted source releases per-project.
