mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Refs #32720 -- Updated various links in docs to avoid redirects and use HTTPS.
This commit is contained in:
parent
7c4ee487c7
commit
c156e36955
55 changed files with 100 additions and 97 deletions
|
@ -212,7 +212,7 @@ Put the following code in that template:
|
|||
To make the tutorial shorter, all template examples use incomplete HTML. In
|
||||
your own projects you should use `complete HTML documents`__.
|
||||
|
||||
__ https://developer.mozilla.org/en-US/docs/Learn/HTML/Introduction_to_HTML/Getting_started#Anatomy_of_an_HTML_document
|
||||
__ https://developer.mozilla.org/en-US/docs/Learn/HTML/Introduction_to_HTML/Getting_started#anatomy_of_an_html_document
|
||||
|
||||
Now let's update our ``index`` view in ``polls/views.py`` to use the template:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue