From 859b8d336ef151d5b3718997d5f4c56c244e677a Mon Sep 17 00:00:00 2001 From: Adrien Loison Date: Thu, 17 Oct 2019 12:11:01 +0200 Subject: [PATCH] [Docs] Force using current protocol scheme for resources and links If the docs is accessed with https, change all links to be https as well. --- docs/_includes/head.html | 2 +- docs/_includes/header.html | 10 +++++----- docs/_includes/section-why-use-spout.html | 2 +- docs/_includes/section.html | 2 +- docs/_layouts/default.html | 10 ++++++++++ docs/_pages/getting-started.md | 2 +- docs/_pages/guides.md | 4 ++-- 7 files changed, 21 insertions(+), 11 deletions(-) diff --git a/docs/_includes/head.html b/docs/_includes/head.html index 81da47d..0038fd0 100755 --- a/docs/_includes/head.html +++ b/docs/_includes/head.html @@ -6,7 +6,7 @@ {% if page.title %}{{ page.title | escape }}{% else %}{{ site.title | escape }}{% endif %} - + {% if site.algolia.enabled %} {% endif %} diff --git a/docs/_includes/header.html b/docs/_includes/header.html index e0ba3eb..5943bc7 100755 --- a/docs/_includes/header.html +++ b/docs/_includes/header.html @@ -1,7 +1,7 @@