# HG changeset patch # User Arne Babenhauserheide # Date 1243173917 -7200 # Node ID 45155fbcee67987a1580caf5ac639528f3234813 # Parent 4a16682b5e2bda3f376e24ac049622f478a9f5f6 changed guide url to /workflow-guide. diff -r 4a16682b5e2b -r 45155fbcee67 hgscm/apps/www/urls.py --- a/hgscm/apps/www/urls.py Sat May 23 12:39:00 2009 +0200 +++ b/hgscm/apps/www/urls.py Sun May 24 16:05:17 2009 +0200 @@ -3,7 +3,7 @@ urlpatterns = patterns('hgscm.apps.www.views', url(r'^$', 'frontpage', name='frontpage'), url(r'^about$', 'about', name='about'), - url(r'^workflow_guide$', 'workflow_guide', name='workflow_guide'), + url(r'^workflow-guide$', 'workflow_guide', name='workflow_guide'), url(r'^thepage$', 'thepage', name='thepage'), url(r'^downloads$', 'downloads', name='downloads'), url(r'^download/(?P.*?)/(?P.*?)$', 'download', name='download'),