Skip to content

Commit 2433054

Browse files
authored
Update CONTRIBUTING.md (#67)
motivation: move from `master` to `main`, also make link less fragile changes: make link relative
1 parent b450a7d commit 2433054

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ For this reason, whenever you add new tests **you have to run a script** that ge
7070

7171
### Run `./scripts/sanity.sh`
7272

73-
The scripts directory contains a [sanity.sh script](https://github.com/swift-server/swift-service-lifecycle/blob/master/scripts/sanity.sh)
73+
The scripts directory contains a [sanity.sh script](scripts/sanity.sh)
7474
that enforces additional checks, like license headers and formatting style.
7575
Please make sure to `./scripts/sanity.sh` before pushing a change upstream, otherwise it is likely the PR validation will fail
7676
on minor changes such as a missing `self.` or similar formatting issues.

0 commit comments

Comments
 (0)