Skip to content

Commit d1c1f47

Browse files
Update _episodes/10-debugging.md
Co-authored-by: Rémi Kazeroni <[email protected]>
1 parent 2c94662 commit d1c1f47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_episodes/10-debugging.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,8 +307,8 @@ Alternatively, the script path can be an absolute path. To examine this, we can
307307
download the script from the ``ESMValTool`` repository:
308308
309309
```bash
310-
wget https://github.com/ESMValGroup/ESMValTool/blob/master/esmvaltool/diag_scripts/\
311-
ocean/diagnostic_timeseries.py
310+
wget https://raw.githubusercontent.com/ESMValGroup/ESMValTool/main/esmvaltool/\
311+
diag_scripts/ocean/diagnostic_timeseries.py
312312
```
313313
314314
One way to get the absolute path is to run:

0 commit comments

Comments
 (0)