Skip to content

Commit 04cf67c

Browse files
committed
Fix broken links
1 parent 102bba7 commit 04cf67c

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

episodes/4-fortran-unit-test-syntax.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -357,11 +357,11 @@ end function my_test_params_toString
357357

358358
## Challenge: Write Fortran unit tests in multiple frameworks.
359359

360-
Take a look at [3-fortran-unit-test-syntax/challenge](https://github.com/UCL-ARC/fortran-unit-testing-exercises/tree/main/episodes/3-fortran-unit-test-syntax/challenge).
360+
Take a look at [4-fortran-unit-test-syntax/challenge](https://github.com/UCL-ARC/fortran-unit-testing-exercises/tree/main/episodes/4-fortran-unit-test-syntax/challenge).
361361

362362
:::::::::::::::::::::::::::::::: solution
363363

364-
A solution is provided in [3-fortran-unit-test-syntax/solution](https://github.com/UCL-ARC/fortran-unit-testing-exercises/tree/main/episodes/3-fortran-unit-test-syntax/solution).
364+
A solution is provided in [4-fortran-unit-test-syntax/solution](https://github.com/UCL-ARC/fortran-unit-testing-exercises/tree/main/episodes/4-fortran-unit-test-syntax/solution).
365365

366366
:::::::::::::::::::::::::::::::::::::::::
367367
:::::::::::::::::::::::::::::::::::::::::::::

episodes/5-debugging-a-broken-test.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ This results in the output
196196
197197
```bash
198198
$ ctest
199-
Test project /Users/connoraird/work/fortran-unit-testing-exercises/episodes/4-debugging-a-broken-test/challenge-1/build-cmake
199+
Test project /Users/connoraird/work/fortran-unit-testing-exercises/episodes/5-debugging-a-broken-test/challenge-1/build-cmake
200200
Start 2: pfunit_transpose_tests
201201
1/1 Test #2: pfunit_transpose_tests ........... Passed 0.24 sec
202202

@@ -449,11 +449,11 @@ end do
449449
450450
### Challenge 2: Debug and fix a failing test.
451451
452-
Take a look at the [4-debugging-a-broken-test/challenge-1 README.md](https://github.com/UCL-ARC/fortran-unit-testing-exercises/tree/main/episodes/4-debugging-a-broken-test/challenge-1/README.md) in the exercises repository.
452+
Take a look at the [5-debugging-a-broken-test/challenge-1 README.md](https://github.com/UCL-ARC/fortran-unit-testing-exercises/tree/main/episodes/5-debugging-a-broken-test/challenge-1/README.md) in the exercises repository.
453453
454454
:::::::::::::::::::::::::::::::: solution
455455
456-
A solution is provided in [README-solution.md](https://github.com/UCL-ARC/fortran-unit-testing-exercises/tree/main/episodes/4-debugging-a-broken-test/challenge-1/README-solution.md).
456+
A solution is provided in [README-solution.md](https://github.com/UCL-ARC/fortran-unit-testing-exercises/tree/main/episodes/5-debugging-a-broken-test/challenge-1/README-solution.md).
457457
458458
:::::::::::::::::::::::::::::::::::::::::
459459
::::::::::::::::::::::::::::::::::::::::::::::::

episodes/6-testing-parallel-code.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,11 +134,11 @@ end subroutine TestMySrcProcedure
134134

135135
### Challenge 1: Testing MPI parallel code
136136

137-
Take a look at [5-testing-parallel-code/challenge](https://github.com/UCL-ARC/fortran-unit-testing-exercises/tree/main/episodes/5-testing-parallel-code/challenge) in the exercises repository.
137+
Take a look at [6-testing-parallel-code/challenge](https://github.com/UCL-ARC/fortran-unit-testing-exercises/tree/main/episodes/6-testing-parallel-code/challenge) in the exercises repository.
138138

139139
:::::::::::::::::::::::::::::::: solution
140140

141-
A solution is provided in [5-testing-parallel-code/solution](https://github.com/UCL-ARC/fortran-unit-testing-exercises/tree/main/episodes/5-testing-parallel-code/solution).
141+
A solution is provided in [6-testing-parallel-code/solution](https://github.com/UCL-ARC/fortran-unit-testing-exercises/tree/main/episodes/6-testing-parallel-code/solution).
142142

143143
:::::::::::::::::::::::::::::::::::::::::
144144
::::::::::::::::::::::::::::::::::::::::::::::::

0 commit comments

Comments
 (0)