Просмотр исходного кода

Fix broken links and add images

Matthew Morgan 10 лет назад
Родитель
Сommit
6311422530
4 измененных файлов: 2 добавлений и 2 удалений
  1. 2
    2
      docs/TESTS.md
  2. Двоичные данные
      docs/img/mac-osx--idea-ce-gradle-import-dialog.png
  3. Двоичные данные
      docs/img/mac-osx--idea-ce-run-unit-tests.png
  4. Двоичные данные
      docs/img/mac-osx--install-java-dialog.png

+ 2
- 2
docs/TESTS.md Просмотреть файл

66
 4. In the "Import Project from Gradle" dialog, check the "auto-import" and "create directories"
66
 4. In the "Import Project from Gradle" dialog, check the "auto-import" and "create directories"
67
    checkboxes and select "Use customizable gradle wrapper".
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
 5. Click "OK".  IntelliJ will automatically create its project artifacts based on the Gradle project file.
71
 5. Click "OK".  IntelliJ will automatically create its project artifacts based on the Gradle project file.
72
 
72
 
79
 7. Start by running the test suite: In the "Project" view, right-click on the test file
79
 7. Start by running the test suite: In the "Project" view, right-click on the test file
80
    (`etl\src\test\java\EtlTest`), select "Run", then pick the "EtlTest" that has a JUnit icon to the
80
    (`etl\src\test\java\EtlTest`), select "Run", then pick the "EtlTest" that has a JUnit icon to the
81
    left of it (red and green arrows), NOT the Gradle icon (circular green).
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
  * If these menu options don't appear at first, wait for a few seconds and try again; IntelliJ is still
84
  * If these menu options don't appear at first, wait for a few seconds and try again; IntelliJ is still
85
    configuring the project with a Java nature.
85
    configuring the project with a Java nature.

Двоичные данные
docs/img/mac-osx--idea-ce-gradle-import-dialog.png Просмотреть файл


Двоичные данные
docs/img/mac-osx--idea-ce-run-unit-tests.png Просмотреть файл


Двоичные данные
docs/img/mac-osx--install-java-dialog.png Просмотреть файл