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

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

Issue 35913002: Try Dart 1 hour experience first draft (Closed) Base URL: https://github.com/dart-lang/dartlang.org.git@master
Patch Set: updated image of dart editor with new directory name Created 7 years, 1 month 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/diagrams/codelabs/darrrt/anatomyclass.graffle » ('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 505b4b4f7d635281bda328c2c02b4e47ecfd1a4c..eb081b0b26a5027b6241e0db4a7148f7d2ab2083 100644
--- a/src/appengine/scripts/redirector.py
+++ b/src/appengine/scripts/redirector.py
@@ -178,7 +178,9 @@ application = WSGIApplication(
Route('/docs/standalone-dart-vm/', RedirectHandler,
defaults={'_uri': '/docs/dart-up-and-running/contents/ch04-tools-dart-vm.html'}),
Route('/codelab', RedirectHandler,
- defaults={'_uri': '/codelabs/web-ui-writer/'}),
+ defaults={'_uri': '/codelabs/darrrt/'}),
+ Route('/codelabs/', RedirectHandler,
+ defaults={'_uri': '/codelabs/darrrt/'}),
Route('/docs/tutorials/web-ui/', RedirectHandler,
defaults={'_uri': '/docs/tutorials/polymer-intro/'}),
Route('/docs/tutorials/templates/', RedirectHandler,
@@ -186,7 +188,9 @@ application = WSGIApplication(
Route('/docs/tutorials/custom-elements/', RedirectHandler,
defaults={'_uri': '/docs/tutorials/polymer-intro/'}),
Route('/codelabs/web-ui-writer/codelab.pdf', RedirectHandler,
- defaults={'_uri': '/codelabs/web-ui-writer/'}),
+ defaults={'_uri': '/codelabs/darrrt/'}),
+ Route('/codelabs/web-ui-writer/', RedirectHandler,
+ defaults={'_uri': '/codelabs/darrrt/'}),
Route('/tools/analyzer', RedirectHandler,
defaults={'_uri': '/docs/dart-up-and-running/contents/ch04-tools-dart_analyzer.html'}),
Route('/atom.xml', RedirectHandler,
« no previous file with comments | « src/appengine/app.yaml ('k') | src/diagrams/codelabs/darrrt/anatomyclass.graffle » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698