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 959023002: Disable experiment; move cli-focused page to download-cli.html (Closed) Base URL: https://github.com/dart-lang/www.dartlang.org.git@master
Patch Set: delete download-cli.html; redirect download-editor.html Created 5 years, 10 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 523e67a20cb4711efcec5b5e7bbc83e37e225a52..79e21406abb873c21ae4895107cb7fa2139d350b 100644
--- a/src/appengine/scripts/redirector.py
+++ b/src/appengine/scripts/redirector.py
@@ -209,6 +209,8 @@ application = WSGIApplication(
defaults={'_uri': '/polymer/upgrading-to-polymer-from-web-ui.html'}),
Route('/docs/technical-overview/', RedirectHandler,
defaults={'_uri': '/docs/dart-up-and-running/ch01.html'}),
+ Route('/tools/download-editor.html', RedirectHandler,
+ defaults={'_uri': '/tools/download.html'}),
Route('/downloads.html', RedirectHandler,
defaults={'_uri': '/tools/download.html'}),
Route('/tools/download_archive/', 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