Skip to content

Commit 901285e

Browse files
authored
Rename to /doc/versions (#2824)
1 parent 95f50d7 commit 901285e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydotorg/urls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
path('getit/', include('downloads.urls', namespace='getit')),
3333
path('downloads/', include('downloads.urls', namespace='download')),
3434
path('doc/', views.DocumentationIndexView.as_view(), name='documentation'),
35-
path('doc/versions2/', views.DocsByVersionView.as_view(), name='docs-versions'),
35+
path('doc/versions/', views.DocsByVersionView.as_view(), name='docs-versions'),
3636
path('blogs/', include('blogs.urls')),
3737
path('inner/', TemplateView.as_view(template_name="python/inner.html"), name='inner'),
3838

0 commit comments

Comments
 (0)