lanking520 closed pull request #13405: Fixing doc links and minor edits for Java API URL: https://github.com/apache/incubator-mxnet/pull/13405
This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/docs/tutorials/java/mxnet_java_on_intellij.md b/docs/tutorials/java/mxnet_java_on_intellij.md index cf2be7c05e5..349aa5fdc95 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 6bcaaa2504a..a16469d9390 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) ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
