Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d69b42b

Browse files
authored
Merge pull request #19661 from dstansby/coc-link
Fix CoC link
2 parents 3df5db5 + 1bc60ed commit d69b42b

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

doc/devel/contributing.rst

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,20 @@ Contributing
66

77
This project is a community effort, and everyone is welcome to
88
contribute. Everyone within the community
9-
is expected to abide by our `code of conduct <../../CODE_OF_CONDUCT.md>`_.
9+
is expected to abide by our
10+
`code of conduct <https://github.com/matplotlib/matplotlib/blob/master/CODE_OF_CONDUCT.md>`_.
1011

1112
The project is hosted on
1213
https://github.com/matplotlib/matplotlib
1314

1415
Contributor Incubator
1516
=====================
1617

17-
If you are interested in becoming a regular contributor to Matplotlib, but
18-
don't know where to start or feel insecure about it, you can join our non-public
18+
If you are interested in becoming a regular contributor to Matplotlib, but
19+
don't know where to start or feel insecure about it, you can join our non-public
1920
communication channel for new contributors. To do so, please go to `gitter
2021
<https://gitter.im/matplotlib/matplotlib>`_ and ask to be added to '#incubator'.
21-
This is a private gitter room moderated by core Matplotlib developers where you can
22+
This is a private gitter room moderated by core Matplotlib developers where you can
2223
get guidance and support for your first few PRs. This is a place you can ask questions
2324
about anything: how to use git, github, how our PR review process works, technical questions
2425
about the code, what makes for good documentation or a blog post, how to get involved involved
@@ -115,7 +116,7 @@ A brief overview is:
115116

116117
git clone https://github.com/<YOUR GITHUB USERNAME>/matplotlib.git
117118

118-
4. Enter the directory and install the local version of Matplotlib.
119+
4. Enter the directory and install the local version of Matplotlib.
119120
See ref`<installing_for_devs>` for instructions
120121

121122
5. Create a branch to hold your changes::

0 commit comments

Comments
 (0)