diff --git a/docs/abra/hack.md b/docs/abra/hack.md index ec25629..341e462 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.