From c845c8fa08d4639704574ac510faee35f094650e Mon Sep 17 00:00:00 2001 From: Lars Bilke <lars.bilke@ufz.de> Date: Thu, 8 Mar 2018 11:08:14 +0100 Subject: [PATCH] [web] Fixed https links in docs listing. --- web/content/docs/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/content/docs/_index.md b/web/content/docs/_index.md index 097b06c9638..266a00f0e86 100644 --- a/web/content/docs/_index.md +++ b/web/content/docs/_index.md @@ -28,12 +28,12 @@ text = "Manual for the graphical user interface for OpenGeoSys, the Data Explore [[sections]] name = "Source code documentation" -url = "http://doxygen.opengeosys.org/" +url = "https://doxygen.opengeosys.org/" text = "The OGS source code documentation is automatically generated right from the code itself via Doxygen and is nice reference while coding." [[sections]] name = "Styleguide" -url = "http://ufz.github.io/styleguide/cppguide.xml" +url = "https://ufz.github.io/styleguide/cppguide.xml" text = "OpenGeoSys C++ Style Guide" [[sections]] -- GitLab