summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2022-12-21 09:03:33 +0100
committerStefan Kangas <stefankangas@gmail.com>2022-12-21 09:03:33 +0100
commit1bd355ecda036f23468d82b803146d3258a84977 (patch)
treec2d78384a8280200b5fb4767ddb7abc460af40c7
parent62ce4c369f4c9eae0b6aed18f4039b6a8f43de80 (diff)
; Prefer HTTPS to HTTP in URLsexternals/jgraph-mode
-rw-r--r--jgraph-mode.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/jgraph-mode.el b/jgraph-mode.el
index ebaffb3..8882633 100644
--- a/jgraph-mode.el
+++ b/jgraph-mode.el
@@ -20,12 +20,12 @@
;; 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:
;; Simple editing mode for the Jgraph graph plotting tool.
-;; You can find more info at http://web.eecs.utk.edu/~plank/plank/jgraph/jgraph.html
+;; You can find more info at https://web.eecs.utk.edu/~plank/plank/jgraph/jgraph.html
;;; Code: