Skip to content

Commit 8de17ab

Browse files
authored
Merge pull request #1396 from RobPDev/fix-contributing-guide-links
Fix contributing guide links #1395
2 parents 75ef1f2 + bf1b8fa commit 8de17ab

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
python doctests.py
4646
- name: Run static type checker
4747
run: |
48-
python -m pip install mypy
48+
python -m pip install mypy types-setuptools
4949
python run_mypy.py
5050
- name: Check imports are sorted
5151
run: |

CONTRIBUTING.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Detailed contribution guidelines are available as part of our documentation at http://axelrod.readthedocs.io/en/latest/tutorials/contributing/index.html
1+
Detailed contribution guidelines are available as part of our documentation at https://axelrod.readthedocs.io/en/latest/how-to/contributing/index.html

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ All contributions are welcome!
114114

115115
You can find helpful instructions about contributing in the
116116
documentation:
117-
http://axelrod.readthedocs.org/en/latest/tutorials/contributing/index.html
117+
https://axelrod.readthedocs.io/en/latest/how-to/contributing/index.html
118118

119119
Publications
120120
------------

0 commit comments

Comments
 (0)