[
https://issues.apache.org/jira/browse/PIO-16?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15403686#comment-15403686
] Hyukjin Kwon commented on PIO-16: --------------------------------- If this one is not blocked by anything, I will go for this. I will appreciate if anyone let me know. > 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)
