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

Unified Diff: src/appengine/app.yaml

Issue 453093005: Regeneration and redirects for book content (Closed) Base URL: https://github.com/dart-lang/dartlang.org.git@master
Patch Set: Created 6 years, 4 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 6bb57afd45d25683362e437bc4542c0b1ad3f16f..d6a34cf28e3de88a087956a104d7d7d612025a5d 100644
--- a/src/appengine/app.yaml
+++ b/src/appengine/app.yaml
@@ -50,6 +50,12 @@ handlers:
- url: /docs/dart-up-and-running/contents/ch04-tools-dartdoc.html
script: scripts.redirector.application
+- url: /docs/dart-up-and-running/contents/ch04-tools-dart2js.html
+ script: scripts.redirector.application
+
+- url: /docs/dart-up-and-running/contents/ch04-tools-dart-vm.html
+ script: scripts.redirector.application
+
- url: /mailing-list
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