Repository: asterixdb
Updated Branches:
  refs/heads/master 99fed93d0 -> 337966976


Remove some broken links to the old AsterixDB site.

Change-Id: I54e42c3ecca6e4b002dec1f4922b7255b5a49593
Reviewed-on: https://asterix-gerrit.ics.uci.edu/1499
Reviewed-by: Yingyi Bu <buyin...@gmail.com>
Sonar-Qube: Jenkins <jenk...@fulliautomatix.ics.uci.edu>
Tested-by: Jenkins <jenk...@fulliautomatix.ics.uci.edu>


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

Branch: refs/heads/master
Commit: 337966976e5859996be830976f4fc1c300730a26
Parents: 99fed93
Author: Cameron Samak <csa...@apache.org>
Authored: Sat Feb 11 01:05:42 2017 +0000
Committer: Cameron Samak <csa...@apache.org>
Committed: Fri Feb 10 17:54:58 2017 -0800

----------------------------------------------------------------------
 asterixdb/asterix-doc/src/site/markdown/install.md  | 4 ++--
 asterixdb/asterix-doc/src/site/markdown/overview.md | 2 +-
 asterixdb/asterix-doc/src/site/markdown/yarn.md     | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/asterixdb/blob/33796697/asterixdb/asterix-doc/src/site/markdown/install.md
----------------------------------------------------------------------
diff --git a/asterixdb/asterix-doc/src/site/markdown/install.md 
b/asterixdb/asterix-doc/src/site/markdown/install.md
index 888d4d3..fd86023 100644
--- a/asterixdb/asterix-doc/src/site/markdown/install.md
+++ b/asterixdb/asterix-doc/src/site/markdown/install.md
@@ -195,7 +195,7 @@ Execute 'exit' to close the session.
     Connection to 127.0.0.1 closed.
 
 ### Configuring Managix ###
-You will need the AsterixDB installer (a.k.a. Managix). Download Managix from 
[here](http://asterixdb.ics.uci.edu/download.html); this includes the bits for 
Managix as well as AsterixDB.
+You will need the AsterixDB installer (a.k.a. Managix). Download the 
Standalone Cluster installer from 
[here](https://asterixdb.apache.org/download.html); this includes the bits for 
Managix as well as AsterixDB.
 
 To be able to create an AsterixDB instance and manage its lifecycle, the 
Managix requires you to configure a set of configuration files namely:
 
@@ -445,7 +445,7 @@ Then run the following step again and type "yes" if 
prompted:
 
 ### Step (2): Define the AsterixDB cluster ###
 
-We first log into the master machine as the user "joe". On this machine, 
download Managix from [here](http://asterixdb.ics.uci.edu/download.html) (save 
as above), then do the following steps similar to the single-machine case 
described above:
+We first log into the master machine as the user "joe". On this machine, 
download the Standalone Cluster installer from 
[here](https://asterixdb.apache.org/download.html) (save as above), then do the 
following steps similar to the single-machine case described above:
 
     machineA> cd ~
     machineA> mkdir asterix-mgmt

http://git-wip-us.apache.org/repos/asf/asterixdb/blob/33796697/asterixdb/asterix-doc/src/site/markdown/overview.md
----------------------------------------------------------------------
diff --git a/asterixdb/asterix-doc/src/site/markdown/overview.md 
b/asterixdb/asterix-doc/src/site/markdown/overview.md
index edf98bb..d0f2e73 100644
--- a/asterixdb/asterix-doc/src/site/markdown/overview.md
+++ b/asterixdb/asterix-doc/src/site/markdown/overview.md
@@ -44,7 +44,7 @@ The following is a list of the supporting documents that we 
have available today
 
 1. [Installing AsterixDB using Managix](install.html) :
 This is our installation guide, and it is where you should start.
-This document will tell you how to obtain, install, and manage instances of 
[AsterixDB](http://asterixdb.ics.uci.edu/download.html), including both 
single-machine setup (for developers) as well as cluster installations (for 
deployment in its intended form).
+This document will tell you how to obtain, install, and manage instances of 
[AsterixDB](https://asterixdb.apache.org/download.html), including both 
single-machine setup (for developers) as well as cluster installations (for 
deployment in its intended form).
 
 2. [AsterixDB 101: An ADM and AQL Primer](aql/primer.html) :
 This is a first-timers introduction to the user model of the AsterixDB BDMS, 
by which we mean the view of AsterixDB as seen from the perspective of an 
"average user" or Big Data application developer.

http://git-wip-us.apache.org/repos/asf/asterixdb/blob/33796697/asterixdb/asterix-doc/src/site/markdown/yarn.md
----------------------------------------------------------------------
diff --git a/asterixdb/asterix-doc/src/site/markdown/yarn.md 
b/asterixdb/asterix-doc/src/site/markdown/yarn.md
index 84bea89..787a4c8 100644
--- a/asterixdb/asterix-doc/src/site/markdown/yarn.md
+++ b/asterixdb/asterix-doc/src/site/markdown/yarn.md
@@ -70,7 +70,7 @@ Then start the tutorial cluster. The hostmanger plugin may 
ask for sudo at some
         Bringing machine 'cc' up with 'virtualbox' provider...
         ...
 
-Once vagrant returns, the environment will be ready. The working directory 
with the Vagrantfile is also visible to each of the virtual machines (in the 
/vagrant directory), so we will unzip the Asterix binaries here as well for 
easy access. The YARN binary can be found on the AsterixDB [downloads 
page](http://asterixdb.ics.uci.edu/download.html)
+Once vagrant returns, the environment will be ready. The working directory 
with the Vagrantfile is also visible to each of the virtual machines (in the 
/vagrant directory), so we will unzip the Asterix binaries here as well for 
easy access. The YARN binary can be found on the AsterixDB [downloads 
page](https://asterixdb.apache.org/download.html)
 
     ↪ unzip -d asterix-yarn/ asterix-yarn-binary-assembly.zip
     ...

Reply via email to