You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@predictionio.apache.org by ch...@apache.org on 2018/03/15 21:02:18 UTC

predictionio git commit: Fix broken hyperlink in installation page

Repository: predictionio
Updated Branches:
  refs/heads/livedoc b6303674b -> 66c0acf65


Fix broken hyperlink in installation page


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

Branch: refs/heads/livedoc
Commit: 66c0acf65bdd25cb5763d4b22fe6765174d93391
Parents: b630367
Author: Chan Lee <ch...@gmail.com>
Authored: Thu Mar 15 14:01:32 2018 -0700
Committer: Chan Lee <ch...@gmail.com>
Committed: Thu Mar 15 14:01:32 2018 -0700

----------------------------------------------------------------------
 .../manual/source/install/install-sourcecode.html.md.erb | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/predictionio/blob/66c0acf6/docs/manual/source/install/install-sourcecode.html.md.erb
----------------------------------------------------------------------
diff --git a/docs/manual/source/install/install-sourcecode.html.md.erb b/docs/manual/source/install/install-sourcecode.html.md.erb
index fda6ee9..a16acde 100644
--- a/docs/manual/source/install/install-sourcecode.html.md.erb
+++ b/docs/manual/source/install/install-sourcecode.html.md.erb
@@ -32,13 +32,12 @@ building against
 * Hadoop 2.7.3
 * Elasticsearch 5.5.2
 
-Download binary release from an Apache [mirror](
-https://www.apache.org/dyn/closer.cgi/predictionio/<%= data.versions.pio
-%>/apache-predictionio-<%= data.versions.pio %>-bin.tar.gz)
+Download binary release from an [Apache mirror](https://www.apache.org/dyn/closer.cgi/predictionio/<%=
+data.versions.pio %>/apache-predictionio-<%= data.versions.pio %>-bin.tar.gz)
 and verify the release.
 
-Extract the binary distribution and proceed to [Installing Dependencies](
-#installing-dependencies).
+Extract the binary distribution and proceed to
+[Installing Dependencies](#installing-dependencies).
 
 ```
 $ tar zxvf apache-predictionio-<%= data.versions.pio %>.tar.gz
@@ -47,7 +46,7 @@ $ tar zxvf apache-predictionio-<%= data.versions.pio %>.tar.gz
 ## Downloading Source Code
 
 Download Apache PredictionIO source <%= data.versions.pio %> from an
-Apache [mirror](https://www.apache.org/dyn/closer.cgi/predictionio/<%=
+[Apache mirror](https://www.apache.org/dyn/closer.cgi/predictionio/<%=
 data.versions.pio %>/apache-predictionio-<%= data.versions.pio %>.tar.gz) and
 verify the release.