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

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

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
Index: src/appengine/scripts/redirector.py
diff --git a/src/appengine/scripts/redirector.py b/src/appengine/scripts/redirector.py
index e0d28b0b5de68cfe81c627a83d0d53810629393d..9471e7beb54c1c6174631861a88b3b6ff20b230b 100644
--- a/src/appengine/scripts/redirector.py
+++ b/src/appengine/scripts/redirector.py
@@ -145,6 +145,12 @@ application = WSGIApplication(
defaults={'_uri': '/docs/dart-up-and-running/contents/ch04-tools-dart-vm.html'}),
Route('/codelab', RedirectHandler,
defaults={'_uri': '/codelabs/web-ui-writer/'}),
+ Route('/docs/tutorials/web-ui/', RedirectHandler,
+ defaults={'_uri': '/docs/tutorials/polymer-intro/'}),
+ Route('/docs/tutorials/templates/', RedirectHandler,
+ defaults={'_uri': '/docs/tutorials/polymer-intro/'}),
+ 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/'}),
Route('/tools/analyzer', RedirectHandler,
« no previous file with comments | « src/appengine/app.yaml ('k') | src/diagrams/tutorials/custom-elements/converter-data-binding.graffle/data.plist » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698