Skip to content

Commit 472357c

Browse files
committed
Fix links for reporting guidelines; Cite me; Gromacs in 07
1 parent 8346c2d commit 472357c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ Instances of abusive, harassing, or otherwise unacceptable behavior
99
may be reported by following our [reporting guidelines][coc-reporting].
1010

1111

12-
[coc-reporting]: https://docs.carpentries.org/topic_folders/policies/incident-reporting.html
12+
[coc-reporting]: https://docs.carpentries.org/policies/coc/incident-reporting.html
1313
[coc]: https://docs.carpentries.org/topic_folders/policies/code-of-conduct.html

config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ profiles:
8989

9090

9191
carpentry_description: Programming with Python
92-
url: https://uomresearchit.github.io/programming_with_python/
92+
url: https://uomresearchit.github.io/Programming-With-Python/
9393
analytics: carpentries
9494
lang: en
9595
workbench-beta: yes

episodes/07-software_package_management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ we can use `--prepend`, which behaves in the exact same way as `--add`).
108108

109109
## Searching for Packages
110110

111-
Once you've added the channels you wish to use, you can now search them for the software that you need. This is simply carried out using `conda search`. For example, if we wished to find out what versions of [Gromacs](https://www.gromacs.org/About_Gromacs) are available, we can use:
111+
Once you've added the channels you wish to use, you can now search them for the software that you need. This is simply carried out using `conda search`. For example, if we wished to find out what versions of [Gromacs](https://www.gromacs.org/about.html) are available, we can use:
112112

113113
```bash
114114
conda search gromacs

0 commit comments

Comments
 (0)