Commit ff4663a6 authored by Robby Russell's avatar Robby Russell
Browse files

Merge pull request #3802 from willmendesneto/patch-1

fix stackoverflow url in search
parents b4729d3e 05f2ad3d
...@@ -105,7 +105,7 @@ function frontend() { ...@@ -105,7 +105,7 @@ function frontend() {
url="${url}emberjs.com" url="${url}emberjs.com"
url="${url}/api/#stq=$2&stp=1" ;; url="${url}/api/#stq=$2&stp=1" ;;
"stackoverflow") "stackoverflow")
url="${url}https://stackoverflow.com" url="${url}stackoverflow.com"
url="${url}/search?q=$2" ;; url="${url}/search?q=$2" ;;
*) echo "INVALID PARAM!" *) echo "INVALID PARAM!"
return ;; return ;;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment