From 70e25298f160ffec62e363056904b6238a87d4e0 Mon Sep 17 00:00:00 2001 From: Dmitry Gutov Date: Thu, 26 Oct 2023 02:38:56 +0300 Subject: [PATCH] Tweak the DOI URL and the description * lisp/emacs-lisp/smie.el: Use a friendlier (HTTPS) DOI URL. And fix the year in the description. --- lisp/emacs-lisp/smie.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/emacs-lisp/smie.el b/lisp/emacs-lisp/smie.el index 19a0c22027a..2bc7674b8bf 100644 --- a/lisp/emacs-lisp/smie.el +++ b/lisp/emacs-lisp/smie.el @@ -56,8 +56,8 @@ ;; which includes a kind of tutorial to get started with SMIE: ;; ;; SMIE: Weakness is Power! Auto-indentation with incomplete information -;; Stefan Monnier, Journal 2020, volume 5, issue 1. -;; doi: 10.22152/programming-journal.org/2021/5/1 +;; Stefan Monnier, Journal 2021, volume 5, issue 1. +;; doi: https://doi.org/10.22152/programming-journal.org/2021/5/1 ;; A good background to understand the development (especially the parts ;; building the 2D precedence tables and then computing the precedence levels -- 2.39.2