summaryrefslogtreecommitdiff
path: root/docs/narr
diff options
context:
space:
mode:
authorjonathan vanasco <jonathan@2xlp.com>2022-11-14 15:27:33 -0500
committerjonathan vanasco <jonathan@2xlp.com>2022-11-14 15:27:33 -0500
commitb7aecfe6aaff9ea50f657ae2d6638e33addc07c6 (patch)
tree1133f98211fa06c747b6524b2e5e627646017d90 /docs/narr
parent51a731c690b2644df206722767a74fee9339fb87 (diff)
downloadpyramid-b7aecfe6aaff9ea50f657ae2d6638e33addc07c6.tar.gz
pyramid-b7aecfe6aaff9ea50f657ae2d6638e33addc07c6.tar.bz2
pyramid-b7aecfe6aaff9ea50f657ae2d6638e33addc07c6.zip
rename "master" to "main"
Diffstat (limited to 'docs/narr')
-rw-r--r--docs/narr/cookiecutters.rst2
-rw-r--r--docs/narr/project.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/narr/cookiecutters.rst b/docs/narr/cookiecutters.rst
index bb60c2226..5e28c8c0c 100644
--- a/docs/narr/cookiecutters.rst
+++ b/docs/narr/cookiecutters.rst
@@ -36,6 +36,6 @@ See `Cookiecutter Installation <https://cookiecutter.readthedocs.io/en/latest/in
Then see the `README <https://github.com/Pylons/pyramid-cookiecutter-starter#pyramid-cookiecutter-starter>`_ of ``pyramid-cookiecutter-starter`` for its usage to generate a starter project.
-The ``pyramid-cookiecutter-starter`` on its ``master`` branch is a good starting point to develop your own cookiecutter.
+The ``pyramid-cookiecutter-starter`` on its ``main`` branch is a good starting point to develop your own cookiecutter.
Development of cookiecutters is documented under `Learn the Basics of Cookiecutter by Creating a Cookiecutter <https://cookiecutter.readthedocs.io/en/latest/first_steps.html>`_.
See `Cookiecutter Features <https://cookiecutter.readthedocs.io/en/latest/README.html#features>`_ for details of what is possible.
diff --git a/docs/narr/project.rst b/docs/narr/project.rst
index 31dce9265..2245d8d07 100644
--- a/docs/narr/project.rst
+++ b/docs/narr/project.rst
@@ -83,7 +83,7 @@ On all platforms, generate a project using cookiecutter.
.. code-block:: bash
- cookiecutter gh:Pylons/pyramid-cookiecutter-starter --checkout master
+ cookiecutter gh:Pylons/pyramid-cookiecutter-starter --checkout main
If prompted for the first item, accept the default ``yes`` by hitting return.