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

Unified Diff: src/appengine/app.yaml

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 | « .gitignore ('k') | 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 5ffef7b40162880ae8bb358c402092dd8e172abb..a882459702386c5d20af635df3aadad1b0588b7f 100644
--- a/src/appengine/app.yaml
+++ b/src/appengine/app.yaml
@@ -128,12 +128,18 @@ handlers:
- url: /hangouts.*
script: scripts.redirector.application
+- url: /codelabs/
+ script: scripts.redirector.application
+
- url: /codelab
script: scripts.redirector.application
- url: /codelabs/web-ui-writer/codelab.pdf
script: scripts.redirector.application
+- url: /codelabs/web-ui-writer/
+ script: scripts.redirector.application
+
- url: /eclipse/update.*
script: scripts.redirector.application
« no previous file with comments | « .gitignore ('k') | src/appengine/scripts/redirector.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698