Skip to content

Commit

Permalink
Fix links for GitHub docs
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri committed Dec 1, 2021
1 parent 7cac3a3 commit 1ab3e88
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ our docs. We have enumerated a few :doc:`reasons for using PyScaffold
.. _CommonMark: https://commonmark.org/
.. _contribution-guide.org: https://www.contribution-guide.org/
.. _Create a GitHub account: https://github.com/join
.. _creating a PR: https://docs.github.com/en/github/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request
.. _creating a PR: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request
.. _descriptive commit message: https://chris.beams.io/posts/git-commit
.. _docstrings: https://www.sphinx-doc.org/en/master/usage/extensions/napoleon.html
.. _flake8: https://flake8.pycqa.org/en/stable/
Expand All @@ -516,7 +516,7 @@ our docs. We have enumerated a few :doc:`reasons for using PyScaffold
.. _Python Software Foundation's Code of Conduct: https://www.python.org/psf/conduct/
.. _Read the Docs: https://docs.readthedocs.io/en/stable/versions.html
.. _reStructuredText: https://www.sphinx-doc.org/en/master/usage/restructuredtext/
.. _reviewing existing open pull requests: https://docs.github.com/en/github/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews
.. _reviewing existing open pull requests: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews
.. _search: https://github.com/pyscaffold/pyscaffold/issues?q=
.. _semantic versioning: https://semver.org
.. _Sphinx: https://www.sphinx-doc.org/en/master/
Expand Down
2 changes: 1 addition & 1 deletion src/pyscaffold/templates/contributing.template
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ on PyPI_, the following steps can be used to release a new version for
.. _black: https://pypi.org/project/black/
.. _CommonMark: https://commonmark.org/
.. _contribution-guide.org: https://www.contribution-guide.org/
.. _creating a PR: https://docs.github.com/en/github/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request
.. _creating a PR: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request
.. _descriptive commit message: https://chris.beams.io/posts/git-commit
.. _docstrings: https://www.sphinx-doc.org/en/master/usage/extensions/napoleon.html
.. _first-contributions tutorial: https://github.com/firstcontributions/first-contributions
Expand Down

0 comments on commit 1ab3e88

Please sign in to comment.