From ef586f654d218568f417db50b4638c3bcb39cd59 Mon Sep 17 00:00:00 2001 From: ktyl Date: Mon, 17 Oct 2022 20:59:24 +0100 Subject: [PATCH] fix broken link --- blogs/2022/10/17/drone-ci.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blogs/2022/10/17/drone-ci.md b/blogs/2022/10/17/drone-ci.md index 06952e3..12658fa 100644 --- a/blogs/2022/10/17/drone-ci.md +++ b/blogs/2022/10/17/drone-ci.md @@ -6,7 +6,7 @@ However, I have some gripes: I mostly only use it for the CI, but it comes with Because it's such a complete solution, GitLab is a bit of a resource hog, and can often run frustratingly slowly. Recently I've been playing with a friend's self-hosted instance of [Drone CI](https://drone.io/) as a lightweight alternative, and I much prefer it. -I didn't set up the instance, so that part is out of scope for this post, but in case it's relevant, we're using a self-hosted [Gitea](gitea.io) instance to host the source. +I didn't set up the instance, so that part is out of scope for this post, but in case it's relevant, we're using a self-hosted [Gitea](https://gitea.io/) instance to host the source. You can find out about configuring Drone with Gitea [here](https://docs.drone.io/server/provider/gitea/).