From 9db8d8f6a1cab7143d959ce98be7b7d4dcba35ff Mon Sep 17 00:00:00 2001 From: wisp3rwind <17089248+wisp3rwind@users.noreply.github.com> Date: Sun, 12 Jun 2022 17:41:13 +0200 Subject: [PATCH] docs: fix broken links these failed in the weekly CI test. discogs probably remains broken, since it received a 403. --- docs/guides/main.rst | 4 ++-- docs/plugins/discogs.rst | 2 +- docs/plugins/fetchart.rst | 4 ++-- docs/plugins/spotify.rst | 6 +++--- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/guides/main.rst b/docs/guides/main.rst index 4fab4cc2d..2b573ac32 100644 --- a/docs/guides/main.rst +++ b/docs/guides/main.rst @@ -46,7 +46,7 @@ Beets works on Python 3.6 or later. * On **NixOS**, there's a `package `_ you can install with ``nix-env -i beets``. -.. _DNF package: https://apps.fedoraproject.org/packages/beets +.. _DNF package: https://packages.fedoraproject.org/pkgs/beets/ .. _SlackBuild: https://slackbuilds.org/repository/14.2/multimedia/beets/ .. _FreeBSD: http://portsmon.freebsd.org/portoverview.py?category=audio&portname=beets .. _AUR: https://aur.archlinux.org/packages/beets-git/ @@ -303,4 +303,4 @@ Please let me know what you think of beets via `the discussion board`_ or .. _the mailing list: https://groups.google.com/group/beets-users .. _the discussion board: https://discourse.beets.io -.. _twitter: https://twitter.com/b33ts \ No newline at end of file +.. _twitter: https://twitter.com/b33ts diff --git a/docs/plugins/discogs.rst b/docs/plugins/discogs.rst index 1ed2dfc93..53c6c2ac0 100644 --- a/docs/plugins/discogs.rst +++ b/docs/plugins/discogs.rst @@ -51,7 +51,7 @@ This plugin can be configured like other metadata source plugins as described in There is one additional option in the ``discogs:`` section, ``index_tracks``. Index tracks (see the `Discogs guidelines -`_), +`_), along with headers, mark divisions between distinct works on the same release or within works. When ``index_tracks`` is enabled:: diff --git a/docs/plugins/fetchart.rst b/docs/plugins/fetchart.rst index 997cf2497..de3aec360 100644 --- a/docs/plugins/fetchart.rst +++ b/docs/plugins/fetchart.rst @@ -240,10 +240,10 @@ in your configuration. .. _registering a personal fanart.tv API key: https://fanart.tv/get-an-api-key/ -More detailed information can be found `on their blog`_. Specifically, the +More detailed information can be found `on their Wiki`_. Specifically, the personal key will give you earlier access to new art. -.. _on their blog: https://fanart.tv/2015/01/personal-api-keys/ +.. _on their blog: https://wiki.fanart.tv/General/personal%20api/ Last.fm ''''''' diff --git a/docs/plugins/spotify.rst b/docs/plugins/spotify.rst index c8e2bfb83..7340e2150 100644 --- a/docs/plugins/spotify.rst +++ b/docs/plugins/spotify.rst @@ -8,9 +8,9 @@ Also, the plugin can use the Spotify `Album`_ and `Track`_ APIs to provide metadata matches for the importer. .. _Spotify: https://www.spotify.com/ -.. _Spotify Search API: https://developer.spotify.com/documentation/web-api/reference/#category-search -.. _Album: https://developer.spotify.com/documentation/web-api/reference/#endpoint-get-an-album -.. _Track: https://developer.spotify.com/documentation/web-api/reference/#endpoint-get-track +.. _Spotify Search API: https://developer.spotify.com/documentation/web-api/reference/#/operations/search +.. _Album: https://developer.spotify.com/documentation/web-api/reference/#/operations/get-an-album +.. _Track: https://developer.spotify.com/documentation/web-api/reference/#/operations/get-track Why Use This Plugin? --------------------