Skip to content

Commit f9eed90

Browse files
authored
Merge pull request #77 from melissawm/melissawm-patch-2
Fix link to contributor guide
2 parents 3be44c3 + 8364a00 commit f9eed90

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Refer to the [documentation](https://sphinx-tags.readthedocs.io/en/latest/) for
2525

2626
Feel free to submit issues or PRs - keep in mind this project is experimental!
2727

28-
If you want to submit Pull requests to this repository, please follow the [contribution guidelines](https://sphinx-tags.readthedocs.io/en/latest/dev/index.html).
28+
If you want to submit Pull requests to this repository, please follow the [contribution guidelines](https://sphinx-tags.readthedocs.io/en/latest/contribute/index.html).
2929

3030
## Code of Conduct
3131

docs/contribute/index.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,9 @@ Pull request guidelines
5858
`conftest.py <https://github.com/melissawm/sphinx-tags/tree/main/test/conftest.py>`__
5959
for details on testing setup.
6060

61-
To run tests, use
62-
```
63-
pytest
64-
```
61+
To run tests, use::
62+
63+
pytest
6564

6665
5. **Commit your changes and send your pull request as usual.**
6766

0 commit comments

Comments
 (0)