lupesko closed pull request #13382: Java doc broken link fix and minor update URL: https://github.com/apache/incubator-mxnet/pull/13382
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 d9a21599800..0ec09deb0c3 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 @@ -167,5 +166,5 @@ java -cp target/javaMXNet-1.0-SNAPSHOT.jar:target/dependency/* mxnet.App 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 Examples](https://github.com/apache/incubator-mxnet/tree/java-api/scala-package/examples/src/main/java/org/apache/mxnetexamples/javaapi/infer) * [MXNet Tutorials Index](http://mxnet.io/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
