diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+# v1.1.4
+
+* Fix a test failure due to GitHub changing URLs
+
 # v1.1.3
 
 * Add support for GHC 9.4 + 9.6
diff --git a/github-rest.cabal b/github-rest.cabal
--- a/github-rest.cabal
+++ b/github-rest.cabal
@@ -5,7 +5,7 @@
 -- see: https://github.com/sol/hpack
 
 name:           github-rest
-version:        1.1.3
+version:        1.1.4
 synopsis:       Query the GitHub REST API programmatically
 description:    Query the GitHub REST API programmatically, which can provide a more
                 flexible and clear interface than if all of the endpoints and their types
diff --git a/test/goldens/gists-gist_id-sha-404.golden b/test/goldens/gists-gist_id-sha-404.golden
--- a/test/goldens/gists-gist_id-sha-404.golden
+++ b/test/goldens/gists-gist_id-sha-404.golden
@@ -1,1 +1,1 @@
-Object (fromList [("documentation_url",String "https://docs.github.com/rest/reference/gists#get-a-gist-revision"),("message",String "Not Found")])
+Object (fromList [("documentation_url",String "https://docs.github.com/rest/gists/gists#get-a-gist-revision"),("message",String "Not Found")])
diff --git a/test/goldens/gists-gist_id-sha-422.golden b/test/goldens/gists-gist_id-sha-422.golden
--- a/test/goldens/gists-gist_id-sha-422.golden
+++ b/test/goldens/gists-gist_id-sha-422.golden
@@ -1,1 +1,1 @@
-Object (fromList [("documentation_url",String "https://docs.github.com/rest/reference/gists#get-a-gist-revision"),("message",String "No commit found for SHA: d00770679ba293a327156b9e7031c47c6d269157")])
+Object (fromList [("documentation_url",String "https://docs.github.com/rest/gists/gists#get-a-gist-revision"),("message",String "No commit found for SHA: d00770679ba293a327156b9e7031c47c6d269157")])
