From 65b926c926c8511274992eb79849cecdc98cf337 Mon Sep 17 00:00:00 2001 From: Jamie Gaskins Date: Mon, 29 May 2023 16:47:21 -0400 Subject: [PATCH] Use https link for API docs (#180) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f8c2f5..66fa080 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Note: Multiple drivers can be included in the same application. ## Documentation -* [Latest API](http://crystal-lang.github.io/crystal-db/api/latest/) +* [Latest API](https://crystal-lang.github.io/crystal-db/api/latest/) * [Crystal book](https://crystal-lang.org/docs/database/) ## Usage