lanking520 closed pull request #13361: Updated the paths for images for java 
tutorial
URL: https://github.com/apache/incubator-mxnet/pull/13361
 
 
   

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..cf2be7c05e5 100644
--- a/docs/tutorials/java/mxnet_java_on_intellij.md
+++ b/docs/tutorials/java/mxnet_java_on_intellij.md
@@ -52,11 +52,11 @@ Choose the Maven project type.
 
 Select the checkbox for `Create from archetype`, then choose 
`org.apache.maven.archetypes:maven-archetype-quickstart` from the list below. 
More on this can be found on a Maven tutorial : [Maven in 5 
Minutes](https://maven.apache.org/guides/getting-started/maven-in-five-minutes.html).
 
 
-![maven project type - 
archetype](https://raw.githubusercontent.com/dmlc/web-data/master/mxnet/java/project-archetype.png)
+![maven project type - 
archetype](https://raw.githubusercontent.com/dmlc/web-data/master/mxnet/tutorials/java/project-archetype.png)
 
 click `Next`.
 
-![project 
metadata](https://raw.githubusercontent.com/dmlc/web-data/master/mxnet/java/intellij-project-metadata.png)
+![project 
metadata](https://raw.githubusercontent.com/dmlc/web-data/master/mxnet/tutorials/java/intellij-project-metadata.png)
 
 Set the project's metadata. For this tutorial, use the following:
 
@@ -73,15 +73,15 @@ ArtifactId: javaMXNet
 1.0-SNAPSHOT
 ```
 
-![project 
properties](https://raw.githubusercontent.com/dmlc/web-data/master/mxnet/java/intellij-project-properties.png)
+![project 
properties](https://raw.githubusercontent.com/dmlc/web-data/master/mxnet/tutorials/java/intellij-project-properties.png)
 
 Review the project's properties. The settings can be left as their default.
 
-![project 
location](https://raw.githubusercontent.com/dmlc/web-data/master/mxnet/java/intellij-project-location.png)
+![project 
location](https://raw.githubusercontent.com/dmlc/web-data/master/mxnet/tutorials/java/intellij-project-location.png)
 
 Set the project's location. The rest of the settings can be left as their 
default.
 
-![project 
1](https://raw.githubusercontent.com/dmlc/web-data/master/mxnet/java/intellij-project-pom.png)
+![project 
1](https://raw.githubusercontent.com/dmlc/web-data/master/mxnet/tutorials/java/intellij-project-pom.png)
 
 After clicking Finish, you will be presented with the project's first view.
 The project's `pom.xml` will be open for editing.
@@ -107,7 +107,7 @@ Note :
 
   - Note the prompt in the lower right corner that states "Maven projects need 
to be imported". If this is not visible, click on the little greed balloon that 
appears in the lower right corner.
 
-![import_dependencies](https://raw.githubusercontent.com/dmlc/web-data/master/mxnet/java/project-import-changes.png)
+![import_dependencies](https://raw.githubusercontent.com/dmlc/web-data/master/mxnet/tutorials/java/project-import-changes.png)
 
 Click "Import Changes" in this prompt.
 


 

----------------------------------------------------------------
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

Reply via email to