summaryrefslogtreecommitdiff
path: root/README.rst
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 /README.rst
parent51a731c690b2644df206722767a74fee9339fb87 (diff)
downloadpyramid-b7aecfe6aaff9ea50f657ae2d6638e33addc07c6.tar.gz
pyramid-b7aecfe6aaff9ea50f657ae2d6638e33addc07c6.tar.bz2
pyramid-b7aecfe6aaff9ea50f657ae2d6638e33addc07c6.zip
rename "master" to "main"
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst14
1 files changed, 7 insertions, 7 deletions
diff --git a/README.rst b/README.rst
index 8642e75a8..83c695c85 100644
--- a/README.rst
+++ b/README.rst
@@ -1,13 +1,13 @@
Pyramid
=======
-.. image:: https://github.com/Pylons/Pyramid/workflows/Build%20and%20test/badge.svg?branch=master
+.. image:: https://github.com/Pylons/Pyramid/workflows/Build%20and%20test/badge.svg?branch=main
:target: https://github.com/Pylons/Pyramid/actions?query=workflow%3A%22Build+and+test%22
- :alt: master CI Status
+ :alt: main CI Status
-.. image:: https://readthedocs.org/projects/pyramid/badge/?version=master
- :target: https://docs.pylonsproject.org/projects/pyramid/en/master
- :alt: master Documentation Status
+.. image:: https://readthedocs.org/projects/pyramid/badge/?version=main
+ :target: https://docs.pylonsproject.org/projects/pyramid/en/main
+ :alt: main Documentation Status
.. image:: https://img.shields.io/badge/IRC-Libera.Chat-blue.svg
:target: https://web.libera.chat/#pyramid
@@ -47,8 +47,8 @@ for documentation, reporting bugs, and getting support.
Developing and Contributing
---------------------------
-See `HACKING.txt <https://github.com/Pylons/pyramid/blob/master/HACKING.txt>`_ and
-`contributing.md <https://github.com/Pylons/pyramid/blob/master/contributing.md>`_
+See `HACKING.txt <https://github.com/Pylons/pyramid/blob/main/HACKING.txt>`_ and
+`contributing.md <https://github.com/Pylons/pyramid/blob/main/contributing.md>`_
for guidelines on running tests, adding features, coding style, and updating
documentation when developing in or contributing to Pyramid.