summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2021-02-06 22:57:21 -0800
committerDavid Lord <davidism@gmail.com>2021-02-06 22:57:21 -0800
commitab53cef7df0659ff81b3ec91d9b8c35f66eed2f4 (patch)
treef0266840fe0939969747447239aec2291679867c
parentc29aacedef1339e50b3596c42109090810d7be28 (diff)
downloadmarkupsafe-ab53cef7df0659ff81b3ec91d9b8c35f66eed2f4.tar.gz
update links
-rw-r--r--CONTRIBUTING.rst15
1 files changed, 8 insertions, 7 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index ca21906..49f91de 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -1,5 +1,5 @@
How to contribute to MarkupSafe
-=============================
+===============================
Thank you for considering contributing to MarkupSafe!
@@ -7,8 +7,8 @@ Thank you for considering contributing to MarkupSafe!
Support questions
-----------------
-Please, don't use the issue tracker for this. The issue tracker is a
-tool to address bugs and feature requests in MarkupSafe itself. Use one of
+Please don't use the issue tracker for this. The issue tracker is a tool
+to address bugs and feature requests in MarkupSafe itself. Use one of
the following resources for questions about using MarkupSafe or issues
with your own code:
@@ -21,6 +21,7 @@ with your own code:
.. _Stack Overflow: https://stackoverflow.com/search?tab=relevance&q=markupsafe
+
Reporting issues
----------------
@@ -120,11 +121,11 @@ First time setup
$ pre-commit install
.. _latest version of git: https://git-scm.com/downloads
-.. _username: https://help.github.com/en/articles/setting-your-username-in-git
-.. _email: https://help.github.com/en/articles/setting-your-commit-email-address-in-git
+.. _username: https://docs.github.com/en/github/using-git/setting-your-username-in-git
+.. _email: https://docs.github.com/en/github/setting-up-and-managing-your-github-user-account/setting-your-commit-email-address
.. _GitHub account: https://github.com/join
.. _Fork: https://github.com/pallets/markupsafe/fork
-.. _Clone: https://help.github.com/en/articles/fork-a-repo#step-2-create-a-local-clone-of-your-fork
+.. _Clone: https://docs.github.com/en/github/getting-started-with-github/fork-a-repo#step-2-create-a-local-clone-of-your-fork
Start coding
@@ -160,7 +161,7 @@ Start coding
$ git push --set-upstream fork your-branch-name
.. _committing as you go: https://dont-be-afraid-to-commit.readthedocs.io/en/latest/git/commandlinegit.html#commit-your-changes
-.. _create a pull request: https://help.github.com/en/articles/creating-a-pull-request
+.. _create a pull request: https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request
Running the tests