commit | aa2d95234e8350eebf789da2b976f843318dead8 | [log] [tgz] |
---|---|---|
author | Mike Ritter | Wed Apr 29 09:19:32 2009 -0700 |
committer | The Android Open Source Project <initial-contribution@android.com> | Wed Apr 29 09:19:32 2009 -0700 |
tree | 5b6cef928915f4a53db71209dfd98c6537b16945 | |
parent | 705a3ee3975877460c124d98eda12ae16dadd1a6 [diff] [blame] |
AI 147991: make sources appear in online-pdk/guide BUG=1815368 Automated import of CL 147991
diff --git a/pdk/hosting/pdk.py b/pdk/hosting/pdk.py index 421f195..a1c7c07 100644 --- a/pdk/hosting/pdk.py +++ b/pdk/hosting/pdk.py
@@ -26,7 +26,7 @@ class MainPage(webapp.RequestHandler): def get(self): - self.redirect('online-pdk/index.html') + self.redirect('online-pdk/guide/index.html') application = webapp.WSGIApplication([('/', MainPage)], debug=True)