8000 Add a trailing underscore to misrendered URLs · matplotlib/matplotlib@2a5f8d0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2a5f8d0

Browse files
committed
Add a trailing underscore to misrendered URLs
1 parent 389a7ed commit 2a5f8d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/devel/gitwash/development_workflow.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,9 +160,9 @@ upstream changes, and resolving conflicts.
160160
In git, rebasing is a mild form of re-writing history: it effectively forwards
161161
all your commits to the updated upstream commit. For a much more detailed
162162
explanation (with pictures!) see `this nice write up
163-
<https://git-scm.com/book/en/Git-Branching-Rebasing>`. The NumPy team has also
163+
<https://git-scm.com/book/en/Git-Branching-Rebasing>`_. The NumPy team has also
164164
`documented how to do this
165-
<http://docs.scipy.org/doc/numpy/dev/gitwash/development_workflow.html#rebasing-on-master>`
165+
<http://docs.scipy.org/doc/numpy/dev/gitwash/development_workflow.html#rebasing-on-master>`_.
166166
In general, re-writing history, particularly published history, is considered
167167
bad practice, but in this case it is very useful.
168168

0 commit comments

Comments
 (0)
0