diff options
| -rw-r--r-- | README | 2 | ||||
| -rw-r--r-- | html/index.html | 8 |
2 files changed, 5 insertions, 5 deletions
@@ -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> |
