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

Unified Diff: native_client_sdk/src/gonacl_appengine/gonacl.py

Issue 734073005: Making gonacl.com/cds2014 link to codelabs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix Created 6 years, 1 month 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: native_client_sdk/src/gonacl_appengine/gonacl.py
diff --git a/native_client_sdk/src/gonacl_appengine/gonacl.py b/native_client_sdk/src/gonacl_appengine/gonacl.py
index 0a093fb43900c216e0813ab7956034583976ab04..9fa6e213bb314fd17d0929198148f168f4a44f06 100644
--- a/native_client_sdk/src/gonacl_appengine/gonacl.py
+++ b/native_client_sdk/src/gonacl_appengine/gonacl.py
@@ -6,4 +6,6 @@ import webapp2
application = webapp2.WSGIApplication([
webapp2.Route('/', webapp2.RedirectHandler, defaults={
'_uri': 'http://developer.chrome.com/native-client'}),
+ webapp2.Route('/fire', webapp2.RedirectHandler, defaults={
+ '_uri': 'http://developer.chrome.com/native-client/cds2014'}),
], debug=True)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698