diff options
author | 2022-02-15 18:30:54 +0100 | |
---|---|---|
committer | 2022-02-15 18:30:54 +0100 | |
commit | 48d100bd1d9bf1af64ff3284ac1ef8e7449b98ac (patch) | |
tree | cb6c9494331fe5ade28a864921a7a7749cd3512d | |
parent | 5a186feb16b2800d86a4861084207e720a442ee3 (diff) | |
download | rtic-48d100bd1d9bf1af64ff3284ac1ef8e7449b98ac.tar.gz rtic-48d100bd1d9bf1af64ff3284ac1ef8e7449b98ac.tar.zst rtic-48d100bd1d9bf1af64ff3284ac1ef8e7449b98ac.zip |
Docs: fix link
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index daaba78a..9c6a861e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,7 +4,7 @@ New features should go through the [RFC process][rfcs] before creating a Pull Request to this repository. -[rfcs](https://github.com/rtic-rs/rfcs) +[rfcs]: https://github.com/rtic-rs/rfcs ## Bugs |