summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2013-03-10 15:57:51 +0100
committerClaude Paroz <claude@2xlibre.net>2013-03-10 16:00:24 +0100
commit1ac7d4e345a06224d4805162192b038001f4d2af (patch)
tree270e02fa8763a845acd2b97d76944c585ba2c910 /docs
parent327c98ff08a95205919df4ae31dc633c1acec643 (diff)
[1.5.x] Fixed #20008 -- Removed trailing slash in Wikipedia link
Thanks senden9 at gmail.com for the report. Backport of 63c52dcbcd from master.
Diffstat (limited to 'docs')
-rw-r--r--docs/intro/tutorial05.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/intro/tutorial05.txt b/docs/intro/tutorial05.txt
index d1f95176ed..1d036bf540 100644
--- a/docs/intro/tutorial05.txt
+++ b/docs/intro/tutorial05.txt
@@ -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
======================