[1.8.x] Updated Wikipedia links to use https

Backport of 64982cc2fb from master.
This commit is contained in:
Claude Paroz 2015-08-08 12:02:32 +02:00
parent 293c5fcdcc
commit cda66497aa
35 changed files with 62 additions and 62 deletions

View file

@ -798,7 +798,7 @@ least as many as the number of potential parallel processes). For example:
Then, during test execution, each new live test server will try every specified
port until it finds one that is free and takes it.
.. _continuous integration: http://en.wikipedia.org/wiki/Continuous_integration
.. _continuous integration: https://en.wikipedia.org/wiki/Continuous_integration
To demonstrate how to use ``LiveServerTestCase``, let's write a simple Selenium
test. First of all, you need to install the `selenium package`_ into your