From 5706c8c3f5dfc75b135c3c7e07250e2b18a331b1 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Fri, 11 Mar 2022 09:51:07 +0100 Subject: [PATCH] fix link --- docs/abra/hack.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/abra/hack.md b/docs/abra/hack.md index ec256295..341e4628 100644 --- a/docs/abra/hack.md +++ b/docs/abra/hack.md @@ -16,7 +16,7 @@ Install [Go >= 1.16](https://golang.org/doc/install) and then: - `make install` will install it to `$GOPATH/bin` - `go get ` and `go mod tidy` to add a new dependency -Our [Drone CI configuration](.drone.yml) runs a number of sanity on each pushed commit. See the [Makefile](./Makefile) for more handy targets. +Our [Drone CI configuration](https://git.coopcloud.tech/coop-cloud/abra/src/branch/main/.drone.yml) runs a number of sanity on each pushed commit. See the [Makefile](./Makefile) for more handy targets. Please use the [conventional commit format](https://www.conventionalcommits.org/en/v1.0.0/) for your commits so we can automate our change log.