diff options
author | Saverio Guzzo <saverio.g.guzzo@gmail.com> | 2023-04-02 12:54:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-02 12:54:55 +0200 |
commit | 68005b887055ddd1c6d3fd1381b6eb7b786a0a38 (patch) | |
tree | bf53a70e6ff3169ae963dec02476c91c4e4eb3de /plugins/macos | |
parent | 6ef236dd99f2090b54911f9135d00ac37d6757ff (diff) | |
download | zsh-68005b887055ddd1c6d3fd1381b6eb7b786a0a38.tar.gz zsh-68005b887055ddd1c6d3fd1381b6eb7b786a0a38.tar.bz2 zsh-68005b887055ddd1c6d3fd1381b6eb7b786a0a38.zip |
docs(spotify): fix link (#11593)
Diffstat (limited to 'plugins/macos')
-rw-r--r-- | plugins/macos/spotify | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/macos/spotify b/plugins/macos/spotify index 491a60686..5fb40517c 100644 --- a/plugins/macos/spotify +++ b/plugins/macos/spotify @@ -43,7 +43,7 @@ showAPIHelp() { echo " find music by name. It is very likely you want this feature!"; echo; echo " To get this to work, you need to sign up (or in) and create an 'Application' at:"; - echo " https://developer.spotify.com/my-applications/#!/applications/create"; + echo " https://developer.spotify.com/dashboard/create"; echo; echo " Once you've created an application, find the 'Client ID' and 'Client Secret'"; echo " values, and enter them into your shpotify config file at '${USER_CONFIG_FILE}'"; |