From 446eb7dca1ffab2351e564e6e0cb9d3c057bc0af Mon Sep 17 00:00:00 2001 From: aaronsw Date: Mon, 5 Dec 2011 16:20:44 -0500 Subject: [PATCH] Fix link (tx Josh) --- cookbook/url_handling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbook/url_handling.md b/cookbook/url_handling.md index f7cb77c5..59a0f33a 100644 --- a/cookbook/url_handling.md +++ b/cookbook/url_handling.md @@ -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`