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

Unified Diff: src/appengine/app.yaml

Issue 26922002: removing Web UI tutorials, updating remaining 4 to current release, + review pass (Closed) Base URL: https://github.com/dart-lang/dartlang.org.git@master
Patch Set: merge with master Created 7 years, 2 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 23284b7aaea753b2ee457b14a39d2dabd8c4cb56..2c39f11693522658c816f849fa7a2b6547c4daed 100644
--- a/src/appengine/app.yaml
+++ b/src/appengine/app.yaml
@@ -32,6 +32,15 @@ handlers:
- url: /\+
script: scripts.redirector.application
+- url: /docs/tutorials/web-ui/
+ script: scripts.redirector.application
+
+- url: /docs/tutorials/templates/
+ script: scripts.redirector.application
+
+- url: /docs/tutorials/custom-elements/
+ script: scripts.redirector.application
+
- url: /docs/dart-up-and-running/ch0\d.html
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