From 4618bd03bc695cc0f927441aaa3b1daa21c8245d Mon Sep 17 00:00:00 2001 From: Matthijs Groen Date: Thu, 13 Apr 2023 22:16:19 +0200 Subject: [PATCH] Use https for htmlpreview --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8a33583..cb0844d 100644 --- a/README.md +++ b/README.md @@ -108,5 +108,5 @@ this project. [Get started here](CONTRIBUTING.md) - The EBNF parser is generated by http://zaa.ch/jison/ - All markdown is parsed with http://showdownjs.com/ -[example-ebnf]: http://htmlpreview.github.io/?https://github.com/matthijsgroen/ebnf2railroad/blob/master/examples/ebnf.html -[example-json]: http://htmlpreview.github.io/?https://github.com/matthijsgroen/ebnf2railroad/blob/master/examples/json.html +[example-ebnf]: https://htmlpreview.github.io/?https://github.com/matthijsgroen/ebnf2railroad/blob/master/examples/ebnf.html +[example-json]: https://htmlpreview.github.io/?https://github.com/matthijsgroen/ebnf2railroad/blob/master/examples/json.html