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
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---