From 3bf38ce7c0749514bf89d2c1b0610ed84fd37d79 Mon Sep 17 00:00:00 2001 From: TotalCaesar659 <14265316+TotalCaesar659@users.noreply.github.com> Date: Wed, 31 Aug 2022 21:38:42 +0300 Subject: [PATCH] Fix and update URLs to HTTPS (#6) --- README.md | 4 ++-- _config.yml | 2 +- _data/footer.yml | 6 +++--- _data/navigation.yml | 4 ++-- _layouts/default.html | 2 +- about.md | 4 ++-- downloads.md | 2 +- features.md | 4 ++-- source-code.md | 8 ++++---- 9 files changed, 18 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index d7585f0..54fac39 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ This is a basic website for ungoogled-chromium, based upon [Hydra by CloudCannon ## Develop -This website was built with [Jekyll](http://jekyllrb.com/) version 3. but should support newer versions as well. +This website was built with [Jekyll](https://jekyllrb.com/) version 3. but should support newer versions as well. -Install the dependencies with [Bundler](http://bundler.io/): +Install the dependencies with [Bundler](https://bundler.io/): ~~~bash $ bundle install diff --git a/_config.yml b/_config.yml index 5183667..4cb4d20 100644 --- a/_config.yml +++ b/_config.yml @@ -15,7 +15,7 @@ author: social: name: ungoogled-chromium links: - - https://github.com/Eloston/ungoogled-chromium + - https://github.com/ungoogled-software/ungoogled-chromium # ----- # Build diff --git a/_data/footer.yml b/_data/footer.yml index a7464f5..6a1c368 100644 --- a/_data/footer.yml +++ b/_data/footer.yml @@ -12,21 +12,21 @@ link: //ungoogled-software.github.io/ungoogled-chromium-wiki/faq new_window: true - name: Support - link: //github.com/Eloston/ungoogled-chromium/blob/master/SUPPORT.md + link: //github.com/ungoogled-software/ungoogled-chromium/blob/master/SUPPORT.md new_window: true - links: - name: Source Code link: /source-code/ new_window: false - name: Contributing - link: //github.com/Eloston/ungoogled-chromium/blob/master/docs/contributing.md + link: //github.com/ungoogled-software/ungoogled-chromium/blob/master/docs/contributing.md new_window: true - name: Website Source Code link: //github.com/ungoogled-software/ungoogled-software.github.io new_window: true - links: - name: GitHub - link: //github.com/Eloston/ungoogled-chromium + link: //github.com/ungoogled-software/ungoogled-chromium social_icon: GitHub new_window: true # - name: RSS diff --git a/_data/navigation.yml b/_data/navigation.yml index 55176e4..949dcab 100644 --- a/_data/navigation.yml +++ b/_data/navigation.yml @@ -15,10 +15,10 @@ new_window: true highlight: false - name: Support - link: //github.com/Eloston/ungoogled-chromium/blob/master/SUPPORT.md + link: //github.com/ungoogled-software/ungoogled-chromium/blob/master/SUPPORT.md new_window: true highlight: false - name: GitHub - link: //github.com/Eloston/ungoogled-chromium + link: //github.com/ungoogled-software/ungoogled-chromium new_window: true highlight: true diff --git a/_layouts/default.html b/_layouts/default.html index 9ef0c28..4459878 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -34,7 +34,7 @@ {% endfor %} -
© {{ site.time | date: '%Y' }} ungoogled-chromium Authors • License • Website design based on Hydra Template
+© {{ site.time | date: '%Y' }} ungoogled-chromium Authors • License • Website design based on Hydra Template