Skip to content

Commit f39b73f

Browse files
committed
Update config.yaml to have new lessons
1 parent 0bec910 commit f39b73f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ life_cycle: 'pre-alpha'
3434
license: 'CC-BY 4.0'
3535

3636
# Link to the source repository for this lesson
37-
source: 'https://github.com/UCL-ARC/fortran-unit-testing-lesson/'
37+
source: 'https://github.com/UCL-ARC/fortran-unit-testing-lesson'
3838

3939
# Default branch of your lesson
4040
branch: 'main'
@@ -66,8 +66,8 @@ contact: 'c.aird@ucl.ac.uk'
6666

6767
# Order of episodes in your lesson
6868
episodes:
69-
- 1-intro-to-unit-tests.md
70-
- 2-intro-to-fortran-unit-tests.md
69+
- 1-what-is-a-unit-tests.md
70+
- 2-refactor-fortran.md
7171
- 3-fortran-unit-test-syntax.md
7272
- 4-debugging-a-broken-test.md
7373
- 5-testing-parallel-code.md

0 commit comments

Comments
 (0)