summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'python/tbc_www/urls.py')
-rw-r--r--python/tbc_www/urls.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/tbc_www/urls.py b/python/tbc_www/urls.py
index 6198beb..5be267f 100644
--- a/python/tbc_www/urls.py
+++ b/python/tbc_www/urls.py
@@ -8,6 +8,6 @@ urlpatterns = patterns('tbc_www.views',
url(r'^ebuild/(?P<ebuild_id>\d+)/$', 'ebuild'),
url(r'^new/logs/build/(?P<buildlog_id>\d+)/$', 'new_logs_build'),
url(r'^new/logs/$', 'new_logs'),
- url(r'^new/repomanqa/$', 'new_repomanqa'),
+ url(r'^new/repoman/$', 'new_repoman'),
url(r'^new/$', 'new_main'),
)