From 4f0b7a73adfd3196f918d6362a5bb1c86fa1c92b Mon Sep 17 00:00:00 2001 From: Piyush Ghai Date: Wed, 21 Nov 2018 12:58:54 -0800 Subject: [PATCH 1/4] Updated the paths for images --- 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 d9a215998005..cf2be7c05e56 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. From 79e219560707a0e0006b7b3547d75be821888e5c Mon Sep 17 00:00:00 2001 From: Piyush Ghai Date: Wed, 21 Nov 2018 16:04:10 -0800 Subject: [PATCH 2/4] Empty commit From b8ef6fad7da7df1d8c7f053051a645a881892970 Mon Sep 17 00:00:00 2001 From: Piyush Ghai Date: Thu, 22 Nov 2018 00:20:04 -0800 Subject: [PATCH 3/4] Empty commit From 48d61c6c1edab0f7684c8a565929e659d615584a Mon Sep 17 00:00:00 2001 From: Piyush Ghai Date: Fri, 23 Nov 2018 10:43:19 -0800 Subject: [PATCH 4/4] Nudge to CI