Skip to content

Commit 3f0ec43

Browse files
Merge pull request #37 from EcoExtreML/fix_links_doc
Fix the link of contributing guides
2 parents 9bffab2 + 823ca24 commit 3f0ec43

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ bash Mambaforge-pypy3-Linux-x86_64.sh -b -p ~/mamba
9393
mamba update --name base mamba
9494

9595
# Download environment file
96-
wget https://github.com/EcoExtreML/STEMMUS_SCOPE_Processing/blob/main/environment.yml
96+
wget https://raw.githubusercontent.com/EcoExtreML/STEMMUS_SCOPE_Processing/main/environment.yml
9797

9898
# Create a conda environment called 'pystemmusscope' with all required dependencies
9999
mamba env create -f environment.yml
@@ -128,7 +128,7 @@ MATLAB `2021a` is installed on CRIB, and supports Python `3.8`, see [Versions of
128128
mamba update --name base mamba
129129

130130
# Download environment file
131-
wget https://github.com/EcoExtreML/STEMMUS_SCOPE_Processing/blob/main/environment_3.8.yml
131+
wget https://raw.githubusercontent.com/EcoExtreML/STEMMUS_SCOPE_Processing/main/environment_3.8.yml
132132

133133
# Create a conda environment called 'pystemmusscope' with all required dependencies
134134
mamba env create -f environment_3.8.yml

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ on CRIB is not supported because MATLAB Runtime can not be installed there.
133133
## Developers
134134

135135
If you want to contribute to the development of PyStemmusScope,
136-
have a look at the [contribution guidelines](https://github.com/EcoExtreML/STEMMUS_SCOPE_Processing/blob/main/CONTRIBUTING.md).
136+
have a look at the [contribution guidelines](https://pystemmusscope.readthedocs.io/en/latest/contributing_link.html).
137137

138138
## Credits
139139

0 commit comments

Comments
 (0)