[
https://issues.apache.org/jira/browse/PIO-16?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15405151#comment-15405151
]
ASF GitHub Bot commented on PIO-16:
-----------------------------------
GitHub user HyukjinKwon opened a pull request:
https://github.com/apache/incubator-predictionio/pull/265
[PIO-16] Fix Github links correctly across documentation
This PR changes Github links correctly across documentation.
Mainly the change is,
- from: `https://github.com/`**`PredictionIO/PredictionIO`**`/...`
- to: `https://github.com/`**`apache/incubator-predictionio`**`/...`
Also, this fixes the main branch from `master` to `develop` in those link.
For example,
- from: `https://github.com/PredictionIO/PredictionIO/commits/`**`master`**
- to:
`https://github.com/apache/incubator-predictionio/commits/`**`develop`**
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/HyukjinKwon/incubator-predictionio PIO-16
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-predictionio/pull/265.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #265
----
commit 7f94bd66bb444e8103f50a306dc0a972206a5824
Author: hyukjinkwon <[email protected]>
Date: 2016-08-03T01:28:05Z
Fix Github links correctly
commit 856de1025e806e8803b04e1632de56289ae57493
Author: hyukjinkwon <[email protected]>
Date: 2016-08-03T01:29:40Z
Fix line number for a link
----
> Fix up broken links across documentaion
> ---------------------------------------
>
> Key: PIO-16
> URL: https://issues.apache.org/jira/browse/PIO-16
> Project: PredictionIO
> Issue Type: Improvement
> Reporter: Hyukjin Kwon
> Priority: Minor
>
> It seems there are pretty a lot of broken links across documentation as below:
> {code}
> ./docs/manual/obsolete/enginebuilders/examples.html.md:* [Stock Prediction
> Engine with Customizable
> Algorithms](https://github.com/PredictionIO/PredictionIO/tree/master/examples/src/main/scala/stock/)
> ./docs/manual/obsolete/enginebuilders/examples.html.md:* [Linear Regression
> Engine](https://github.com/PredictionIO/PredictionIO/tree/master/examples/scala-local-regression/)
> ./docs/manual/obsolete/enginebuilders/examples.html.md:* [Distributed
> Recommendation Engine with RDD-based Model using MLlib's
> ALS](https://github.com/PredictionIO/PredictionIO/tree/master/examples/scala-recommendations/)
> ./docs/manual/obsolete/enginebuilders/mahout.html.md:[MahoutAlgoModel.java](https://github.com/PredictionIO/PredictionIO/blob/master/examples/java-local-tutorial/src/main/java/recommendations/tutorial5/MahoutAlgoModel.java).
> ./docs/manual/obsolete/tutorials/enginebuilders/stepbystep/combiningalgorithms.html.md:[tutorial4/](https://github.com/PredictionIO/PredictionIO/tree/master/examples/java-local-tutorial/src/main/java/recommendations/tutorial4)
> ./docs/manual/obsolete/tutorials/enginebuilders/stepbystep/combiningalgorithms.html.md:[`DataSource`](https://github.com/PredictionIO/PredictionIO/tree/master/examples/java-local-tutorial/src/main/java/recommendations/tutorial4/DataSource.java)
> ./docs/manual/obsolete/tutorials/enginebuilders/stepbystep/combiningalgorithms.html.md:[`PreparedData`](https://github.com/PredictionIO/PredictionIO/tree/master/examples/java-local-tutorial/src/main/java/recommendations/tutorial4/PreparedData.java)
> ./docs/manual/obsolete/tutorials/enginebuilders/stepbystep/combiningalgorithms.html.md:[`Preparator`](https://github.com/PredictionIO/PredictionIO/tree/master/examples/java-local-tutorial/src/main/java/recommendations/tutorial4/Preparator.java)
> ./docs/manual/obsolete/tutorials/enginebuilders/stepbystep/combiningalgorithms.html.md:[`Runner4b.java`](https://github.com/PredictionIO/PredictionIO/tree/master/examples/java-local-tutorial/src/main/java/recommendations/tutorial4/Runner4b.java):
> ./docs/manual/obsolete/tutorials/enginebuilders/stepbystep/combiningalgorithms.html.md:code](https://github.com/PredictionIO/PredictionIO/tree/master/examples/java-local-tutorial/src/main/java/recommendations/tutorial4/FeatureBasedAlgorithm.java).
> ./docs/manual/obsolete/tutorials/enginebuilders/stepbystep/combiningalgorithms.html.md:[Runner4c.java](https://github.com/PredictionIO/PredictionIO/tree/master/examples/java-local-tutorial/src/main/java/recommendations/tutorial4/Runner4c.java)
> ./docs/manual/obsolete/tutorials/enginebuilders/stepbystep/combiningalgorithms.html.md:engine](https://github.com/PredictionIO/PredictionIO/tree/master/examples/java-local-tutorialsrc/main/java/recommendations/tutorial4/SingleEngineFactory.java).
> ./docs/manual/obsolete/tutorials/enginebuilders/stepbystep/combiningalgorithms.html.md:JSON](https://github.com/PredictionIO/PredictionIO/tree/master/examples/java-local-tutorial/src/main/java/recommendations/tutorial4/single-algo-engine.json),
> ./docs/manual/obsolete/tutorials/enginebuilders/stepbystep/combiningalgorithms.html.md:1.
>
> [datasource.json](https://github.com/PredictionIO/PredictionIO/tree/master/examples/java-local-tutorial/src/main/java/recommendations/tutorial4/single-jsons/datasource.json):
> ./docs/manual/obsolete/tutorials/enginebuilders/stepbystep/combiningalgorithms.html.md:2.
>
> [algorithms.json](https://github.com/PredictionIO/PredictionIO/tree/master/examples/java-local-tutorial/src/main/java/recommendations/tutorial4/single-jsons/algorithms.json):
> ./docs/manual/obsolete/tutorials/enginebuilders/stepbystep/combiningalgorithms.html.md:[DataSource.FakeData](https://github.com/PredictionIO/PredictionIO/tree/master/examples/java-local-tutorial/src/main/java/recommendations/tutorial4/DataSource.java))
> ./docs/manual/obsolete/tutorials/enginebuilders/stepbystep/combiningalgorithms.html.md:[Serving](https://github.com/PredictionIO/PredictionIO/tree/master/examples/java-local-tutorial/src/main/java/recommendations/tutorial4/Serving.java)
> ./docs/manual/obsolete/tutorials/enginebuilders/stepbystep/combiningalgorithms.html.md:[EngineFactory.java](https://github.com/PredictionIO/PredictionIO/tree/master/examples/java-local-tutorial/src/main/java/recommendations/tutorial4/EngineFactory.java)
> ./docs/manual/obsolete/tutorials/enginebuilders/stepbystep/combiningalgorithms.html.md:JSON](https://github.com/PredictionIO/PredictionIO/tree/master/examples/java-local-tutorial/src/main/java/recommendations/tutorial4/multiple-algo-engine.json)
> ./docs/manual/obsolete/tutorials/enginebuilders/stepbystep/combiningalgorithms.html.md:[algorithms.json](https://github.com/PredictionIO/PredictionIO/tree/master/examples/java-local-tutorial/src/main/java/recommendations/tutorial4/jsons/algorithms.json):
> ./docs/manual/obsolete/tutorials/enginebuilders/stepbystep/combiningalgorithms.html.md:specified](https://github.com/PredictionIO/PredictionIO/tree/master/examples/java-local-tutorial//src/main/java/recommendations/tutorial4/jsons/),
> ./docs/manual/source/system/anotherdatastore.html.md:package](https://github.com/PredictionIO/PredictionIO/tree/develop/data/src/main/scala/org.apache.predictionio/data/storage/jdbc).
> ./docs/manual/source/templates/ecommercerecommendation/train-with-rate-event.html.md.erb:You
> can find the complete modified source code
> [here](https://github.com/PredictionIO/PredictionIO/tree/develop/examples/scala-parallel-ecommercerecommendation/train-with-rate-event)
> and the modification is based on E-Commerce Recommendation template v0.1.1.
> ./docs/manual/source/templates/recommendation/customize-data-prep.html.md:[GitHub](https://github.com/PredictionIO/PredictionIO/tree/develop/examples/scala-parallel-recommendation/custom-prepartor).
> ./docs/manual/source/templates/recommendation/customize-serving.html.md:[GitHub](https://github.com/PredictionIO/PredictionIO/tree/develop/examples/scala-parallel-recommendation/custom-serving).
> ./examples/scala-parallel-similarproduct/add-and-return-item-properties/README.md:[GitHub](https://github.com/PredictionIO/PredictionIO/tree/develop/examples/scala-parallel-similarproduct/add-and-return-item-properties).
> ./examples/scala-parallel-similarproduct/add-and-return-item-properties/README.md:In
> file
> [DataSource.scala#L104](https://github.com/PredictionIO/PredictionIO/blob/develop/examples/scala-parallel-similarproduct/add-and-return-item-properties/src/main/scala/DataSource.scala#L104)
> ./examples/scala-parallel-similarproduct/add-and-return-item-properties/README.md:properly.
> For example,
> [DataSource.scala#L52](https://github.com/PredictionIO/PredictionIO/blob/develop/examples/scala-parallel-similarproduct/add-and-return-item-properties/src/main/scala/DataSource.scala#L52)
> ./examples/scala-parallel-similarproduct/add-and-return-item-properties/README.md:Now,
> when you've fixed item creation, take a look on class `ItemScore` from the
> file
> [Engine.scala](https://github.com/PredictionIO/PredictionIO/blob/develop/examples/scala-parallel-similarproduct-multi/src/main/scala/Engine.scala)
> ./examples/scala-parallel-similarproduct/add-and-return-item-properties/README.md:Take
> a look on a place where object of class ItemScore is initially created in
> file
> [ALSAlgorithm.scala#L171](https://github.com/PredictionIO/PredictionIO/blob/develop/examples/scala-parallel-similarproduct/add-and-return-item-properties/src/main/scala/ALSAlgorithm.scala#L171).
> ./examples/scala-parallel-similarproduct/add-and-return-item-properties/README.md:To
> get the idea take a look on this piece of code in our [sample python
> script](https://github.com/PredictionIO/PredictionIO/blob/develop/examples/scala-parallel-similarproduct/add-and-return-item-properties/data/import_eventserver.py#L34)
> ./examples/scala-parallel-similarproduct/add-and-return-item-properties/README.md:[GitHub](https://github.com/PredictionIO/PredictionIO/tree/develop/examples/scala-parallel-similarproduct/add-and-return-item-properties).
> ./RELEASE.md:November, 2015 | [Release
> Notes](https://github.com/PredictionIO/PredictionIO/blob/master/RELEASE.md)
> have been moved to Github and you are reading them. For a detailed list of
> commits check [this
> page](https://github.com/PredictionIO/PredictionIO/commits/master)
> ./RELEASE.md:October 14th, 2015 | [Release
> Notes](https://github.com/PredictionIO/PredictionIO/blob/master/RELEASE.md)
> have been moved to Github and you are reading them. For a detailed list of
> commits check [this
> page](https://github.com/PredictionIO/PredictionIO/commits/v0.9.5)
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)