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/).