This is an automated email from the ASF dual-hosted git repository.
mmerli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pulsar.git
The following commit(s) were added to refs/heads/master by this push:
new 8284fa1 Removed links to github from download page (#2014)
8284fa1 is described below
commit 8284fa178481e0302a385402b2a4caefc339914d
Author: Matteo Merli <[email protected]>
AuthorDate: Thu Jun 21 14:42:33 2018 -0700
Removed links to github from download page (#2014)
---
site/download.md | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/site/download.md b/site/download.md
index a9744b0..02787c4 100644
--- a/site/download.md
+++ b/site/download.md
@@ -28,8 +28,6 @@ layout: content
{% capture dist_url %}https://www.apache.org/dist/incubator/pulsar/pulsar-{{
site.current_version }}/apache-pulsar-{{ site.current_version }}{% endcapture %}
-You can download Pulsar from the [releases
page](https://github.com/apache/incubator-pulsar/releases) on GitHub or here:
-
### Version {{ site.current_version }} releases
Release | Link | Crypto files
@@ -66,13 +64,13 @@ Client guide | API docs
{% if site.archived_releases %}
{% capture archive_root_url
%}http://archive.apache.org/dist/incubator/pulsar{% endcapture %}
{% capture archive_root_https_url
%}https://archive.apache.org/dist/incubator/pulsar{% endcapture %}
-{% capture release_notes_root_url
%}https://github.com/apache/incubator-pulsar/releases/tag{% endcapture %}
+{% capture release_notes_root_url %}../release-notes{% endcapture %}
### Older releases
Release | Binary | Source | Release notes
:-------|:---------|:-------------|:-------------
{% for version in site.archived_releases
-%} {{ version }} | [pulsar-{{version}}-bin.tar.gz]({{ archive_root_url
}}/pulsar-{{ version }}/apache-pulsar-{{ version }}-bin.tar.gz) - [asc]({{
archive_root_https_url }}/pulsar-{{ version }}/apache-pulsar-{{ version
}}-bin.tar.gz.asc), [sha1]({{ archive_root_https_url }}/pulsar-{{ version
}}/apache-pulsar-{{ version }}-bin.tar.gz.sha1), [sha512]({{
archive_root_https_url }}/pulsar-{{ version }}/apache-pulsar-{{ version
}}-bin.tar.gz.sha512) | [pulsar-{{ version }}-src.tar.gz]({{ archiv [...]
+%} {{ version }} | [pulsar-{{version}}-bin.tar.gz]({{ archive_root_url
}}/pulsar-{{ version }}/apache-pulsar-{{ version }}-bin.tar.gz) - [asc]({{
archive_root_https_url }}/pulsar-{{ version }}/apache-pulsar-{{ version
}}-bin.tar.gz.asc), [sha1]({{ archive_root_https_url }}/pulsar-{{ version
}}/apache-pulsar-{{ version }}-bin.tar.gz.sha1), [sha512]({{
archive_root_https_url }}/pulsar-{{ version }}/apache-pulsar-{{ version
}}-bin.tar.gz.sha512) | [pulsar-{{ version }}-src.tar.gz]({{ archiv [...]
{% endfor %}
{% endif %}