fixed some links

This commit is contained in:
mdipierro
2013-03-11 08:25:44 -05:00
parent f05c46b3f1
commit 00fb3b56cc
3 changed files with 7 additions and 7 deletions
+3 -3
View File
@@ -20,7 +20,7 @@ def what():
import urllib
try:
images = XML(urllib.urlopen(
'http://web2py.com/poweredby/default/images').read())
'http://www.web2py.com/poweredby/default/images').read())
except:
images = []
return response.render(images=images)
@@ -61,11 +61,11 @@ def videos():
def security():
redirect('http://www.web2py.com/book/default/chapter/01#security')
redirect('http://www.web2py.com/book/default/chapter/01#Security')
def api():
redirect('http://web2py.com/book/default/chapter/04#API')
redirect('http://www.web2py.com/book/default/chapter/04#API')
@cache('license', time_expire=cache_expire)