Skip to content

Commit 8ce612e

Browse files
committed
Remove /projects/
1 parent 2e76781 commit 8ce612e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

readthedocs/projects/urls/public.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@
1010

1111

1212
urlpatterns = [
13-
url(
14-
r'^$',
15-
ProjectIndex.as_view(),
16-
name='projects_list',
17-
),
1813
url(
1914
r'^(?P<invalid_project_slug>{project_slug}_{project_slug})/'.format(**pattern_opts),
2015
public.project_redirect,

0 commit comments

Comments
 (0)