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/play | |
parent | 379c0592632e3ddb3f2ce454d80ee05a643b1541 (diff) | |
download | emacs-c6fa0ad315e38167cb81a4d8c143cc53ad783cc3.tar.gz |
; Prefer https to http in many URLs
These were all tested with https and confirmed working.
Diffstat (limited to 'lisp/play')
-rw-r--r-- | lisp/play/bubbles.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/play/bubbles.el b/lisp/play/bubbles.el index 903c0686063..d512a718b48 100644 --- a/lisp/play/bubbles.el +++ b/lisp/play/bubbles.el @@ -28,7 +28,7 @@ ;; possible in as few moves as possible. ;; Bubbles is an implementation of the "Same Game", similar to "Same -;; GNOME" and many others, see <http://en.wikipedia.org/wiki/SameGame>. +;; GNOME" and many others, see <https://en.wikipedia.org/wiki/SameGame>. ;; Installation ;; ------------ |