From 00fb3b56cc33f842d963696d781099b297f6d9d4 Mon Sep 17 00:00:00 2001 From: mdipierro Date: Mon, 11 Mar 2013 08:25:44 -0500 Subject: [PATCH] fixed some links --- VERSION | 2 +- applications/examples/controllers/default.py | 6 +++--- applications/examples/views/default/index.html | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/VERSION b/VERSION index 30547869..a56f167b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.4.2-stable+timestamp.2013.03.11.01.01.43 +Version 2.4.2-stable+timestamp.2013.03.11.08.24.51 diff --git a/applications/examples/controllers/default.py b/applications/examples/controllers/default.py index 1e0ba274..d54a5a62 100644 --- a/applications/examples/controllers/default.py +++ b/applications/examples/controllers/default.py @@ -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) diff --git a/applications/examples/views/default/index.html b/applications/examples/views/default/index.html index ec07b61e..4d32a63f 100644 --- a/applications/examples/views/default/index.html +++ b/applications/examples/views/default/index.html @@ -17,7 +17,7 @@ random.shuffle(quotes)

web2pyTM Web Framework

-

Free open source full-stack framework for rapid development of fast, scalable, secure and portable database-driven web-based applications. Written and programmable in Python. LGPLv3 License.

+

Free open source full-stack framework for rapid development of fast, scalable, secure and portable database-driven web-based applications. Written and programmable in Python. LGPLv3 License.

@@ -55,11 +55,11 @@ random.shuffle(quotes)

Web-Based IDE

-

Create, modify, deploy and manage application from anywhere using your browser. One web2py instance can run multiple web sites using different databases. Try the interactive demo.

+

Create, modify, deploy and manage application from anywhere using your browser. One web2py instance can run multiple web sites using different databases. Try the interactive demo.

Extensive Docs

-

Start with some quick examples, then read the manual, watch videos, and join a user group for discussion. Take advantage of the layouts, plugins, appliances, and recipes.

+

Start with some quick examples, then read the manual, watch videos, and join a user group for discussion. Take advantage of the layouts, plugins, appliances, and recipes.