Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(27)

Unified Diff: src/appengine/scripts/redirector.py

Issue 10788006: new site (Closed) Base URL: https://code.google.com/p/dartlang-site/@master
Patch Set: final patch Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/appengine/app.yaml ('k') | src/site/_config.yml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/appengine/scripts/redirector.py
diff --git a/src/appengine/scripts/redirector.py b/src/appengine/scripts/redirector.py
index abb0135557c6a9a3c3d0168695e231b7b129b6d3..8d06e34409ed6f675be2aa93644246ae6be736b4 100644
--- a/src/appengine/scripts/redirector.py
+++ b/src/appengine/scripts/redirector.py
@@ -57,6 +57,8 @@ application = WSGIApplication(
defaults={'_uri': '/docs/editor/getting-started/'}),
Route('/docs/getting-started/sdk/', RedirectHandler,
defaults={'_uri': '/docs/sdk/'}),
+ Route('/resources/', RedirectHandler,
+ defaults={'_uri': '/community/'}),
Route('/atom.xml', RedirectHandler,
defaults={'_uri': 'http://news.dartlang.org/feeds/posts/default'}),
Route('/+', RedirectHandler,
« no previous file with comments | « src/appengine/app.yaml ('k') | src/site/_config.yml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698