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

Merge pull request #717 from mohamedFalah/update-tutorial-in-1st-excersice

update TUTORIAL.md [Hello World!] exercise
FridaTveit 9 лет назад
Родитель
Сommit
8617e8aa3d
1 измененных файлов: 1 добавлений и 1 удалений
  1. 1
    1
      exercises/hello-world/TUTORIAL.md

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

@@ -33,7 +33,7 @@ in order to solve the current problem.
33 33
 
34 34
 Before proceeding any further, make sure you have completed the required setup
35 35
 steps described by the links below:
36
-* [Installing Java](http://exercism.io/languages/java/installing);
36
+* [Installing Java and Gradle](http://exercism.io/languages/java/installation);
37 37
 * [Running the Tests (in Java)](http://exercism.io/languages/java/tests).
38 38
 
39 39
 ## Step 1: Run the tests against the starter solution