From 963f4da743700226376db4d6db22af9ee23ee92b Mon Sep 17 00:00:00 2001 From: Antony Garand Date: Tue, 27 Oct 2020 12:19:03 -0400 Subject: [PATCH] Updated gitdocs.json links to `https` (#11118) --- docs/.gitdocs.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/.gitdocs.json b/docs/.gitdocs.json index 99ef0187e..8ced4bda1 100644 --- a/docs/.gitdocs.json +++ b/docs/.gitdocs.json @@ -18,13 +18,13 @@ }, { "title": "Ruby doc", - "href": "http://docs.forem.com/ruby-doc", + "href": "https://docs.forem.com/ruby-doc", "target": "_blank", "rel": "noopener noreferrer nofollow" }, { "title": "API doc", - "href": "http://docs.forem.com/api", + "href": "https://docs.forem.com/api", "target": "_blank", "rel": "noopener noreferrer nofollow" }