Merge pull request #3802 from willmendesneto/patch-1

fix stackoverflow url in search
This commit is contained in:
Robby Russell 2015-04-24 08:26:16 -07:00
commit ff4663a6b8
1 changed files with 1 additions and 1 deletions

View File

@ -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 ;;