From 0113eed132019af49ab8beb4e39cf9b73bb99dce Mon Sep 17 00:00:00 2001 From: Septatrix Date: Mon, 20 Jan 2020 02:33:30 +0000 Subject: [PATCH] Fix badge to use https (#82) Update Drone link to point to new URL Upgrade a few more http links Fix badge to use https Reviewed-on: https://gitea.com/gitea/theme/pulls/82 Reviewed-by: silverwind Reviewed-by: 6543 <6543@noreply.gitea.io> --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 048dda0..a568baf 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Gitea: Theme -[![Build Status](http://drone.gitea.io/api/badges/go-gitea/theme/status.svg)](http://drone.gitea.io/go-gitea/theme) +[![Build Status](https://drone.gitea.com/api/badges/gitea/theme/status.svg)](https://drone.gitea.com/gitea/theme) [![Join the chat at https://img.shields.io/discord/322538954119184384.svg](https://img.shields.io/discord/322538954119184384.svg)](https://discord.gg/NsatcWJ) This is a Hugo theme that gets used within all of our websites like our blog, @@ -17,7 +17,7 @@ it into your `themes/gitea` folder and enable the theme with the ## Development We choose [npm](https://npmjs.org) to fetch our dependencies and -[gulp](http://gulpjs.com/) for the pipeline. We won't cover the installation of +[gulp](https://gulpjs.com/) for the pipeline. We won't cover the installation of nodejs or npm, for that you can find enough guides depending on your operating system. First of all you have to install the required dependencies: