浏览代码

Merge pull request #3802 from willmendesneto/patch-1

fix stackoverflow url in search
Robby Russell 9 年之前
父节点
当前提交
ff4663a6b8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      plugins/frontend-search/frontend-search.plugin.zsh

+ 1 - 1
plugins/frontend-search/frontend-search.plugin.zsh

@@ -105,7 +105,7 @@ function frontend() {
       url="${url}emberjs.com"
       url="${url}/api/#stq=$2&stp=1" ;;
     "stackoverflow")
-      url="${url}https://stackoverflow.com"
+      url="${url}stackoverflow.com"
       url="${url}/search?q=$2" ;;
     *) echo "INVALID PARAM!"
        return ;;