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, |