merlimat closed pull request #2014: Removed links to github from download page
URL: https://github.com/apache/incubator-pulsar/pull/2014
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/site/download.md b/site/download.md
index a9744b0f6d..02787c4774 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]({{ archive_root_url
}}/pulsar-{{ version }}/apache-pulsar-{{ version }}-src.tar.gz) - [asc]({{
archive_root_https_url }}/pulsar-{{ version }}/apache-pulsar-{{ version
}}-src.tar.gz.asc), [sha1]({{ archive_root_https_url }}/pulsar-{{ version
}}/apache-pulsar-{{ version }}-src.tar.gz.sha1), [sha512]({{
archive_root_https_url }}/pulsar-{{ version }}/apache-pulsar-{{ version
}}-src.tar.gz.sha512) | [Release notes v{{ version }}]({{
release_notes_root_url }}/v{{ version }})
+%} {{ 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]({{ archive_root_url
}}/pulsar-{{ version }}/apache-pulsar-{{ version }}-src.tar.gz) - [asc]({{
archive_root_https_url }}/pulsar-{{ version }}/apache-pulsar-{{ version
}}-src.tar.gz.asc), [sha1]({{ archive_root_https_url }}/pulsar-{{ version
}}/apache-pulsar-{{ version }}-src.tar.gz.sha1), [sha512]({{
archive_root_https_url }}/pulsar-{{ version }}/apache-pulsar-{{ version
}}-src.tar.gz.sha512) | [Release notes v{{ version }}]({{
release_notes_root_url }}#{{ version }})
{% endfor %}
{% endif %}
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services