branch: externals/json-mode
commit 2e8fc7e33b3b7e2418de32baad46d59c5e343bd2
Author: Stefan Kangas <[email protected]>
Commit: Stefan Kangas <[email protected]>
; Prefer HTTPS to HTTP in URLs
---
json-mode.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/json-mode.el b/json-mode.el
index 8cf750a3e7..a7a78a058c 100644
--- a/json-mode.el
+++ b/json-mode.el
@@ -19,12 +19,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:
;; Major mode for editing JavaScript Object Notation (JSON) data files.
-;; Read more about JSON at http://json.org/.
+;; Read more about JSON at https://www.json.org/.
;; It provides support for indentation and syntax highlighting.