Compare commits

...

2 commits

Author SHA1 Message Date
raf
cd81bbb904
Merge pull request #1293 from jfeo/meta/contributing-use-absolute-links
Some checks failed
Treewide Checks / Validate flake (push) Has been cancelled
Treewide Checks / Check formatting (push) Has been cancelled
Treewide Checks / Check source tree for typos (push) Has been cancelled
Treewide Checks / Validate documentation builds (push) Has been cancelled
Treewide Checks / Validate hyperlinks in documentation sources (push) Has been cancelled
Treewide Checks / Validate Editorconfig conformance (push) Has been cancelled
meta: fix CONTRIBUTING.md 404 with absolute links
2025-12-16 17:13:18 +03:00
Jens Feodor Nielsen
7ab37d9a82 meta: fix CONTRIBUTING.md 404 with absolute links
When selecting the Contributing tab on the GitHub repository home page,
following the links to LICENSE and PULL_REQUEST_TEMPLATE.md result in a
404 error, as GitHub seems to assume that relative links should be
resolved from the root of the repository.
2025-12-16 13:27:12 +01:00

View file

@ -8,7 +8,7 @@
## Preface ## Preface
[LICENSE]: ../LICENSE [LICENSE]: /LICENSE
I am glad you are thinking about contributing to nvf! The project is shaped by I am glad you are thinking about contributing to nvf! The project is shaped by
contributors and user feedback, and all contributions are appreciated. contributors and user feedback, and all contributions are appreciated.
@ -30,7 +30,7 @@ personally.
## Contributing Process ## Contributing Process
[pull request template]: ./PULL_REQUEST_TEMPLATE.md [pull request template]: /.github/PULL_REQUEST_TEMPLATE.md
The contribution process is mostly documented in the [pull request template]. The contribution process is mostly documented in the [pull request template].
When you create a pull request, you will find a checklist of items to complete When you create a pull request, you will find a checklist of items to complete