summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README2
-rw-r--r--inf-shen.el2
-rw-r--r--shen-mode.el4
3 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index 22ddde1..a313ff5 100644
--- a/README
+++ b/README
@@ -3,4 +3,4 @@ language. This includes both a major mode `shen-mode' and an inferior
Shen mode (`run-shen') for evaluating shen code in a comint buffer or
from a buffer of Shen source code.
-For information on shen see http://www.shenlanguage.org/. \ No newline at end of file
+For information on shen see https://www.shenlanguage.org/. \ No newline at end of file
diff --git a/inf-shen.el b/inf-shen.el
index 9ecc627..3b7dbaf 100644
--- a/inf-shen.el
+++ b/inf-shen.el
@@ -20,7 +20,7 @@
;; GNU General Public License for more details.
;; You should have received a copy of the GNU General Public License
-;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
+;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
;;; Commentary:
diff --git a/shen-mode.el b/shen-mode.el
index 7817de9..07c82d9 100644
--- a/shen-mode.el
+++ b/shen-mode.el
@@ -20,14 +20,14 @@
;; GNU General Public License for more details.
;; You should have received a copy of the GNU General Public License
-;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
+;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
;;; Commentary:
;; A major mode for editing Shen source code. Shen is a modern Lisp
;; dialect with support for functional and declarative programming,
;; pattern matching and a very powerful type system. See the
-;; following for more information on Shen. http://www.shenlanguage.org
+;; following for more information on Shen. https://www.shenlanguage.org
;;; Code: