You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by la...@apache.org on 2018/11/26 17:15:15 UTC

[incubator-mxnet] branch master updated: Fixing doc links and minor edits for Java API (#13405)

This is an automated email from the ASF dual-hosted git repository.

lanking pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/master by this push:
     new e9c8db7  Fixing doc links and minor edits for Java API (#13405)
e9c8db7 is described below

commit e9c8db735d16a8ccd877432e90fb02b07fefdd46
Author: Andrew Ayres <an...@gmail.com>
AuthorDate: Mon Nov 26 09:14:56 2018 -0800

    Fixing doc links and minor edits for Java API (#13405)
    
    Update the main website links
---
 docs/tutorials/java/mxnet_java_on_intellij.md | 9 ++++-----
 docs/tutorials/java/ssd_inference.md          | 4 ++--
 2 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/docs/tutorials/java/mxnet_java_on_intellij.md b/docs/tutorials/java/mxnet_java_on_intellij.md
index cf2be7c..349aa5f 100644
--- a/docs/tutorials/java/mxnet_java_on_intellij.md
+++ b/docs/tutorials/java/mxnet_java_on_intellij.md
@@ -12,7 +12,7 @@ To use this tutorial you need the following pre-requisites:
 
 ### MacOS Prerequisites
 
-You can run the following commands to install the prerequisites.
+Run the following commands to install the prerequisites on MacOS.
 ```
 /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
 brew update
@@ -22,10 +22,9 @@ brew install maven
 brew install opencv
 ```
 
-You can also run this tutorial on an Ubuntu machine after installing the following prerequisites.
 ### Ubuntu Prerequisites
 
-Run the following commands to install the prerequisites.
+Run the following commands to install the prerequisites on Ubuntu.
 
 ```bash
 wget https://github.com/apache/incubator-mxnet/blob/master/ci/docker/install/ubuntu_core.sh
@@ -166,6 +165,6 @@ java -cp target/javaMXNet-1.0-SNAPSHOT.jar:target/dependency/* mxnet.App
 ## Next Steps
 For more information about MXNet Java resources, see the following:
 
-* [Java Inference API](https://mxnet.incubator.apache.org/api/java/infer.html)
-* [Java Inference Examples](https://github.com/apache/incubator-mxnet/tree/java-api/scala-package/examples/src/main/java/org/apache/mxnetexamples/infer/)
+* [Java Inference API](/api/java/index.html)
+* [Java Inference Examples](https://github.com/apache/incubator-mxnet/tree/master/scala-package/examples/src/main/java/org/apache/mxnetexamples/javaapi/infer)
 * [MXNet Tutorials Index](http://mxnet.io/tutorials/index.html)
diff --git a/docs/tutorials/java/ssd_inference.md b/docs/tutorials/java/ssd_inference.md
index 6bcaaa2..a16469d 100644
--- a/docs/tutorials/java/ssd_inference.md
+++ b/docs/tutorials/java/ssd_inference.md
@@ -181,6 +181,6 @@ The results returned by the inference call translate into the regions in the ima
 ## Next Steps
 For more information about MXNet Java resources, see the following:
 
-* [Java Inference API](/api/java/infer.html)
-* [Java Inference Examples](https://github.com/apache/incubator-mxnet/tree/java-api/scala-package/examples/src/main/java/org/apache/mxnetexamples/infer/)
+* [Java Inference API](/api/java/index.html)
+* [Java Inference Examples](https://github.com/apache/incubator-mxnet/tree/master/scala-package/examples/src/main/java/org/apache/mxnetexamples/javaapi/infer)
 * [MXNet Tutorials Index](/tutorials/index.html)