fixed help link again

This commit is contained in:
mdipierro
2013-03-10 12:51:09 -05:00
parent 3096fcf045
commit 2af15e4b27
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1 +1 @@
Version 2.4.2-stable+timestamp.2013.03.10.12.47.22
Version 2.4.2-stable+timestamp.2013.03.10.12.50.28
+2 -2
View File
@@ -23,9 +23,9 @@ if request.vars.app or request.args:
if os.path.exists('applications/examples'):
response.menu.append(
(T('Help'), False, URL('examples', 'default', 'examples')))
(T('Help'), False, URL('examples', 'default', 'documentation')))
else:
response.menu.append((T('Help'), False, 'http://web2py.com/examples'))
response.menu.append((T('Help'), False, 'http://web2py.com/examples/default/documentation'))
if not session.authorized:
response.menu = [(T('Login'), True, URL('site'))]