Skip to content

Commit 25567d9

Browse files
Refactored references from users/project/ to project/ in affected files
1 parent 821d512 commit 25567d9

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

CODE_OF_CONDUCT.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!--placeholder page so Github knows we have a CoC-->
22

33
Our Code of Conduct is at
4-
https://matplotlib.org/stable/users/project/code_of_conduct.html
4+
https://matplotlib.org/stable/project/code_of_conduct.html
55

66
It is rendered from `doc/project/code_of_conduct.rst`

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,5 @@ If Matplotlib contributes to a project that leads to publication, please
6969
acknowledge this by citing Matplotlib.
7070

7171
[A ready-made citation
72-
entry](https://matplotlib.org/stable/users/project/citing.html) is
72+
entry](https://matplotlib.org/stable/project/citing.html) is
7373
available.

doc/devel/contribute.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ Matplotlib's community is built by its members, if you would like to help out
304304
see our :ref:`communications-guidelines`.
305305

306306
If Matplotlib contributes to a project that leads to a scientific publication,
307-
please follow the :doc:`/users/project/citing` guidelines.
307+
please follow the :doc:`/project/citing` guidelines.
308308

309309
If you have developed an extension to Matplotlib, please consider adding it to our
310310
`third party package <https://github.com/matplotlib/mpl-third-party>`_ list.

doc/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,4 +172,4 @@ About us
172172
.. toctree::
173173
:maxdepth: 2
174174

175-
users/project/index.rst
175+
project/index.rst

doc/project/credits.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Matplotlib was written by John D. Hunter, with contributions from an
1414
ever-increasing number of users and developers. The current lead developer is
1515
Thomas A. Caswell, who is assisted by many `active developers
1616
<https://www.openhub.net/p/matplotlib/contributors>`_.
17-
Please also see our instructions on :doc:`/users/project/citing`.
17+
Please also see our instructions on :doc:`/project/citing`.
1818

1919
The following is a list of contributors extracted from the
2020
git revision control history of the project:

tools/cache_zenodo_svg.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def _get_xdg_cache_dir():
120120
}
121121
doc_dir = Path(__file__).parent.parent.absolute() / "doc"
122122
target_dir = doc_dir / "_static/zenodo_cache"
123-
citing = doc_dir / "users/project/citing.rst"
123+
citing = doc_dir / "project/citing.rst"
124124
target_dir.mkdir(exist_ok=True, parents=True)
125125
header = []
126126
footer = []

0 commit comments

Comments
 (0)