am ed7df702: Merge "docs: New redirect rule for all /downloads/... paths, pointing to http://commondatastorage.googleapis.com/androiddevelopers/ Using this redirect allows us to use a simple URL in our docs for downloads and allows us change the storage location of th

* commit 'ed7df702bdff3f60c685e1d64c80f712585193f6':
  docs: New redirect rule for all /downloads/... paths, pointing to http://commondatastorage.googleapis.com/androiddevelopers/ Using this redirect allows us to use a simple URL in our docs for downloads and allows us change the storage location of the download assets in the future (such as when we're on devsite).
This commit is contained in:
Scott Main
2012-08-14 13:09:09 -07:00
committed by Android Git Automerger

View File

@@ -421,6 +421,11 @@ redirects:
type: permanent type: permanent
comment: Redirect to new location comment: Redirect to new location
- src: /downloads/
dst: http://commondatastorage.googleapis.com/androiddevelopers/
type: permanent
comment: Redirect to new location
- src: /search.html - src: /search.html
dst: /index.html dst: /index.html
type: permanent type: permanent