From e1c88e6b86c73e4ac37c9e81c80a9b47ad6ec7d8 Mon Sep 17 00:00:00 2001 From: Ingve Vormestrand Date: Thu, 22 Feb 2024 14:48:35 +0100 Subject: [PATCH] Use https links for documentation links in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0d715929..18d4c47d 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,8 @@ Major additional concepts are: * Named parameter support including prepared statements * `Get` and `Select` to go quickly from query to struct/slice -In addition to the [godoc API documentation](http://godoc.org/github.com/jmoiron/sqlx), -there is also some [user documentation](http://jmoiron.github.io/sqlx/) that +In addition to the [godoc API documentation](https://godoc.org/github.com/jmoiron/sqlx), +there is also some [user documentation](https://jmoiron.github.io/sqlx/) that explains how to use `database/sql` along with sqlx. ## Recent Changes