Commit 63c52dcb authored by Claude Paroz's avatar Claude Paroz
Browse files

Fixed #20008 -- Removed trailing slash in Wikipedia link

Thanks senden9 at gmail.com for the report.
parent 8aefd303
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -121,7 +121,7 @@ the next time you make a change, either when you add a new feature or fix a bug.

So let's do that right away.

.. _test-driven development: http://en.wikipedia.org/wiki/Test-driven_development/
.. _test-driven development: http://en.wikipedia.org/wiki/Test-driven_development

Writing our first test
======================