Skip to content

Commit ede9284

Browse files
committed
fix invalid CONTRIBUTING link in PR template
1 parent edde841 commit ede9284

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
<!-- Mark with an `x` all the checkboxes that apply (like `[x]`) -->
2323

24-
- [ ] I've read the [`CONTRIBUTING.md`](../CONTRIBUTING.md) guide;
24+
- [ ] I've read the [`CONTRIBUTING.md`](https://github.com/stac-extensions/mlm/blob/main/CONTRIBUTING.md) guide;
2525
- [ ] I've updated the code style using `make check`;
2626
- [ ] I've written tests for all new methods and classes that I created;
2727
- [ ] I've written the docstring in `Google` format for all the methods and classes that I used.

0 commit comments

Comments
 (0)