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

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

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 | « src/appengine/app.yaml ('k') | src/site/docs/dart-up-and-running/contents/ch02.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 a145b761770deaf090cb922f6ef8b3a0d684a8e5..dec284f0b17580c84ddbc0675111255d13615238 100644
--- a/src/appengine/scripts/redirector.py
+++ b/src/appengine/scripts/redirector.py
@@ -147,6 +147,10 @@ application = WSGIApplication(
defaults={'_uri': '/docs/dart-up-and-running/contents/ch02.html'}),
Route('/docs/dart-up-and-running/contents/ch04-tools-dartdoc.html', RedirectHandler,
defaults={'_uri': '/tools/docgen/'}),
+ Route('/docs/dart-up-and-running/contents/ch04-tools-dart2js.html', RedirectHandler,
+ defaults={'_uri': '/tools/dart2js/'}),
+ Route('/docs/dart-up-and-running/contents/ch04-tools-dart-vm.html', RedirectHandler,
+ defaults={'_uri': '/tools/dart-vm/'}),
Route('/docs/technical-overview/', RedirectHandler,
defaults={'_uri': '/docs/dart-up-and-running/contents/ch01.html'}),
Route('/downloads.html', RedirectHandler,
« no previous file with comments | « src/appengine/app.yaml ('k') | src/site/docs/dart-up-and-running/contents/ch02.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698