Skip to content

Commit

Permalink
Fix link (tx Josh)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsw committed Dec 5, 2011
1 parent b9db8d7 commit 446eb7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbook/url_handling.md
Expand Up @@ -23,7 +23,7 @@ web.py's URL handling scheme is simple yet powerful and flexible. at the top of
"/tasks/signup", "signup"
)

The format of this tuple is: _url-path-pattern_, _handler-class_ this pattern will repeat as more url patterns are defined. If you don't understand the relationship between url pattern and handler classes, please read the [Hello World example](/helloworld) or [Quick Start Tutorial](/tutorial3.en) before reading any other cookbook recipes.
The format of this tuple is: _url-path-pattern_, _handler-class_ this pattern will repeat as more url patterns are defined. If you don't understand the relationship between url pattern and handler classes, please read the [Hello World example](/cookbook/helloworld) or [Quick Start Tutorial](/tutorial3.en) before reading any other cookbook recipes.

`Path Matching`

Expand Down

0 comments on commit 446eb7d

Please sign in to comment.