Skip to content

Commit fac8301

Browse files
Fixed the url 404 not found for tutorial.md and changed the name (exercism#2138)
1 parent 271e1bf commit fac8301

7 files changed

Lines changed: 11 additions & 12 deletions

File tree

POLICIES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ References: [[1](https://github.com/exercism/java/issues/1075)]
125125

126126
> The hello world exercise has an extensive tutorial on how to solve exercism exercises.
127127
> This tutorial would probably be useful to have as a reference when solving some of the other earlier exercises as well.
128-
> Therefore any exercise with difficulty less than 3 should have a hints.md file which references [the hello world tutorial](https://github.com/exercism/java/blob/master/exercises/hello-world/TUTORIAL.md).
128+
> Therefore any exercise with difficulty less than 3 should have a hints.md file which references [the hello world tutorial](https://github.com/exercism/java/blob/main/exercises/practice/hello-world/.docs/instructions.append.md#tutorial).
129129
130130
References: [[1](https://github.com/exercism/java/issues/1389)]
131131

docs/TESTS.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Choose your operating system:
3838
```
3939
*(Don't worry about the tests failing, at first, this is how you begin each exercise.)*
4040
41-
5. Solve the exercise. Find and work through the `TUTORIAL.md` guide ([view on GitHub](https://github.com/exercism/java/blob/master/exercises/hello-world/TUTORIAL.md)).
41+
5. Solve the exercise. Find and work through the `instructions.append.md` guide ([view on GitHub](https://github.com/exercism/java/blob/main/exercises/practice/hello-world/.docs/instructions.append.md#tutorial)).
4242
4343
4444
Good luck! Have fun!
@@ -73,7 +73,7 @@ If you get stuck, at any point, don't forget to reach out for [help](https://git
7373
```
7474
*(Don't worry about the tests failing, at first, this is how you begin each exercise.)*
7575
76-
4. Solve the exercise. Find and work through the `TUTORIAL.md` guide ([view on GitHub](https://github.com/exercism/java/blob/master/exercises/hello-world/TUTORIAL.md)).
76+
4. Solve the exercise. Find and work through the `instructions.append.md` guide ([view on GitHub](https://github.com/exercism/java/blob/main/exercises/practice/hello-world/.docs/instructions.append.md#tutorial)).
7777
7878
Good luck! Have fun!
7979
@@ -108,9 +108,8 @@ If you get stuck, at any point, don't forget to reach out for [help](https://git
108108
```
109109
*(Don't worry about the tests failing, at first, this is how you begin each exercise.)*
110110
111-
4. Solve the exercise. Find and work through the `TUTORIAL.md` guide ([view on GitHub](https://github.com/exercism/java/blob/master/exercises/hello-world/TUTORIAL.md)).
111+
4. Solve the exercise. Find and work through the `instructions.append.md` guide ([view on GitHub](https://github.com/exercism/java/blob/main/exercises/practice/hello-world/.docs/instructions.append.md#tutorial)).
112112
113113
Good luck! Have fun!
114114
115115
If you get stuck, at any point, don't forget to reach out for [help](https://gitter.im/exercism/support).
116-
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Instructions append
22

33
For more help on how to solve this exercise, please refer to the tutorial provided as part of the hello world exercise:
4-
[TUTORIAL.md](https://github.com/exercism/java/blob/master/exercises/hello-world/TUTORIAL.md)
4+
[instructions.append.md](https://github.com/exercism/java/blob/main/exercises/practice/hello-world/.docs/instructions.append.md#tutorial)

exercises/practice/leap/.docs/instructions.append.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Instructions append
22

33
Before you start, make sure you understand how to write code that can pass the test cases.
4-
For more context, check out this [tutorial](https://github.com/exercism/java/blob/master/exercises/hello-world/TUTORIAL.md).
4+
For more context, check out this [tutorial](https://github.com/exercism/java/blob/main/exercises/practice/hello-world/.docs/instructions.append.md#tutorial).
55

66
Most Java exercises include multiple test cases. These cases are structured to
77
support a useful process known as
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Instructions append
22

33
For more help on how to solve this exercise, please refer to the tutorial provided as part of the hello world exercise:
4-
[TUTORIAL.md](https://github.com/exercism/java/blob/master/exercises/hello-world/TUTORIAL.md)
4+
[instructions.append.md](https://github.com/exercism/java/blob/main/exercises/practice/hello-world/.docs/instructions.append.md#tutorial)

exercises/practice/two-fer/.docs/instructions.append.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Instructions append
22

33
Before you start, make sure you understand how to write code that can pass the test cases.
4-
For more context, check out this [tutorial](https://github.com/exercism/java/blob/master/exercises/hello-world/TUTORIAL.md).
4+
For more context, check out this [tutorial](https://github.com/exercism/java/blob/main/exercises/practice/hello-world/.docs/instructions.append.md#tutorial).
55

66
Most Java exercises include multiple test cases. These cases are structured to
77
support a useful process known as

exercises/shared/.docs/tests.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Choose your operating system:
3838
```
3939
*(Don't worry about the tests failing, at first, this is how you begin each exercise.)*
4040
41-
5. Solve the exercise. Find and work through the `TUTORIAL.md` guide ([view on GitHub](https://github.com/exercism/java/blob/main/exercises/practice/hello-world/TUTORIAL.md)).
41+
5. Solve the exercise. Find and work through the `instructions.append.md` guide ([view on GitHub](https://github.com/exercism/java/blob/main/exercises/practice/hello-world/.docs/instructions.append.md#tutorial)).
4242
4343
4444
Good luck! Have fun!
@@ -73,7 +73,7 @@ If you get stuck, at any point, don't forget to reach out for [help](https://git
7373
```
7474
*(Don't worry about the tests failing, at first, this is how you begin each exercise.)*
7575
76-
4. Solve the exercise. Find and work through the `TUTORIAL.md` guide ([view on GitHub](https://github.com/exercism/java/blob/master/exercises/practice/hello-world/TUTORIAL.md)).
76+
4. Solve the exercise. Find and work through the `instructions.append.md` guide ([view on GitHub](https://github.com/exercism/java/blob/main/exercises/practice/hello-world/.docs/instructions.append.md#tutorial)).
7777
7878
Good luck! Have fun!
7979
@@ -108,7 +108,7 @@ If you get stuck, at any point, don't forget to reach out for [help](https://git
108108
```
109109
*(Don't worry about the tests failing, at first, this is how you begin each exercise.)*
110110
111-
4. Solve the exercise. Find and work through the `TUTORIAL.md` guide ([view on GitHub](https://github.com/exercism/java/blob/main/exercises/practice/hello-world/TUTORIAL.md)).
111+
4. Solve the exercise. Find and work through the `instructions.append.md` guide ([view on GitHub](https://github.com/exercism/java/blob/main/exercises/practice/hello-world/.docs/instructions.append.md#tutorial)).
112112
113113
Good luck! Have fun!
114114

0 commit comments

Comments
 (0)