This is an automated email from the ASF dual-hosted git repository.
randall pushed a commit to branch asf-site
in repository
https://gitbox.apache.org/repos/asf/incubator-annotator-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new cf41efe Fix download links to use downloads.apache.org
cf41efe is described below
commit cf41efef582645b00fa8269c706692fd2af166e6
Author: Randall Leeds <[email protected]>
AuthorDate: Tue Nov 2 09:53:15 2021 -0700
Fix download links to use downloads.apache.org
---
content/index.html | 6 +++---
src/index.html | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/content/index.html b/content/index.html
index eefc0ea..2c4b81e 100644
--- a/content/index.html
+++ b/content/index.html
@@ -143,9 +143,9 @@
</div>
<div class="extra">
<div class="ui horizontal link list">
- <a class="item"
href="https://www.apache.org/dist/incubator/annotator/source/0.2.0/apache-annotator-0.2.0-incubating.tar.gz.asc">PGP
Signature</a>
- <a class="item"
href="https://www.apache.org/dist/incubator/annotator/source/0.2.0/apache-annotator-0.2.0-incubating.tar.gz.sha256">SHA256</a>
- <a class="item"
href="https://www.apache.org/dist/incubator/annotator/source/0.2.0/apache-annotator-0.2.0-incubating.tar.gz.sha512">SHA512</a>
+ <a class="item"
href="https://downloads.apache.org/incubator/annotator/source/0.2.0/apache-annotator-0.2.0-incubating.tar.gz.asc">PGP
Signature</a>
+ <a class="item"
href="https://downloads.apache.org/incubator/annotator/source/0.2.0/apache-annotator-0.2.0-incubating.tar.gz.sha256">SHA256</a>
+ <a class="item"
href="https://downloads.apache.org/incubator/annotator/source/0.2.0/apache-annotator-0.2.0-incubating.tar.gz.sha512">SHA512</a>
</div>
<div class="ui horizontal link list">
<a class="item"
href="https://github.com/apache/incubator-annotator/wiki/Testing-a-Source-Release">Instructions
for verifying downloads.</a>
diff --git a/src/index.html b/src/index.html
index f5b9de3..29d3d42 100644
--- a/src/index.html
+++ b/src/index.html
@@ -91,9 +91,9 @@ layout: default
</div>
<div class="extra">
<div class="ui horizontal link list">
- <a class="item"
href="https://www.apache.org/dist/incubator/annotator/source/0.2.0/apache-annotator-0.2.0-incubating.tar.gz.asc">PGP
Signature</a>
- <a class="item"
href="https://www.apache.org/dist/incubator/annotator/source/0.2.0/apache-annotator-0.2.0-incubating.tar.gz.sha256">SHA256</a>
- <a class="item"
href="https://www.apache.org/dist/incubator/annotator/source/0.2.0/apache-annotator-0.2.0-incubating.tar.gz.sha512">SHA512</a>
+ <a class="item"
href="https://downloads.apache.org/incubator/annotator/source/0.2.0/apache-annotator-0.2.0-incubating.tar.gz.asc">PGP
Signature</a>
+ <a class="item"
href="https://downloads.apache.org/incubator/annotator/source/0.2.0/apache-annotator-0.2.0-incubating.tar.gz.sha256">SHA256</a>
+ <a class="item"
href="https://downloads.apache.org/incubator/annotator/source/0.2.0/apache-annotator-0.2.0-incubating.tar.gz.sha512">SHA512</a>
</div>
<div class="ui horizontal link list">
<a class="item"
href="https://github.com/apache/incubator-annotator/wiki/Testing-a-Source-Release">Instructions
for verifying downloads.</a>