diff options
| author | Claude Paroz <claude@2xlibre.net> | 2013-03-10 15:57:51 +0100 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2013-03-10 16:00:24 +0100 |
| commit | 1ac7d4e345a06224d4805162192b038001f4d2af (patch) | |
| tree | 270e02fa8763a845acd2b97d76944c585ba2c910 /docs | |
| parent | 327c98ff08a95205919df4ae31dc633c1acec643 (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.txt | 2 |
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 ====================== |
