Skip to content

Commit 30bc2be

Browse files
committed
first fix of line length
1 parent 9af0f2f commit 30bc2be

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

_episodes/03-configuration.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -238,10 +238,12 @@ we need to copy the appropriate configuration file in the default configuration
238238
esmvaltool config copy data-intake-esgf.yml
239239
~~~
240240
241-
Additionally we need to configure [intake-esgf](https://intake-esgf.readthedocs.io/en/stable/configure.html).
242-
This can be done by specifying a download directory in the intake-esgf configure file, which is by default
243-
`~/.esgf`. Therefor copy the conf.yaml file in the `~/.config/intake-esgf` folder and replace the default
244-
under `local_cache:` and add this download folder also under `esg_dataroot:`. The uodated file should
241+
Additionally we need to configure [intake-esgf]
242+
(https://intake-esgf.readthedocs.io/en/stable/configure.html).
243+
This can be done by specifying a download directory in the intake-esgf configure file,
244+
which is by default `~/.esgf`. Therefor copy the conf.yaml file in the
245+
`~/.config/intake-esgf` folder and replace the default under `local_cache:` and add
246+
this download folder also under `esg_dataroot:`. The uodated file should
245247
look like this:
246248
> ## conf.yml
247249
>
@@ -365,7 +367,8 @@ look like this:
365367
>>```
366368
>>
367369
>> - For more information about configure the data sources, see also the ESMValTool
368-
>> [documentation](https://docs.esmvaltool.org/projects/ESMValCore/en/latest/quickstart/configure.html#project-specific-configuration).
370+
>> [documentation]
371+
>> (https://docs.esmvaltool.org/projects/ESMValCore/en/latest/quickstart/configure.html#project-specific-configuration).
369372
> {: .solution}
370373
{: .challenge}
371374

0 commit comments

Comments
 (0)