diff options
author | Itay123TheKing | 2022-08-11 13:57:17 +0000 |
---|---|---|
committer | GitHub | 2022-08-11 13:57:17 +0000 |
commit | 80dde577b0287410cc5a7af79e6737425f95abff (patch) | |
tree | d28232eba56b87213ff0bba363f2f83749580913 /docs | |
parent | d773a6e5f24f3be58a73e94cf07d67b5222fe48f (diff) |
Fix hyperlink at the bottom of CONTRIBUTING.md (#3392)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/CONTRIBUTING.md | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index 6da50fdd..e7b39b06 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -30,15 +30,16 @@ inside the project. We use [xtask][xtask] as an ad-hoc task runner and thus do not require any dependencies other than `cargo` (You don't have to `cargo install` anything either). -[good-first-issue]: https://github.com/helix-editor/helix/labels/E-easy -[log-file]: https://github.com/helix-editor/helix/wiki/FAQ#access-the-log-file -[architecture.md]: ./architecture.md -[docs]: https://docs.helix-editor.com/ -[xtask]: https://github.com/matklad/cargo-xtask - # Integration tests Integration tests for helix-term can be run with `cargo integration-test`. Code contributors are strongly encouraged to write integration tests for their code. Existing tests can be used as examples. Helpers can be found in -[helpers.rs][../helix-term/tests/test/helpers.rs]. +[helpers.rs][helpers.rs] + +[good-first-issue]: https://github.com/helix-editor/helix/labels/E-easy +[log-file]: https://github.com/helix-editor/helix/wiki/FAQ#access-the-log-file +[architecture.md]: ./architecture.md +[docs]: https://docs.helix-editor.com/ +[xtask]: https://github.com/matklad/cargo-xtask +[helpers.rs]: ../helix-term/tests/test/helpers.rs |