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

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

Issue 21153003: remove codelab.pdf file, add redirect; move graffle files to be under src/diagrams (Closed) Base URL: https://github.com/dart-lang/dartlang.org.git@master
Patch Set: Created 7 years, 5 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/articles/diagrams/numeric-computation/boxunbox.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 ec0bb5f7aa1741cdbec80cc9d5051c02e0303f0f..298816dd1e37b6c9b071d07f8829bccb3838e854 100644
--- a/src/appengine/scripts/redirector.py
+++ b/src/appengine/scripts/redirector.py
@@ -143,6 +143,8 @@ 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('/codelabs/web-ui-writer/codelab.pdf', RedirectHandler,
+ defaults={'_uri': '/codelabs/web-ui-writer/'}),
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/articles/diagrams/numeric-computation/boxunbox.graffle » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698