From 8f9824fa6366a497cfde316c45eb859ee85c8205 Mon Sep 17 00:00:00 2001 From: Petr Shevtsov Date: Sun, 23 Feb 2020 21:34:25 +0300 Subject: [PATCH] Switch to https MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This change resolves the “Connection is not secure” issue. --- _config.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/_config.yml b/_config.yml index 973b81f..b73d777 100644 --- a/_config.yml +++ b/_config.yml @@ -3,7 +3,7 @@ # Setup title: Rosetta open-source description: Open-source projects by Rosetta -url: http://github.rosettatype.com +url: https://github.rosettatype.com baseurl: "" # About/contact @@ -18,14 +18,14 @@ markdown: kramdown # Articles showed on homepage articles: - title: Eczar - link: http://github.com/rosettatype/eczar + link: https://github.com/rosettatype/eczar description: Latin + Devanagari type family with 5 weights - title: Yrsa & Rasa - link: http://github.rosettatype.com/yrsa-rasa + link: https://github.rosettatype.com/yrsa-rasa description: Latin & Gujarati type families with 5 weights - title: repos - link: http://github.com/rosettatype/repos + link: https://github.com/rosettatype/repos description: Quick and dirty Python script to track multiple Git repositories and easily fetch updates - title: post-production scripts link: https://github.com/rosettatype/post-production-scripts - description: Publicly available command-line tools used for post-production of Rosetta fonts \ No newline at end of file + description: Publicly available command-line tools used for post-production of Rosetta fonts