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:02:32 +0200 |
| commit | 64982cc2fb13ebc45982c64e25fdb7865e6d2499 (patch) | |
| tree | 06e65f4201fc67665773350457dfa8ee681b22b5 /docs/intro | |
| parent | 18f3d4c1bdb4039b13e0b9445553561651dbfa8f (diff) | |
Updated Wikipedia links to use https
Diffstat (limited to 'docs/intro')
| -rw-r--r-- | docs/intro/contributing.txt | 2 | ||||
| -rw-r--r-- | docs/intro/overview.txt | 2 | ||||
| -rw-r--r-- | docs/intro/tutorial01.txt | 2 | ||||
| -rw-r--r-- | docs/intro/tutorial05.txt | 4 |
4 files changed, 5 insertions, 5 deletions
diff --git a/docs/intro/contributing.txt b/docs/intro/contributing.txt index 54379fefb9..1c6d321375 100644 --- a/docs/intro/contributing.txt +++ b/docs/intro/contributing.txt @@ -320,7 +320,7 @@ is not very helpful at preventing that bug from reoccurring down the road. Now for our hands-on example. -__ http://en.wikipedia.org/wiki/Test-driven_development +__ https://en.wikipedia.org/wiki/Test-driven_development Writing some tests for ticket #24788 ------------------------------------ diff --git a/docs/intro/overview.txt b/docs/intro/overview.txt index 8cb5651385..77316c2662 100644 --- a/docs/intro/overview.txt +++ b/docs/intro/overview.txt @@ -19,7 +19,7 @@ Although you can use Django without a database, it comes with an `object-relational mapper`_ in which you describe your database layout in Python code. -.. _object-relational mapper: http://en.wikipedia.org/wiki/Object-relational_mapping +.. _object-relational mapper: https://en.wikipedia.org/wiki/Object-relational_mapping The :doc:`data-model syntax </topics/db/models>` offers many rich ways of representing your models -- so far, it's been solving many years' worth of diff --git a/docs/intro/tutorial01.txt b/docs/intro/tutorial01.txt index ca96ae54df..dcf0a3fe09 100644 --- a/docs/intro/tutorial01.txt +++ b/docs/intro/tutorial01.txt @@ -344,7 +344,7 @@ Finally, a performance note: these regular expressions are compiled the first time the URLconf module is loaded. They're super fast (as long as the lookups aren't too complex as noted above). -.. _Wikipedia's entry: http://en.wikipedia.org/wiki/Regular_expression +.. _Wikipedia's entry: https://en.wikipedia.org/wiki/Regular_expression :func:`~django.conf.urls.url` argument: view -------------------------------------------- diff --git a/docs/intro/tutorial05.txt b/docs/intro/tutorial05.txt index 5e36f26bf7..fe108d3db9 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 ====================== @@ -679,7 +679,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? ============ |
