diff options
author | Stefan Kangas <stefan@marxist.se> | 2020-10-01 15:24:21 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2020-10-01 15:28:15 +0200 |
commit | c6fa0ad315e38167cb81a4d8c143cc53ad783cc3 (patch) | |
tree | 65cd558675dbe74b44c91a03a12ce3db32edf1b8 /lisp/doc-view.el | |
parent | 379c0592632e3ddb3f2ce454d80ee05a643b1541 (diff) | |
download | emacs-c6fa0ad315e38167cb81a4d8c143cc53ad783cc3.tar.gz emacs-c6fa0ad315e38167cb81a4d8c143cc53ad783cc3.tar.bz2 emacs-c6fa0ad315e38167cb81a4d8c143cc53ad783cc3.zip |
; Prefer https to http in many URLs
These were all tested with https and confirmed working.
Diffstat (limited to 'lisp/doc-view.el')
-rw-r--r-- | lisp/doc-view.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/doc-view.el b/lisp/doc-view.el index 60f6d6350c9..f958cfacbfc 100644 --- a/lisp/doc-view.el +++ b/lisp/doc-view.el @@ -24,8 +24,8 @@ ;; doc-view.el requires GNU Emacs 22.1 or newer. You also need Ghostscript, ;; `dvipdf' (comes with Ghostscript) or `dvipdfm' (comes with teTeX or TeXLive) -;; and `pdftotext', which comes with xpdf (http://www.foolabs.com/xpdf/) or -;; poppler (http://poppler.freedesktop.org/). +;; and `pdftotext', which comes with xpdf (https://www.foolabs.com/xpdf/) or +;; poppler (https://poppler.freedesktop.org/). ;;; Commentary: |