From 6bc91ecf982230473dbec40540c9d776cc304321 Mon Sep 17 00:00:00 2001 From: Shawn Falkner-Horine Date: Sat, 26 Apr 2025 04:11:03 -0700 Subject: [PATCH] Fix README "examples" link. (#1195) (#1196) --- CHANGELOG.md | 2 ++ README.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81a3f0a..cb013f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,8 @@ Add your changes below. ### Fixed +- Fixed dead link in README.md + ### Removed ## [2.25.1] - 2025-02-27 diff --git a/README.md b/README.md index 32c1081..be85a7e 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ pip install spotipy --upgrade ## Quick Start -A full set of examples can be found in the [online documentation](http://spotipy.readthedocs.org/) and in the [Spotipy examples directory](https://github.com/plamere/spotipy/tree/master/examples). +A full set of examples can be found in the [online documentation](http://spotipy.readthedocs.org/) and in the [Spotipy examples directory](https://github.com/spotipy-dev/spotipy-examples). To get started, [install spotipy](#installation), create a new account or log in on https://developers.spotify.com/. Go to the [dashboard](https://developer.spotify.com/dashboard), create an app and add your new ID and SECRET (ID and SECRET can be found on an app setting) to your environment: