1
0
mirror of https://github.com/django/django.git synced 2025-10-24 06:06:09 +00:00

[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

@@ -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?
============