Skip to content

Commit

Permalink
docs: fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
szkiba committed Oct 18, 2024
1 parent 1ba640f commit b2d572d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ eget -t 1.57.2 golangci/golangci-lint
go install go.k6.io/xk6/cmd/xk6@latest
```

[tools]: (#tools---install-the-required-tools)
[tools]: #tools---install-the-required-tools
[xk6]: https://github.com/grafana/xk6

### lint - Run the linter
Expand Down Expand Up @@ -158,7 +158,7 @@ Delete the work files created in the work directory (also included in .gitignore
rm -f ./k6
```

[clean]: (#clean---clean-the-working-directory)
[clean]: #clean---clean-the-working-directory

### all - Clean build

Expand All @@ -173,7 +173,7 @@ Requires
go fmt ./...
```

[format]: (#format---format-the-go-source-codes)
[format]: #format---format-the-go-source-codes

### makefile - Generate the Makefile

Expand Down

0 comments on commit b2d572d

Please sign in to comment.