emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] main 3745515 3/4: Prefer HTTPS to HTTP in many links


From: Stefan Kangas
Subject: [elpa] main 3745515 3/4: Prefer HTTPS to HTTP in many links
Date: Tue, 20 Apr 2021 22:27:52 -0400 (EDT)

branch: main
commit 3745515fef9edecd5ddafcb837bf728e2a7c8623
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    Prefer HTTPS to HTTP in many links
---
 README          | 2 +-
 html/index.html | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/README b/README
index fdf1027..38731dd 100644
--- a/README
+++ b/README
@@ -294,7 +294,7 @@ To access the archive via HTTP, have a symlink (say) 
=/var/www/packages=
 pointing to the =archive/= subdirectory, and set up Emacs with
 
 #+begin_src elisp
-  (setq package-archives '(("new-elpa" . "http://foo.com/packages";)))
+  (setq package-archives '(("new-elpa" . "https://foo.com/packages";)))
 #+end_src
 
 You can also access the archive via normal file access.  Such "local
diff --git a/html/index.html b/html/index.html
index 4b9f802..130ff76 100644
--- a/html/index.html
+++ b/html/index.html
@@ -18,7 +18,7 @@
 
                     <p>
                         The default package repository for 
-                        <a href="http://www.gnu.org/software/emacs/";>GNU 
Emacs</a>.
+                        <a href="https://www.gnu.org/software/emacs/";>GNU 
Emacs</a>.
                     </p>                
                 </div>
             </div>
@@ -38,7 +38,7 @@
 
                 <p>
                     Packages are managed through the
-                    <a 
href="http://git.savannah.gnu.org/cgit/emacs/elpa.git";>GNU ELPA repository</a>
+                    <a 
href="https://git.savannah.gnu.org/cgit/emacs/elpa.git";>GNU ELPA repository</a>
                     (see the <a 
href="https://savannah.gnu.org/projects/emacs";>GNU Emacs project page</a>
                     for clone instructions).
                 </p>
@@ -48,7 +48,7 @@
                 <ul>
                   <li>
                     To contribute a new package, refer to the
-                    <a 
href="http://git.savannah.gnu.org/cgit/emacs/elpa.git/plain/README";>README</a>.
+                    <a 
href="https://git.savannah.gnu.org/cgit/emacs/elpa.git/plain/README";>README</a>.
                   </li>
                   <li>
                     To report a bug, use the <code>M-x report-emacs-bug</code>
@@ -72,7 +72,7 @@
         <div class="footer">
             <div class="container">
                 <p>Copyright 2016-2021 <a href="https://fsf.org";>Free Software 
Foundation</a>, Inc.</p>
-                <p>Design provided by <a 
href="http://nicolas.petton.fr";>Nicolas Petton</a></p>
+                <p>Design provided by <a 
href="https://nicolas.petton.fr";>Nicolas Petton</a></p>
                 <p>
                     This website is licensed under the
                     <a 
href="https://creativecommons.org/licenses/by-nd/4.0/";>CC BY-ND 4.0</a>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]