Repository: incubator-predictionio Updated Branches: refs/heads/develop e0f8b273e -> a0615296b
[MINOR] Fix broken link in install page Project: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/commit/e1b211e8 Tree: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/tree/e1b211e8 Diff: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/diff/e1b211e8 Branch: refs/heads/develop Commit: e1b211e8d90b21baa41a3b0f31bee8f953097315 Parents: 27e4599 Author: Chan Lee <[email protected]> Authored: Wed Nov 8 10:53:34 2017 -0800 Committer: Chan Lee <[email protected]> Committed: Wed Nov 8 10:53:34 2017 -0800 ---------------------------------------------------------------------- docs/manual/source/install/install-sourcecode.html.md.erb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-predictionio/blob/e1b211e8/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 86a8416..8f5f2a9 100644 --- a/docs/manual/source/install/install-sourcecode.html.md.erb +++ b/docs/manual/source/install/install-sourcecode.html.md.erb @@ -28,9 +28,9 @@ Download Apache PredictionIO <%= data.versions.pio %> from an Apache [mirror](https://www.apache.org/dyn/closer.cgi/incubator/predictionio/<%= data.versions.pio %>/apache-predictionio-<%= data.versions.pio %>.tar.gz). -Verify this release using [signatures and checksums](https://www.apache.org/ -dist/incubator/predictionio/<%= data.versions.pio %>/) and [project release -KEYS](https://www.apache.org/dist/incubator/predictionio/KEYS). +Verify this release using [signatures and checksums] +(https://www.apache.org/dist/incubator/predictionio/<%= data.versions.pio %>/) +and [project release KEYS](https://www.apache.org/dist/incubator/predictionio/KEYS). ``` $ gpg --import KEYS
