Updated Wikipedia links to use https

This commit is contained in:
Claude Paroz 2015-08-08 12:02:32 +02:00
parent 18f3d4c1bd
commit 64982cc2fb
38 changed files with 66 additions and 66 deletions

View file

@ -849,7 +849,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