Chromium Code Reviews| Index: chrome/common/extensions/docs/templates/public/redirects.json |
| diff --git a/chrome/common/extensions/docs/templates/public/redirects.json b/chrome/common/extensions/docs/templates/public/redirects.json |
| index 53f47a8d628ab4d5564a531b85c8d23db58b93c1..e5b0c4c0f7e189b6d28ff3aa4502918ad03f5fbd 100644 |
| --- a/chrome/common/extensions/docs/templates/public/redirects.json |
| +++ b/chrome/common/extensions/docs/templates/public/redirects.json |
| @@ -1,7 +1,7 @@ |
| { |
| - "": "http://developer.google.com/chrome", |
| + "": "//developers.google.com/chrome", |
|
not at google - send to devlin
2013/11/01 20:45:18
Noticed this in testing.
|
| "apps.html": "/apps/about_apps.html", |
| "apps": "/apps/about_apps.html", |
| "extensions": "/extensions/index.html", |
| - "index.html": "http://developer.google.com/chrome" |
| + "index.html": "//developers.google.com/chrome" |
| } |