@@ -100,10 +100,10 @@ and can be used as:
100100mdl your_markdown_filename
101101```
102102
103- We use [ Codacy] ( https://app.codacy.com/gh/ESMValGroup/tutorial ) as an automated
104- code analysis services. To run the analyis
105- [ locally] ( https://github.com/codacy/codacy-analysis-cli ) on Markdown files with
106- Docker use
103+ We use [ Codacy] ( https://app.codacy.com/gh/ESMValGroup/ESMValTool_Tutorial )
104+ as an automated code analysis services. To run the analyis
105+ [ locally] ( https://github.com/codacy/codacy-analysis-cli )
106+ on Markdown files with Docker use
107107
108108``` bash
109109docker run \
@@ -118,9 +118,10 @@ docker run \
118118
119119### Previewing your changes locally
120120
121- If you are making a new episode or contributing to existing ones, please preview
122- changes on your machine before submitting a [ pull request] [ PR ] . To do so, you
123- need to install the software described below:
121+ If you are making a new episode or contributing to existing ones,
122+ please preview changes on your machine before submitting a
123+ [ pull request] [ PR ] . To do so, you need to install
124+ the software described below:
124125
125126``` bash
126127# apt (Ubuntu/Devian)
@@ -158,20 +159,24 @@ This address can be opened in your browser to preview the tutorial website.
158159
159160## Other Resources
160161
161- General discussion of the tutorial happens in ` User Engagement Team ` .
162- You can reach us by [ email] [ email ] .
162+ General discussion of the tutorial happens in
163+ ESMValTool [ User Engagement Team] [ user-engagement ] .
164+ You can reach us by email.
165+ Please see the [ contact information] [ contact-info ] .
163166
164167[ email ] : mailto:TODO_FIX_ME
165168[ ESMValTool-site ] : https://www.esmvaltool.org/
166169[ ESMValTool-doc ] : https://esmvaltool.readthedocs.io/en/latest/
167- [ tutorial-repo ] : https://esmvalgroup.github.io/tutorial /
168- [ tutorial-site ] : https://esmvalgroup.github.io/tutorial
169- [ tutorial-maintainers ] : https://github.com/ESMValGroup/tutorial #maintainers
170+ [ tutorial-repo ] : https://esmvalgroup.github.io/ESMValTool_Tutorial /
171+ [ tutorial-site ] : https://esmvalgroup.github.io/ESMValTool_Tutorial
172+ [ tutorial-maintainers ] : https://github.com/ESMValGroup/ESMValTool_Tutorial #maintainers
170173[ github ] : https://github.com
171- [ issues ] : https://github.com/ESMValGroup/tutorial /issues
172- [ PR ] : https://github.com/ESMValGroup/tutorial /pulls
174+ [ issues ] : https://github.com/ESMValGroup/ESMValTool_Tutorial /issues
175+ [ PR ] : https://github.com/ESMValGroup/ESMValTool_Tutorial /pulls
173176[ swc-site ] : https://software-carpentry.org/
174177[ swc-handbook ] : https://carpentries.github.io/curriculum-development/
175178[ swc-lesson-organization ] : https://carpentries.github.io/lesson-example/03-organization/index.html
176179[ swc-lesson-formatting ] : https://carpentries.github.io/lesson-example/04-formatting/index.html
177180[ ea-site ] : https://github.com/escience-academy
181+ [ user-engagement ] : https://github.com/orgs/ESMValGroup/teams/userengagementteam
182+ [ contact-info ] : https://docs.esmvaltool.org/en/latest/community/contact.html
0 commit comments