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

Unified Diff: src/appengine/app.yaml

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 | « no previous file | src/appengine/scripts/redirector.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/appengine/app.yaml
diff --git a/src/appengine/app.yaml b/src/appengine/app.yaml
index 060e4265ffd7a0bd66b9e647cc0e3090ea00f552..3418831da5a75496e4a988b1f7aaa9505f889bbc 100644
--- a/src/appengine/app.yaml
+++ b/src/appengine/app.yaml
@@ -105,6 +105,9 @@ handlers:
- url: /downloads.html
script: scripts.redirector.application
+- url: /tools/download-editor.html
+ script: scripts.redirector.application
+
- url: /tools/download_archive.*
script: scripts.redirector.application
« no previous file with comments | « no previous file | src/appengine/scripts/redirector.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698