diff --git a/extension/background.js b/extension/background.js index 2afcbc1..4ad5444 100644 --- a/extension/background.js +++ b/extension/background.js @@ -260,7 +260,7 @@ function onScriptsLoaded() { if (text.match(/^https?\:/)) { navigateToUrl(text); } else { - navigateToUrl('https://developer.android.com/index.html#q=' + + navigateToUrl('https://developer.android.com/index.html?q=' + encodeURIComponent(text)); } });