summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Mayer <entroP@gmail.com>2023-01-06 10:23:14 +0100
committerJustin Mayer <entroP@gmail.com>2023-01-06 10:23:14 +0100
commitff665de3ca9224829a445ee355e919592093af16 (patch)
treec16c5044623593b59bceec680fc1ee49efeb5c2e
parentf015ab89d9ab71cd337eddd9124c18c948eeee0d (diff)
downloadpelican-ff665de3ca9224829a445ee355e919592093af16.tar.gz
Tweak README slightly
-rw-r--r--CONTRIBUTING.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index e7ab9fc4..7d7b2c3a 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -82,7 +82,7 @@ a plugin_ — you can `ask for help`_ to make that determination.
Using Git and GitHub
--------------------
-* `Create a new git branch`_ specific to your change (as opposed to making
+* `Create a new branch`_ specific to your change (as opposed to making
your commits in the master branch).
* **Don't put multiple unrelated fixes/features in the same branch / pull request.**
For example, if you're working on a new feature and find a bugfix that
@@ -139,7 +139,7 @@ Check out our `Git Tips`_ page or `ask for help`_ if you
need assistance or have any questions about these guidelines.
.. _`plugin`: https://docs.getpelican.com/en/latest/plugins.html
-.. _`Create a new git branch`: https://github.com/getpelican/pelican/wiki/Git-Tips#making-your-changes
+.. _`Create a new branch`: https://github.com/getpelican/pelican/wiki/Git-Tips#making-your-changes
.. _`Squash your commits`: https://github.com/getpelican/pelican/wiki/Git-Tips#squashing-commits
.. _`Run all the tests`: https://docs.getpelican.com/en/latest/contribute.html#running-the-test-suite
.. _`Git Tips`: https://github.com/getpelican/pelican/wiki/Git-Tips