From 54ec9fe8c53d588a2c297f317cc0ce7a21ac9fb9 Mon Sep 17 00:00:00 2001 From: Sanjeev Gupta Date: Fri, 1 May 2020 14:42:35 +0800 Subject: [PATCH] Use https instead of http ,for sites that support this --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f8249f3d..5c762dc1 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ You can find more information about JSON format at [json.org][1] Library sources are available at https://github.com/zserge/jsmn The web page with some information about jsmn can be found at -[http://zserge.com/jsmn.html][2] +[https://zserge.com/jsmn.html][2] Philosophy ---------- @@ -175,8 +175,8 @@ You will get this error until you reach the end of JSON data. Other info ---------- -This software is distributed under [MIT license](http://www.opensource.org/licenses/mit-license.php), +This software is distributed under [MIT license](https://www.opensource.org/licenses/mit-license.php), so feel free to integrate it in your commercial products. -[1]: http://www.json.org/ -[2]: http://zserge.com/jsmn.html +[1]: https://www.json.org/ +[2]: https://zserge.com/jsmn.html