diff options
| author | Stefan Kangas <stefankangas@gmail.com> | 2022-12-21 09:22:25 +0100 |
|---|---|---|
| committer | Stefan Kangas <stefankangas@gmail.com> | 2022-12-21 09:22:25 +0100 |
| commit | f2e976fd395f36c95b9b0b44a22e027232f550ac (patch) | |
| tree | 17250773bdb11d6030a80a4df64d23f32f0e5b80 | |
| parent | 744fed873ca8ab8b4acc2e53fbc296819bdab1af (diff) | |
; Prefer HTTPS to HTTP in URLsexternals/smalltalk-mode
| -rw-r--r-- | gst-mode.el | 2 | ||||
| -rw-r--r-- | smalltalk-mode.el | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/gst-mode.el b/gst-mode.el index ef9c43f..e11c332 100644 --- a/gst-mode.el +++ b/gst-mode.el @@ -16,7 +16,7 @@ ;; for more details. ;; ;; You should have received a copy of the GNU General Public License -;; along with this program. If not, see <http://www.gnu.org/licenses/>. +;; along with this program. If not, see <https://www.gnu.org/licenses/>. ;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; diff --git a/smalltalk-mode.el b/smalltalk-mode.el index f4d2377..6fa7523 100644 --- a/smalltalk-mode.el +++ b/smalltalk-mode.el @@ -19,11 +19,11 @@ ;; for more details. ;; You should have received a copy of the GNU General Public License -;; along with this program. If not, see <http://www.gnu.org/licenses/>. +;; along with this program. If not, see <https://www.gnu.org/licenses/>. ;;; Commentary: -;; Major mode to edit GNU Smalltalk code (http://smalltalk.gnu.org/) +;; Major mode to edit GNU Smalltalk code (https://smalltalk.gnu.org/) ;; and interact with an inferior GST interactive session. ;; Provides the usual functionality: |
