From 0228fa1c72b045161a923396d5beed7a94457235 Mon Sep 17 00:00:00 2001 From: Sebastian Reinhard Date: Tue, 18 Aug 2020 19:40:21 +0200 Subject: [PATCH] Fix link to API docs This link is broken, and should use https:// --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 13c933d..c0679e9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Parse-EZ : Clojure Parser Library -[api]: http://www.protoflex.com/parse-ez/api-doc/protoflex.parse-api.html "Parse-EZ API" +[api]: https://www.protoflex.com/protoflex.parse-api.html "Parse-EZ API" [API Documentation][api] Parse-EZ is a parser library for Clojure programmers. It allows easy