Browse Source

Fix broken links and add images

Matthew Morgan 10 years ago
parent
commit
6311422530

+ 2
- 2
docs/TESTS.md View File

@@ -66,7 +66,7 @@ Gradle project:    [C:\Users\johndoe\exercism\java\etl\build.gradle   ](...)
66 66
 4. In the "Import Project from Gradle" dialog, check the "auto-import" and "create directories"
67 67
    checkboxes and select "Use customizable gradle wrapper".
68 68
 
69
-    ![IntelliJ 14 CE -- Gradle import dialog](img/setup/java/mac-osx--idea-ce-gradle-import-dialog.png)
69
+    ![IntelliJ 14 CE -- Gradle import dialog](http://x.exercism.io/v3/tracks/java/docs/img/mac-osx--idea-ce-gradle-import-dialog.png)
70 70
 
71 71
 5. Click "OK".  IntelliJ will automatically create its project artifacts based on the Gradle project file.
72 72
 
@@ -79,7 +79,7 @@ Gradle project:    [C:\Users\johndoe\exercism\java\etl\build.gradle   ](...)
79 79
 7. Start by running the test suite: In the "Project" view, right-click on the test file
80 80
    (`etl\src\test\java\EtlTest`), select "Run", then pick the "EtlTest" that has a JUnit icon to the
81 81
    left of it (red and green arrows), NOT the Gradle icon (circular green).
82
-   ![Run tests through IDEA JUnit Runner, NOT Gradle](img/setup/java/mac-osx--idea-ce-run-unit-tests.png)
82
+   ![Run tests through IDEA JUnit Runner, NOT Gradle](http://x.exercism.io/v3/tracks/java/docs/img/mac-osx--idea-ce-run-unit-tests.png)
83 83
 
84 84
  * If these menu options don't appear at first, wait for a few seconds and try again; IntelliJ is still
85 85
    configuring the project with a Java nature.

BIN
docs/img/mac-osx--idea-ce-gradle-import-dialog.png View File


BIN
docs/img/mac-osx--idea-ce-run-unit-tests.png View File


BIN
docs/img/mac-osx--install-java-dialog.png View File