From 30173b7331fb887f3b036865e4cad41ff4516a4c Mon Sep 17 00:00:00 2001 From: chipsnblip Date: Sun, 26 Jul 2020 13:50:05 -0700 Subject: [PATCH] update link to current homepage update link from non-existent page (https://2.python-requests.org/en/latest/) to the plugin's current homepage: https://requests.readthedocs.io/en/master/ --- docs/plugins/fetchart.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugins/fetchart.rst b/docs/plugins/fetchart.rst index 92ed5f32a..168ca0fa0 100644 --- a/docs/plugins/fetchart.rst +++ b/docs/plugins/fetchart.rst @@ -11,7 +11,7 @@ To use the ``fetchart`` plugin, first enable it in your configuration (see The plugin uses `requests`_ to fetch album art from the Web. -.. _requests: https://docs.python-requests.org/en/latest/ +.. _requests: https://requests.readthedocs.io/en/master/ Fetching Album Art During Import --------------------------------