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

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

Issue 99503002: appropriating Shailen's excellent Futures intro into tutorial (Closed) Base URL: https://github.com/dart-lang/dartlang.org.git@master
Patch Set: Created 7 years 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 dd87c48bccd35dacbcf4863f6a599cdf3943ea1c..1e00529fb021024207682715abb281d0bc5465c5 100644
--- a/src/appengine/scripts/redirector.py
+++ b/src/appengine/scripts/redirector.py
@@ -177,6 +177,8 @@ application = WSGIApplication(
defaults={'_uri': '/docs/sdk/'}),
Route('/resources/', RedirectHandler,
defaults={'_uri': '/community/'}),
+ Route('/articles/using-future-based-apis/', RedirectHandler,
+ defaults={'_uri': '/docs/tutorials/futures/'}),
Route('/articles/profiling/', RedirectHandler,
defaults={'_uri': '/articles/benchmarking/'}),
Route('/articles/m1-language-changes/', RedirectHandler,

Powered by Google App Engine
This is Rietveld 408576698