From 3eea31897eab3f09477f0404a8611ff8240a4afe Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 3 Apr 2017 17:20:31 +0530 Subject: [PATCH] ... --- manual/faq.rst | 2 +- src/calibre/gui2/preferences/create_custom_column.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manual/faq.rst b/manual/faq.rst index 9cf4b5c607..9d679a7a1b 100644 --- a/manual/faq.rst +++ b/manual/faq.rst @@ -909,7 +909,7 @@ There are several possible things I know of, that can cause this: computer. Known culprits include: *SpiderOak*, *odrive sync* and *Dell Backup and Recovery*. If you have one of these, uninstall them and you will be fine. You can also use the - `NirSoft Shell Extension Viewer `_ + `NirSoft Shell Extension Viewer `_ to see what shell extensions are installed on your system and disable them individually, if you dont want to uninstall the full program. Remember to use "Restart Explorer" or reboot your computer after diff --git a/src/calibre/gui2/preferences/create_custom_column.py b/src/calibre/gui2/preferences/create_custom_column.py index 821accd35d..f6cfd2c357 100644 --- a/src/calibre/gui2/preferences/create_custom_column.py +++ b/src/calibre/gui2/preferences/create_custom_column.py @@ -382,7 +382,7 @@ class CreateCustomColumn(QDialog): 'will create a field displaying the title in bold large ' 'characters, along with the series, for example
"' 'An Oblique Approach [Belisarius [1]]". The template ' - '
<a href="http://www.beam-ebooks.de/ebook/{identifiers'
+                  '
<a href="https://www.beam-ebooks.de/ebook/{identifiers'
                   ':select(beam)}">Beam book</a>
' 'will generate a link to the book on the Beam ebooks site.') + '

') l.addWidget(cch)