summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2022-12-30 11:18:04 -0600
committerGitHub <noreply@github.com>2022-12-30 11:18:04 -0600
commitd3fc4f97e8d5b8553c2a40da535a4b82d41d8ea1 (patch)
tree60774a19ad044f32cf6c9416c807b3d423376847 /README.rst
parent240f34a18cde2473922bcc139ee92ee8b6978ce2 (diff)
parent068555acbd102694bd83c2fe11b5b125ca8649f8 (diff)
downloadpyramid-d3fc4f97e8d5b8553c2a40da535a4b82d41d8ea1.tar.gz
pyramid-d3fc4f97e8d5b8553c2a40da535a4b82d41d8ea1.tar.bz2
pyramid-d3fc4f97e8d5b8553c2a40da535a4b82d41d8ea1.zip
Merge pull request #3713 from jvanasco/main
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.