You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by ev...@apache.org on 2017/11/21 01:57:18 UTC

bigtop git commit: BIGTOP-2891. Download page must link to ASF mirrors

Repository: bigtop
Updated Branches:
  refs/heads/master ae0880236 -> 8d0cdf5cd


BIGTOP-2891. Download page must link to ASF mirrors


Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo
Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/8d0cdf5c
Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/8d0cdf5c
Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/8d0cdf5c

Branch: refs/heads/master
Commit: 8d0cdf5cdbd5c814443426740dc92bd2d4f8c4a4
Parents: ae08802
Author: Evans Ye <ev...@apache.org>
Authored: Sun Nov 19 16:54:58 2017 +0800
Committer: Evans Ye <ev...@apache.org>
Committed: Tue Nov 21 09:56:58 2017 +0800

----------------------------------------------------------------------
 src/site/site.xml          | 6 +++---
 src/site/xdoc/download.xml | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/8d0cdf5c/src/site/site.xml
----------------------------------------------------------------------
diff --git a/src/site/site.xml b/src/site/site.xml
index 334ccab..47c604e 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -65,9 +65,9 @@
 
     <menu name="Releases">
       <item name="Release Notes" href="release-notes.html"/>
-      <item name="1.1.0" href="http://www.apache.org/dyn/closer.lua/bigtop/bigtop-1.1.0/"/>
-      <item name="1.2.0" href="http://www.apache.org/dyn/closer.lua/bigtop/bigtop-1.2.0/"/>
-      <item name="1.2.1" href="http://www.apache.org/dyn/closer.lua/bigtop/bigtop-1.2.1/"/>
+      <item name="1.1.0" href="https://www.apache.org/dyn/closer.lua/bigtop/bigtop-1.1.0/"/>
+      <item name="1.2.0" href="https://www.apache.org/dyn/closer.lua/bigtop/bigtop-1.2.0/"/>
+      <item name="1.2.1" href="https://www.apache.org/dyn/closer.lua/bigtop/bigtop-1.2.1/"/>
     </menu>
 
     <menu name="Project Information">

http://git-wip-us.apache.org/repos/asf/bigtop/blob/8d0cdf5c/src/site/xdoc/download.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/download.xml b/src/site/xdoc/download.xml
index 53f111b..a29d4bd 100644
--- a/src/site/xdoc/download.xml
+++ b/src/site/xdoc/download.xml
@@ -35,12 +35,12 @@
 			<ul>
 				<li>
 					The latest release of Apache Bigtop software framework <br/>
-					<a href="http://www.apache.org/dyn/closer.lua/bigtop/bigtop-1.2.1/">Bigtop 1.2.1</a>
+					<a href="https://www.apache.org/dyn/closer.lua/bigtop/bigtop-1.2.1/">Bigtop 1.2.1</a>
 				</li>
 				<li>
 					Repositories of instsallable binary packages built with latest release
 					of the Apache Bitop project <br/>
-					<a href="https://www.apache.org/dist/bigtop/bigtop-1.2.1/repos/">Installable binary artifacts</a>
+					<a href="https://www.apache.org/dyn/closer.lua/bigtop/bigtop-1.2.1/repos/">Installable binary artifacts</a>
 				</li>
 			</ul>
 		</section>