Skip to content

Commit

Permalink
Fix broken link to redirect+seeother.
Browse files Browse the repository at this point in the history
GitHub appears to be translating the "+" in the filename to a space.
  • Loading branch information
bstpierre authored and anandology committed Jan 21, 2011
1 parent cfa38bf commit 8f1bcde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cookbook/index.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Cookbook style documentation for web.py 0.3. Note that some of these features ar
* [Hello World](/cookbook/helloworld) * [Hello World](/cookbook/helloworld)
* [Serving Static Files](/cookbook/staticfiles) * [Serving Static Files](/cookbook/staticfiles)
* [Understanding URL handling](/cookbook/url_handling) * [Understanding URL handling](/cookbook/url_handling)
* [Seeother and Redirect](/cookbook/redirect+seeother) * [Seeother and Redirect](/cookbook/redirect%20seeother)
* [using subapplications](/cookbook/subapp) * [using subapplications](/cookbook/subapp)
* [Serving XML](/cookbook/xmlfiles) * [Serving XML](/cookbook/xmlfiles)
* [Reading raw data from post](/cookbook/postbasic) * [Reading raw data from post](/cookbook/postbasic)
Expand Down Expand Up @@ -106,4 +106,4 @@ Cookbook style documentation for web.py 0.3. Note that some of these features ar
* [Fastcgi deployment through Nginx](/cookbook/fastcgi-nginx) * [Fastcgi deployment through Nginx](/cookbook/fastcgi-nginx)


##Subdomains: ##Subdomains:
* Subdomains and how to access the username (requested) * Subdomains and how to access the username (requested)

0 comments on commit 8f1bcde

Please sign in to comment.