branch: externals/hiddenquote commit c8e841758f078e556e8a8b6bcb6047ecf2c0b363 Author: Mauro Aranda <maurooara...@gmail.com> Commit: Mauro Aranda <maurooara...@gmail.com>
; Change HTTP to HTTPS --- hiddenquote.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hiddenquote.el b/hiddenquote.el index 4ca83a7dfb..2873bc565b 100644 --- a/hiddenquote.el +++ b/hiddenquote.el @@ -8,7 +8,7 @@ ;; Version: 1.2 ;; Package-Version: 1.2 ;; Package-Requires: ((emacs "25.1")) -;; URL: http://mauroaranda.com/puzzles/hidden-quote-puzzle/ +;; URL: https://mauroaranda.com/puzzles/hidden-quote-puzzle/ ;; Keywords: games ;; This file is NOT part of GNU Emacs. @@ -1275,7 +1275,7 @@ With N non-nil, return that puzzle, otherwise return the newest one." With N nil, return the latest puzzle. With N non-nil, return that puzzle NÂș." (let* ((num (and n (read-number "Enter a puzzle number: "))) - (url "http://mauroaranda.com/puzzles/hidden-quote-puzzle/") + (url "https://mauroaranda.com/puzzles/hidden-quote-puzzle/") (file (and num (hiddenquote-expand-puzzle-file-name (format "%s.ipuz" num) "hidden-quote"))) (url-mime-accept-string "application/json")