This is an automated email from the ASF dual-hosted git repository.
hxd pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb-website.git
The following commit(s) were added to refs/heads/master by this push:
new e863262 [IOTDB-175] fix KEYs file url from dist.apache.org to
apache.org/dist
e863262 is described below
commit e8632626e8eb207eb2f8aa06f7dfa2ee0110d054
Author: xiangdong huang <[email protected]>
AuthorDate: Fri Aug 23 18:20:30 2019 +0800
[IOTDB-175] fix KEYs file url from dist.apache.org to apache.org/dist
---
src/views/Download.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/views/Download.vue b/src/views/Download.vue
index e9f28ca..14f515b 100644
--- a/src/views/Download.vue
+++ b/src/views/Download.vue
@@ -30,7 +30,7 @@
verify
hashes and signatures </a> which you can follow by using any of
these
release-signing <a class="link-color"
-
href="https://dist.apache.org/repos/dist/release/incubator/iotdb/KEYS">
+
href="https://www.apache.org/dist/incubator/iotdb/KEYS">
KEYS </a>.
</p>
</div>