Skip to content

Commit

Permalink
Update redirect URL for tutorial.
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur Evans committed Jan 23, 2015
1 parent de6f45b commit 303a8cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
application: polymer-project
version: 0-5-3-corelist
version: 0-5-3-redirects
runtime: python27
api_version: 1
threadsafe: yes
Expand Down
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
app = webapp2.WSGIApplication([
RedirectRoute('/apps/topeka/', name='topeka', redirect_to='http://polymer-topeka.appspot.com/', strict_slash=True),
RedirectRoute('/apps/designer/', name='designer', redirect_to='http://polymer-designer.appspot.com/', strict_slash=True),
RedirectRoute('/apps/tutorial/', name='tutorial', redirect_to='http://polymer-tut.appspot.com/', strict_slash=True)
RedirectRoute('/apps/polymer-tutorial/finished/', name='tutorial', redirect_to='http://polymer-tut.appspot.com/', strict_slash=True)
], debug=False)

0 comments on commit 303a8cf

Please sign in to comment.