fix broken link

This commit is contained in:
ktyl 2022-10-17 20:59:24 +01:00
parent f31ebc88f4
commit ef586f654d
1 changed files with 1 additions and 1 deletions

View File

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