diff --git a/Changelog.yaml b/Changelog.yaml index 0b23dc1bea..e7071bfd07 100644 --- a/Changelog.yaml +++ b/Changelog.yaml @@ -16,6 +16,8 @@ - title: "Autofit covers in available space when viewing book details (can be turned off)" tickets: [4536] + - title: "Tips for recipe writers added to the wiki at http://bugs.calibre-ebook.com/wiki/RecipeTips" + bug fixes: - title: "Switch to non WMI based method of detecting devices on windows" type: major @@ -50,8 +52,6 @@ - title: "Fix detection of CyBook Gen 3 with firmware 2 on OS X" tickets: [4521] - - new recipes: - title: MSNBC author: Darko Miletic diff --git a/src/calibre/gui2/ui.py b/src/calibre/gui2/ui.py index 9289198157..4deba1f87d 100644 --- a/src/calibre/gui2/ui.py +++ b/src/calibre/gui2/ui.py @@ -1769,7 +1769,7 @@ class Main(MainWindow, Ui_MainWindow, DeviceGUI): 'DRMed book. You must first remove the ' 'DRM using third party tools.')%\ (job.description.split(':')[-1], - 'http://wiki.mobileread.com/wiki/DRM')) + 'http://bugs.calibre-ebook.com/wiki/DRM')) d.setModal(False) d.show() self._modeless_dialogs.append(d)