Skip to content

Commit 850f9d7

Browse files
committed
changed references to episode files since the episode file names are now altered
1 parent 34960fd commit 850f9d7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

_episodes/07-development-setup.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ We now know how ESMValTool works, but how do we develop it?
2323
ESMValTool is an open-source project in ESMValGroup. We can contribute to its development by:
2424

2525
- a new or updated recipe script, see lesson on
26-
[Writing your own recipe]({{ page.root }}{% link _episodes/05-preprocessor.md %})
26+
[Writing your own recipe]({{ page.root }}{% link _episodes/06-preprocessor.md %})
2727
- a new or updated diagnostics script, see lesson on
28-
[Writing your own diagnostic script]({{ page.root }}{% link _episodes/10-diagnostics.md %})
28+
[Writing your own diagnostic script]({{ page.root }}{% link _episodes/08-diagnostics.md %})
2929
- a new or updated cmorizer script, see lesson on
3030
[CMORization: Using observational datasets]({{ page.root }}{% link _episodes/09-cmorization.md %})
3131
- helping with reviewing process of pull requests, see ESMValTool documentation on
@@ -214,7 +214,7 @@ Reviewing small incremental changes are more efficient.
214214
### Background
215215
216216
We saw 'warming stripes' in lesson
217-
[Writing your own recipe]({{ page.root }}{% link _episodes/05-preprocessor.md %}).
217+
[Writing your own recipe]({{ page.root }}{% link _episodes/06-preprocessor.md %}).
218218
Imagine the following task: you want to contribute warming stripes recipe and diagnostics
219219
to ESMValTool. You have to add the diagnostics
220220
[warming_stripes.py](../files/warming_stripes.py) and the recipe
@@ -372,7 +372,7 @@ when you submit a pull request.
372372
>> ~~~
373373
>>
374374
>> For details, see lesson
375-
>> [Writing your own diagnostic script]({{ page.root }}{% link _episodes/10-diagnostics.md %}).
375+
>> [Writing your own diagnostic script]({{ page.root }}{% link _episodes/08-diagnostics.md %}).
376376
>>
377377
> {: .solution}
378378
{: .challenge}

0 commit comments

Comments
 (0)