From 72771ac0b41812065acda4b5c782000293d77ef5 Mon Sep 17 00:00:00 2001
From: "Ryan C. Gordon" <[EMAIL REDACTED]>
Date: Wed, 10 Jun 2026 20:46:31 -0400
Subject: [PATCH] credits: Update links to Will Provost's album "The Living
Proof"
Amazon's store link was still "http://" instead of "https://", and since they
don't have the physical CD in stock anymore (and probably won't ever again), I
added a link to the album on Amazon Music, for those that want to access it.
---
examples/audio/03-load-wav/load-wav.c | 3 ++-
test/LICENSE.txt | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/examples/audio/03-load-wav/load-wav.c b/examples/audio/03-load-wav/load-wav.c
index a8de0715ff682..6caef242fea6f 100644
--- a/examples/audio/03-load-wav/load-wav.c
+++ b/examples/audio/03-load-wav/load-wav.c
@@ -11,7 +11,8 @@
* Publisher: 5 Guys Named Will
* Copyright 1996 Will Provost
* https://itunes.apple.com/us/album/the-living-proof/id4153978
- * http://www.amazon.com/The-Living-Proof-Will-Provost/dp/B00004R8RH
+ * https://www.amazon.com/The-Living-Proof-Will-Provost/dp/B00004R8RH
+ * https://music.amazon.com/albums/B0G39SYDX1
*/
#define SDL_MAIN_USE_CALLBACKS 1 /* use the callbacks instead of main() */
diff --git a/test/LICENSE.txt b/test/LICENSE.txt
index 70e166fde02d4..32aee32131c7e 100644
--- a/test/LICENSE.txt
+++ b/test/LICENSE.txt
@@ -28,7 +28,8 @@ You can get a copy of the full song (and album!) from iTunes...
or Amazon...
- http://www.amazon.com/The-Living-Proof-Will-Provost/dp/B00004R8RH
+ https://www.amazon.com/The-Living-Proof-Will-Provost/dp/B00004R8RH
+ https://music.amazon.com/albums/B0G39SYDX1
Thanks to Will for permitting us to distribute this sample with SDL!