Skip to content

Commit 42336be

Browse files
authored
Merge pull request #26684 from rcomer/pr-template-doc-links
Update PR template doc links
2 parents 7ba42f2 + 3d116a7 commit 42336be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ issue #8576".
1616

1717
- [ ] "closes #0000" is in the body of the PR description to [link the related issue](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue)
1818
- [ ] new and changed code is [tested](https://matplotlib.org/devdocs/devel/testing.html)
19-
- [ ] *Plotting related* features are demonstrated in an [example](https://matplotlib.org/devdocs/devel/documenting_mpl.html#writing-examples-and-tutorials)
19+
- [ ] *Plotting related* features are demonstrated in an [example](https://matplotlib.org/devdocs/devel/document.html#write-examples-and-tutorials)
2020
- [ ] *New Features* and *API Changes* are noted with a [directive and release note](https://matplotlib.org/devdocs/devel/coding_guide.html#new-features-and-api-changes)
21-
- [ ] Documentation complies with [general](https://matplotlib.org/devdocs/devel/documenting_mpl.html#writing-rest-pages) and [docstring](https://matplotlib.org/devdocs/devel/documenting_mpl.html#writing-docstrings) guidelines
21+
- [ ] Documentation complies with [general](https://matplotlib.org/devdocs/devel/document.html#write-rest-pages) and [docstring](https://matplotlib.org/devdocs/devel/document.html#write-docstrings) guidelines
2222

2323
<!--We understand that PRs can sometimes be overwhelming, especially as the
2424
reviews start coming in. Please let us know if the reviews are unclear or

0 commit comments

Comments
 (0)