web/views/urlrewrite.py
changeset 4350 9ad697216604
parent 4252 6c4f109c2b03
child 4436 294e084f1263
--- a/web/views/urlrewrite.py	Tue Jan 26 10:22:37 2010 +0100
+++ b/web/views/urlrewrite.py	Tue Jan 26 10:22:48 2010 +0100
@@ -83,7 +83,7 @@
         ('/notfound', dict(vid='404')),
         ('/error', dict(vid='error')),
         ('/sparql', dict(vid='sparql')),
-        (rgx('/schema/([^/]+?)/?'),  dict(vid='eschema', rql=r'Any X WHERE X is CWEType, X name "\1"')),
+        (rgx('/schema/([^/]+?)/?'),  dict(vid='primary', rql=r'Any X WHERE X is CWEType, X name "\1"')),
         (rgx('/add/([^/]+?)/?'), dict(vid='creation', etype=r'\1')),
         (rgx('/doc/images/(.+?)/?'), dict(vid='wdocimages', fid=r'\1')),
         (rgx('/doc/?'), dict(vid='wdoc', fid=r'main')),