Index: chrome/common/extensions/docs/js/bootstrap.js |
diff --git a/chrome/common/extensions/docs/js/bootstrap.js b/chrome/common/extensions/docs/js/bootstrap.js |
index 761d08e226f8c416a558f6d666f5061690f6c652..16c567bda06c890392e5b2f00aa87a0e2c324e15 100644 |
--- a/chrome/common/extensions/docs/js/bootstrap.js |
+++ b/chrome/common/extensions/docs/js/bootstrap.js |
@@ -20,7 +20,9 @@ var fileXHREnabled = function() { |
var officialURL = (function() { |
var candidates = [ |
'http://code.google.com/chrome/extensions/', |
+ 'https://code.google.com/chrome/extensions/', |
'http://developer.chrome.com/', |
+ 'https://developer.chrome.com/', |
// TODO(aa): Remove this one once developer.chrome.com is live. |
'http://chrome-apps-doc.appspot.com/' |