Skip to content

Commit ff266aa

Browse files
committed
Fix broken links to exercises
1 parent 8eea165 commit ff266aa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

episodes/5-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-1](https://github.com/UCL-ARC/fortran-unit-testing-exercises/tree/main/episodes/5-testing-parallel-code/) in the exercises repository.
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.
138138

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

141-
A solution is provided in [episodes/5-testing-parallel-code/challenge-1/solution](https://github.com/UCL-ARC/fortran-unit-testing-exercises/tree/main/episodes/5-testing-parallel-code/solution).
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).
142142

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

0 commit comments

Comments
 (0)