From 8273e270f2c594e609a4bbc371945f98bad9d095 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Tue, 6 Apr 2021 15:43:32 +0200 Subject: [PATCH] Change http to https in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f964a975..29050fb9a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# PostgREST documentation http://postgrest.org/ +# PostgREST documentation https://postgrest.org/ PostgREST docs use the reStructuredText format, check this [cheatsheet](https://github.com/ralsina/rst-cheatsheet/blob/master/rst-cheatsheet.rst) to get acquainted with it.