diff options
Diffstat (limited to 'lisp/net')
-rw-r--r-- | lisp/net/newst-backend.el | 2 | ||||
-rw-r--r-- | lisp/net/newst-reader.el | 2 | ||||
-rw-r--r-- | lisp/net/newst-ticker.el | 2 | ||||
-rw-r--r-- | lisp/net/newsticker.el | 2 | ||||
-rw-r--r-- | lisp/net/quickurl.el | 2 | ||||
-rw-r--r-- | lisp/net/tramp-archive.el | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/lisp/net/newst-backend.el b/lisp/net/newst-backend.el index 77e148047ae..d51f8c0189f 100644 --- a/lisp/net/newst-backend.el +++ b/lisp/net/newst-backend.el @@ -4,7 +4,7 @@ ;; Author: Ulf Jasper <ulf.jasper@web.de> ;; Filename: newst-backend.el -;; URL: http://www.nongnu.org/newsticker +;; URL: https://www.nongnu.org/newsticker ;; Keywords: News, RSS, Atom ;; Package: newsticker diff --git a/lisp/net/newst-reader.el b/lisp/net/newst-reader.el index 40e304402ad..b228ea9a60f 100644 --- a/lisp/net/newst-reader.el +++ b/lisp/net/newst-reader.el @@ -4,7 +4,7 @@ ;; Author: Ulf Jasper <ulf.jasper@web.de> ;; Filename: newst-reader.el -;; URL: http://www.nongnu.org/newsticker +;; URL: https://www.nongnu.org/newsticker ;; Package: newsticker ;; ====================================================================== diff --git a/lisp/net/newst-ticker.el b/lisp/net/newst-ticker.el index 8cfafb5bfe4..068b862b694 100644 --- a/lisp/net/newst-ticker.el +++ b/lisp/net/newst-ticker.el @@ -4,7 +4,7 @@ ;; Author: Ulf Jasper <ulf.jasper@web.de> ;; Filename: newst-ticker.el -;; URL: http://www.nongnu.org/newsticker +;; URL: https://www.nongnu.org/newsticker ;; Keywords: News, RSS, Atom ;; Package: newsticker diff --git a/lisp/net/newsticker.el b/lisp/net/newsticker.el index c1714218be9..52576c936a3 100644 --- a/lisp/net/newsticker.el +++ b/lisp/net/newsticker.el @@ -4,7 +4,7 @@ ;; Author: Ulf Jasper <ulf.jasper@web.de> ;; Filename: newsticker.el -;; URL: http://www.nongnu.org/newsticker +;; URL: https://www.nongnu.org/newsticker ;; Created: 17. June 2003 ;; Keywords: News, RSS, Atom diff --git a/lisp/net/quickurl.el b/lisp/net/quickurl.el index 7f147fa0ded..ed7d7e53a96 100644 --- a/lisp/net/quickurl.el +++ b/lisp/net/quickurl.el @@ -55,7 +55,7 @@ ;; ;; (("GNU" . "https://www.gnu.org/") ;; ("FSF" "https://www.fsf.org/" "The Free Software Foundation") -;; ("emacs" . "http://www.emacs.org/") +;; ("emacs" . "https://www.emacs.org/") ;; ("davep" "http://www.davep.org/" "Dave's homepage")) ;; ;; In case you're wondering about the mixture of cons cells and lists, diff --git a/lisp/net/tramp-archive.el b/lisp/net/tramp-archive.el index b0f447a3aee..b44a4e86aad 100644 --- a/lisp/net/tramp-archive.el +++ b/lisp/net/tramp-archive.el @@ -104,7 +104,7 @@ ;; It is even possible to access file archives in file archives, as ;; (find-file -;; "http://ftp.debian.org/debian/pool/main/c/coreutils/coreutils_8.28-1_amd64.deb/control.tar.gz/control") +;; "https://ftp.debian.org/debian/pool/main/c/coreutils/coreutils_8.28-1_amd64.deb/control.tar.gz/control") ;;; Code: |