From cc9bb3a4ffceb9d9da440b770cd3a9c5bc2a5f2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org> Date: Fri, 4 Sep 2020 17:27:48 +0200 Subject: [PATCH] Convert more URLs to HTTPS --- _config.yml | 2 +- index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index d59f4b4..d85bd3d 100644 --- a/_config.yml +++ b/_config.yml @@ -21,7 +21,7 @@ title_separator : "|" name : "Dynare" logo : "/assets/images/logo/dlogo.svg" description : "Dynare is a software platform for handling a wide class of economic models, in particular dynamic stochastic general equilibrium (DSGE) and overlapping generations (OLG) models" -url : "http://www.dynare.org" # the base hostname & protocol for your site e.g. "https://mmistakes.github.io" +url : "https://www.dynare.org" # the base hostname & protocol for your site e.g. "https://mmistakes.github.io" baseurl : # the subpath of your site, e.g. "/blog" repository : "https://git.dynare.org/Dynare/dynare" # GitHub username/repo-name e.g. "mmistakes/minimal-mistakes" copyright_begin : 1996 diff --git a/index.md b/index.md index c1f8c42..08ed166 100644 --- a/index.md +++ b/index.md @@ -12,7 +12,7 @@ feature_row: </div> <br /> {% include dynare_stable_version.md %} -<a href="download" class="home_page_button">Download v{{ dynare_stable_version }}</a> <a href="http://www.dynare.org/manual/" class="home_page_button">Documentation</a> +<a href="download" class="home_page_button">Download v{{ dynare_stable_version }}</a> <a href="https://www.dynare.org/manual/" class="home_page_button">Documentation</a> {: .text-center} -- GitLab