diff --git a/src/calibre/web/feeds/news.py b/src/calibre/web/feeds/news.py index 26b305928b..4e6568d153 100644 --- a/src/calibre/web/feeds/news.py +++ b/src/calibre/web/feeds/news.py @@ -345,7 +345,7 @@ class BasicNewsRecipe(Recipe): #: are expressed as a percentage of the downloaded cover. #: cover_margins = (10, 15, '#ffffff') pads the cover with a white margin #: 10px on the left and right, 15px on the top and bottom. - #: Color names defined at https://www.imagemagick.org/script/color.php + #: Color names are defined `here `_. #: Note that for some reason, white does not always work in Windows. Use #: #ffffff instead cover_margins = (0, 0, '#ffffff')