You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@predictionio.apache.org by sh...@apache.org on 2018/09/20 05:44:00 UTC

[3/7] predictionio git commit: [PIO-157] Fix SDK links

[PIO-157] Fix SDK links


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

Branch: refs/heads/develop
Commit: 3909a6f5347d69a40c6383f02228f8e43170e953
Parents: d2c9f8f
Author: Donald Szeto <do...@apache.org>
Authored: Mon Sep 17 11:25:42 2018 -0700
Committer: Donald Szeto <do...@apache.org>
Committed: Mon Sep 17 11:25:42 2018 -0700

----------------------------------------------------------------------
 docs/manual/source/sdk/java.html.md.erb | 11 ++++++-----
 docs/manual/source/sdk/php.html.md.erb  |  3 ++-
 2 files changed, 8 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/predictionio/blob/3909a6f5/docs/manual/source/sdk/java.html.md.erb
----------------------------------------------------------------------
diff --git a/docs/manual/source/sdk/java.html.md.erb b/docs/manual/source/sdk/java.html.md.erb
index 26275f7..7539201 100644
--- a/docs/manual/source/sdk/java.html.md.erb
+++ b/docs/manual/source/sdk/java.html.md.erb
@@ -21,7 +21,8 @@ limitations under the License.
 
 ## API Docs
 
-[View API documentation](http://predictionio.apache.org/java/api/) for version <%= data.versions.pio %>.
+[View API documentation](https://javadoc.io/doc/org.apache.predictionio/predictionio-sdk-java-client/0.13.0)
+(compatible with PredictionIO version <%= data.versions.pio %>).
 
 ## Central Repository
 
@@ -29,11 +30,11 @@ limitations under the License.
 
 ## GitHub
 
-<iframe src="/github/?user=PredictionIO&repo=PredictionIO-Java-SDK&type=fork&count=true&size=large" allowtransparency="true" frameborder="0" scrolling="0" width="170" height="30"></iframe>
-<iframe src="/github/?user=PredictionIO&repo=PredictionIO-Java-SDK&type=watch&count=true&size=large" allowtransparency="true" frameborder="0" scrolling="0" width="170" height="30"></iframe>
+<iframe src="/github/?user=apache&repo=predictionio-sdk-java&type=fork&count=true&size=large" allowtransparency="true" frameborder="0" scrolling="0" width="170" height="30"></iframe>
+<iframe src="/github/?user=apache&repo=predictionio-sdk-java&type=watch&count=true&size=large" allowtransparency="true" frameborder="0" scrolling="0" width="170" height="30"></iframe>
 
-[View code](https://github.com/PredictionIO/PredictionIO-Java-SDK) on GitHub.
+[View code](https://github.com/apache/predictionio-sdk-java) on GitHub.
 
 ## License
 
-[Apache License 2.0](https://github.com/PredictionIO/PredictionIO-Java-SDK/blob/develop/LICENSE).
+[Apache License 2.0](https://github.com/apache/predictionio-sdk-java/blob/develop/LICENSE).

http://git-wip-us.apache.org/repos/asf/predictionio/blob/3909a6f5/docs/manual/source/sdk/php.html.md.erb
----------------------------------------------------------------------
diff --git a/docs/manual/source/sdk/php.html.md.erb b/docs/manual/source/sdk/php.html.md.erb
index 38225f8..cf14ea8 100644
--- a/docs/manual/source/sdk/php.html.md.erb
+++ b/docs/manual/source/sdk/php.html.md.erb
@@ -21,7 +21,8 @@ limitations under the License.
 
 ## API Docs
 
-[View API documentation](/sdk/php/api/) for version <%= data.versions.pio %>.
+[View API documentation](/sdk/php/api/)
+(compatible with PredictionIO version <%= data.versions.pio %>).
 
 ## Packagist