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

Skip to content

Commit 2a4ce9a

Browse files
authored
Merge pull request #7286 from afvincent/doc_fix_url_development_workflow
DOC: Fix for #7283 by adding a trailing underscore to misrendered URLs
2 parents 4c5c950 + 2a5f8d0 commit 2a4ce9a

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)