Skip to content

Commit 595aa7b

Browse files
authored
Merge pull request #8651 from pradyunsg/update-coc-reference
2 parents f17c1d6 + 5dac5dc commit 595aa7b

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
# Ref: https://help.github.com/en/github/building-a-strong-community/configuring-issue-templates-for-your-repository#configuring-the-template-chooser
22
blank_issues_enabled: true # default
33
contact_links:
4-
- name: 🤷💻🤦 Discourse
4+
- name: 💬 Discourse
55
url: https://discuss.python.org/c/packaging
66
about: |
77
Please ask typical Q&A here: general ideas for Python packaging,
88
questions about structuring projects and so on
99
- name: '💬 IRC: #pypa @ Freenode'
1010
url: https://webchat.freenode.net/#pypa
1111
about: Chat with devs
12-
- name: 📝 PyPA Code of Conduct
13-
url: https://www.pypa.io/en/latest/code-of-conduct/
14-
about: ❤ Be nice to other members of the community. ☮ Behave.

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Code of Conduct
3838
---------------
3939

4040
Everyone interacting in the pip project's codebases, issue trackers, chat
41-
rooms, and mailing lists is expected to follow the `PyPA Code of Conduct`_.
41+
rooms, and mailing lists is expected to follow the `PSF Code of Conduct`_.
4242

4343
.. _package installer: https://packaging.python.org/guides/tool-recommendations/
4444
.. _Python Package Index: https://pypi.org
@@ -54,4 +54,4 @@ rooms, and mailing lists is expected to follow the `PyPA Code of Conduct`_.
5454
.. _Development mailing list: https://mail.python.org/mailman3/lists/distutils-sig.python.org/
5555
.. _User IRC: https://webchat.freenode.net/?channels=%23pypa
5656
.. _Development IRC: https://webchat.freenode.net/?channels=%23pypa-dev
57-
.. _PyPA Code of Conduct: https://www.pypa.io/en/latest/code-of-conduct/
57+
.. _PSF Code of Conduct: https://github.com/pypa/.github/blob/main/CODE_OF_CONDUCT.md

docs/html/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Code of Conduct
3535
===============
3636

3737
Everyone interacting in the pip project's codebases, issue trackers, chat
38-
rooms, and mailing lists is expected to follow the `PyPA Code of Conduct`_.
38+
rooms, and mailing lists is expected to follow the `PSF Code of Conduct`_.
3939

4040
.. _package installer: https://packaging.python.org/guides/tool-recommendations/
4141
.. _Python Package Index: https://pypi.org
@@ -49,4 +49,4 @@ rooms, and mailing lists is expected to follow the `PyPA Code of Conduct`_.
4949
.. _Development mailing list: https://mail.python.org/mailman3/lists/distutils-sig.python.org/
5050
.. _User IRC: https://webchat.freenode.net/?channels=%23pypa
5151
.. _Development IRC: https://webchat.freenode.net/?channels=%23pypa-dev
52-
.. _PyPA Code of Conduct: https://www.pypa.io/en/latest/code-of-conduct/
52+
.. _PSF Code of Conduct: https://github.com/pypa/.github/blob/main/CODE_OF_CONDUCT.md

0 commit comments

Comments
 (0)