Stuart Kent 9 лет назад
Родитель
Сommit
4620191e9b
1 измененных файлов: 2 добавлений и 2 удалений
  1. 2
    2
      exercises/hello-world/TUTORIAL.md

+ 2
- 2
exercises/hello-world/TUTORIAL.md Просмотреть файл

@@ -1,5 +1,5 @@
1 1
 NOTE: You can also view the HTML version of this file here:
2
-https://github.com/exercism/xjava/blob/master/exercises/hello-world/TUTORIAL.md
2
+https://github.com/exercism/java/blob/master/exercises/hello-world/TUTORIAL.md
3 3
 
4 4
 * [Solving "Hello, World!"](#solving-hello-world)
5 5
  * [Reading Gradle output](#reading-gradle-output)
@@ -93,7 +93,7 @@ FAILURE: Build failed with an exception.
93 93
 
94 94
 * What went wrong:
95 95
 Execution failed for task ':test'.
96
-> There were failing tests. See the report at: file:///Users/jtigger/projects/exercism/xjava/build/exercism/java/hello-world/build/reports/tests/index.html
96
+> There were failing tests. See the report at: file:///Users/jtigger/projects/exercism/java/build/exercism/java/hello-world/build/reports/tests/index.html
97 97
 
98 98
 * Try:
99 99
 Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.