From 2a5f8d0e47e748a091a618b9cc4c036e98137e9c Mon Sep 17 00:00:00 2001 From: Adrien F Vincent Date: Mon, 17 Oct 2016 01:17:28 +0200 Subject: [PATCH] Add a trailing underscore to misrendered URLs --- doc/devel/gitwash/development_workflow.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/devel/gitwash/development_workflow.rst b/doc/devel/gitwash/development_workflow.rst index 8d82a0d39307..c37ec21b5edd 100644 --- a/doc/devel/gitwash/development_workflow.rst +++ b/doc/devel/gitwash/development_workflow.rst @@ -160,9 +160,9 @@ upstream changes, and resolving conflicts. In git, rebasing is a mild form of re-writing history: it effectively forwards all your commits to the updated upstream commit. For a much more detailed explanation (with pictures!) see `this nice write up -`. The NumPy team has also +`_. The NumPy team has also `documented how to do this -` +`_. In general, re-writing history, particularly published history, is considered bad practice, but in this case it is very useful.