summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2022-12-21 08:53:11 +0100
committerStefan Kangas <stefankangas@gmail.com>2022-12-21 08:53:11 +0100
commit201d8e188fbe59c84e73d05097bb3eeb4495162e (patch)
tree9c977ba9fbd7de11aba3ce70282af485ddfc11a5
parent8413d2dc9b3347831aa9e8c8b2524af3ef005441 (diff)
; Prefer HTTPS to HTTP in URLsexternals/dts-mode
-rw-r--r--README.mkd2
-rw-r--r--dts-mode.el4
2 files changed, 3 insertions, 3 deletions
diff --git a/README.mkd b/README.mkd
index 3b8599d..6e2ca13 100644
--- a/README.mkd
+++ b/README.mkd
@@ -4,7 +4,7 @@ This is a quick attempt at getting basic highlighting for [Device
Tree][devicetree] syntax in emacs. While it's fairly functional, it's not
pretty; pull requests welcome.
-[devicetree]: http://www.devicetree.org/
+[devicetree]: https://www.devicetree.org/
## Installation
diff --git a/dts-mode.el b/dts-mode.el
index aa058dc..a31bea9 100644
--- a/dts-mode.el
+++ b/dts-mode.el
@@ -18,12 +18,12 @@
;; GNU General Public License 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:
;; This provides basic editing support for DTS files (see
-;; http://www.devicetree.org/), with the following features:
+;; https://www.devicetree.org/), with the following features:
;;
;; - Font-lock highlighting
;; - SMIE-based automatic indentation