diff options
| author | Claude Paroz <claude@2xlibre.net> | 2015-08-08 12:02:32 +0200 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2015-08-08 12:09:53 +0200 |
| commit | cda66497aad62f22a76e3c49762663a49bc8366a (patch) | |
| tree | fd67182c486b78510b106fa2841bc0e8e97533f4 /docs/intro/tutorial05.txt | |
| parent | 293c5fcdcc1e6cd8248f3436c0056a2f35cbf3ec (diff) | |
[1.8.x] Updated Wikipedia links to use https
Backport of 64982cc2fb from master.
Diffstat (limited to 'docs/intro/tutorial05.txt')
| -rw-r--r-- | docs/intro/tutorial05.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/intro/tutorial05.txt b/docs/intro/tutorial05.txt index db5187bc90..eaa6133d52 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: https://en.wikipedia.org/wiki/Test-driven_development Writing our first test ====================== @@ -681,7 +681,7 @@ Coverage will help to identify dead code. See information about testing. .. _Selenium: http://seleniumhq.org/ -.. _continuous integration: http://en.wikipedia.org/wiki/Continuous_integration +.. _continuous integration: https://en.wikipedia.org/wiki/Continuous_integration What's next? ============ |
