From dca957708c03430948d20d67b2de321a390d591b Mon Sep 17 00:00:00 2001 From: Marshall Polaris Date: Sun, 19 Jun 2022 14:48:16 -0700 Subject: [PATCH] `http` -> `https` in documentation (#552) --- docs/docs/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/api.md b/docs/docs/api.md index 04febe8c..45ca2ab0 100644 --- a/docs/docs/api.md +++ b/docs/docs/api.md @@ -50,7 +50,7 @@ Requires no authorization. - Example request ``` - http://manifold.markets/api/v0/markets?limit=1 + https://manifold.markets/api/v0/markets?limit=1 ``` - Example response ```json