diff --git a/fishfunctions/we.fish b/fishfunctions/we.fish index aa22b63..db24cf4 100644 --- a/fishfunctions/we.fish +++ b/fishfunctions/we.fish @@ -1,7 +1,7 @@ function we -d "Get weather at location" if count $argv > /dev/null - curl http://wttr.in/~$argv[1] + curl http://v2.wttr.in/~$argv[1] else - curl http://wttr.in/Aubervilliers + curl http://v2.wttr.in/Aubervilliers end end