From 149bf4205472853810fccb84a484409f074dce1e Mon Sep 17 00:00:00 2001 From: Teodor Heggelund Date: Thu, 27 Apr 2023 22:25:43 +0200 Subject: [PATCH 1/2] Fix link to API Documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c84ed31..76a4ad3 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ With [Maven](http://maven.apache.org), add the following to your `pom.xml` file: ## Reference -[API Documentation](http://edn-format.github.com/data.edn) +[API Documentation](http://edn-format.github.io/data.edn) ## Rationale From 64637f28276e0f4eba9cf425a8ccd906151c0978 Mon Sep 17 00:00:00 2001 From: Teodor Heggelund Date: Thu, 27 Apr 2023 22:27:07 +0200 Subject: [PATCH 2/2] Use HTTPS --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 76a4ad3..d5858c7 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ With [Maven](http://maven.apache.org), add the following to your `pom.xml` file: ## Reference -[API Documentation](http://edn-format.github.io/data.edn) +[API Documentation](https://edn-format.github.io/data.edn) ## Rationale