piyushghai commented on a change in pull request #15217: Readd Java HelloWorld example for intellij tutorial URL: https://github.com/apache/incubator-mxnet/pull/15217#discussion_r293032514
########## File path: docs/tutorials/java/mxnet_java_on_intellij.md ########## @@ -123,7 +123,7 @@ Click "Import Changes" in this prompt. **Step 5.** Build the project: - To build the project, from the menu choose Build, and then choose Build Project. -**Step 6.** Navigate to the App.java class in the project and paste the code in `main` method from HelloWorld.java from [Java Demo project](https://github.com/apache/incubator-mxnet/blob/java-api/scala-package/mxnet-demo/java-demo/src/main/java/sample/HelloWorld.java) on MXNet repository, overwriting the original hello world code. +**Step 6.** Navigate to the App.java class in the project and paste the code in `main` method from HelloWorld.java from [Java Demo project](https://github.com/apache/incubator-mxnet/blob/java-api/scala-package/mxnet-demo/java-demo/src/main/java/mxnet/HelloWorld.java) on MXNet repository, overwriting the original hello world code. Review comment: @zachgk @lanking520 This url still gives a 404. ( https://github.com/apache/incubator-mxnet/blob/java-api/scala-package/mxnet-demo/java-demo/src/main/java/mxnet/HelloWorld.java) This refers to a tree ```java-api``` which was deleted after that branch was merged into master. The tree location needs to be changed to ```master``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to 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
