diff options
| author | Claude Paroz <claude@2xlibre.net> | 2013-03-10 15:57:51 +0100 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2013-03-10 15:57:51 +0100 |
| commit | 63c52dcbcdd47cb1a47662846dfe4e1812d2444c (patch) | |
| tree | 412bf0d3fa0f3a1ab7332ec4784226dc47accc26 /docs | |
| parent | 8aefd30379eba9aa7e5afcc69cc352adf0d23489 (diff) | |
Fixed #20008 -- Removed trailing slash in Wikipedia link
Thanks senden9 at gmail.com for the report.
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 7af4eb3edb..7fb30fbb88 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 ====================== |
