mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +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
|
@ -225,7 +225,7 @@ MRO is an acronym for Method Resolution Order.
|
|||
urlpatterns = [
|
||||
path('counter/<int:pk>/', ArticleCounterRedirectView.as_view(), name='article-counter'),
|
||||
path('details/<int:pk>/', ArticleDetailView.as_view(), name='article-detail'),
|
||||
path('go-to-django/', RedirectView.as_view(url='https://djangoproject.com'), name='go-to-django'),
|
||||
path('go-to-django/', RedirectView.as_view(url='https://www.djangoproject.com/'), name='go-to-django'),
|
||||
]
|
||||
|
||||
**Attributes**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue