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/24 17:14:01 UTC

[incubator-mxnet] branch master updated: Updated the paths for images for java tutorial (#13361)

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 6b5cf4f  Updated the paths for images for java tutorial (#13361)
6b5cf4f is described below

commit 6b5cf4f4e74b3250c37e2cc0592f53d47d32b379
Author: Piyush Ghai <gh...@osu.edu>
AuthorDate: Sat Nov 24 09:13:44 2018 -0800

    Updated the paths for images for java tutorial (#13361)
    
    * Updated the paths for images
    
    * Empty commit
    
    * Empty commit
    
    * Nudge to CI
---
 docs/tutorials/java/mxnet_java_on_intellij.md | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/docs/tutorials/java/mxnet_java_on_intellij.md b/docs/tutorials/java/mxnet_java_on_intellij.md
index d9a2159..cf2be7c 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.