diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
 [![Build Status](https://travis-ci.org/passy/giphy-api.svg?branch=master)](https://travis-ci.org/passy/giphy-api)
 [![Hackage](http://img.shields.io/hackage/v/giphy-api.svg)](https://hackage.haskell.org/package/giphy-api)
 [![Stackage 6](http://stackage.org/package/giphy-api/badge/lts-6)](http://stackage.org/lts-6/package/giphy-api)
-[![Stackage 7](http://stackage.org/package/giphy-api/badge/lts-6)](http://stackage.org/lts-7/package/giphy-api)
+[![Stackage 7](http://stackage.org/package/giphy-api/badge/lts-7)](http://stackage.org/lts-7/package/giphy-api)
 [![Stackage Nightly](http://stackage.org/package/giphy-api/badge/nightly)](http://stackage.org/nightly/package/giphy-api)
 
 
diff --git a/giphy-api.cabal b/giphy-api.cabal
--- a/giphy-api.cabal
+++ b/giphy-api.cabal
@@ -1,9 +1,9 @@
--- This file has been generated from package.yaml by hpack version 0.15.0.
+-- This file has been generated from package.yaml by hpack version 0.14.0.
 --
 -- see: https://github.com/sol/hpack
 
 name:           giphy-api
-version:        0.5.0.0
+version:        0.5.1.0
 synopsis:       Giphy HTTP API wrapper and CLI search tool.
 description:    Please see README.md
 category:       Web
diff --git a/src/Web/Giphy.hs b/src/Web/Giphy.hs
--- a/src/Web/Giphy.hs
+++ b/src/Web/Giphy.hs
@@ -314,7 +314,7 @@
 api = Proxy.Proxy
 
 baseUrl :: Servant.BaseUrl
-baseUrl = Servant.BaseUrl Servant.Https "api.giphy.com" 443 "v1/gifs/"
+baseUrl = Servant.BaseUrl Servant.Https "api.giphy.com" 443 "/v1/gifs/"
 
 search'
   :: Maybe Key
diff --git a/stack.yaml b/stack.yaml
--- a/stack.yaml
+++ b/stack.yaml
@@ -2,4 +2,4 @@
 extra-package-dbs: []
 packages:
 - '.'
-resolver: nightly-2016-09-29
+resolver: nightly-2016-11-24
