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

GETTING_STARTED.md: xjava -> java

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

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

@@ -5,7 +5,7 @@ This guide picks-up where [Running the Tests (in Java)](http://exercism.io/langu
5 5
 left off.  If you haven't reviewed those instructions, do so now.
6 6
 
7 7
 Need more information?  A **step-by-step tutorial** is available in this directory at TUTORIAL.md or you can read 
8
-the [HTML version](https://github.com/exercism/xjava/blob/master/exercises/hello-world/TUTORIAL.md).
8
+the [HTML version](https://github.com/exercism/java/blob/master/exercises/hello-world/TUTORIAL.md).
9 9
 
10 10
 The following instructions work equally well on Windows, Mac OS X and Linux.
11 11