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

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

Issue 54813003: remove community, redirect to support, clean up support (Closed) Base URL: git@github.com:dart-lang/dartlang.org.git@master
Patch Set: tweaks Created 7 years, 2 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/_includes/header.html » ('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 5abbd8d4ef9cc48f5a5a935b0026910124303e26..f72b408efdd7663b2bfb54694c37541dd109f049 100644
--- a/src/appengine/scripts/redirector.py
+++ b/src/appengine/scripts/redirector.py
@@ -151,6 +151,8 @@ application = WSGIApplication(
defaults={'_uri': '/tools/editor/'}),
Route('/dartium/', RedirectHandler,
defaults={'_uri': '/tools/dartium/'}),
+ Route('/community/', RedirectHandler,
+ defaults={'_uri': '/support/'}),
Route('/docs/getting-started/editor/', RedirectHandler,
defaults={'_uri': '/docs/dart-up-and-running/contents/ch01.html#ch01-editor'}),
Route('/docs/getting-started/sdk/', RedirectHandler,
« no previous file with comments | « src/appengine/app.yaml ('k') | src/site/_includes/header.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698