diff --git a/README b/README index 9ebdfa4..46b3592 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -Grab the App Engine SDK: +Grab the App Engine Software Development Kit (SDK): http://code.google.com/appengine/downloads.html @@ -6,4 +6,4 @@ Then run the demo via: dev_appserver.py . -Customize your "routes" via app.yaml \ No newline at end of file +Customize your "routes" via app.yaml diff --git a/app.yaml b/app.yaml index 632b24d..e744d73 100755 --- a/app.yaml +++ b/app.yaml @@ -9,5 +9,5 @@ handlers: upload: static/favicon.ico - url: /static static_dir: static -- url: .* +- url: https://webpy.org/cookbook/helloworld script: hello.py