diff options
| author | Ian McIntyre <ianpmcintyre@gmail.com> | 2022-12-02 12:42:16 -0500 |
|---|---|---|
| committer | Ian McIntyre <ianpmcintyre@gmail.com> | 2022-12-02 12:42:16 -0500 |
| commit | 410a80c27057ad7f1ac0bd3798afdb1b4f777ed4 (patch) | |
| tree | cdf808b88aff4e757a9861093f94005e91534c24 | |
| parent | 03157dac0e75efe1d1fb400d848d5792528bdd2c (diff) | |
Fix tag URLs in CHANGELOG
| -rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e1bec2..06c4a25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,5 +7,5 @@ First release. `imxrt-rt` provides a build-time API that defines a memory map, as well as a runtime library that configures i.MX RT 10xx and 11xx processors. -[Unreleased]: https://github.com/imxrt-rs/imxrt-rt/compare/0.1.0...HEAD -[0.1.0]: https://github.com/imxrt-rs/imxrt-rt/releases/tag/0.1.0 +[Unreleased]: https://github.com/imxrt-rs/imxrt-rt/compare/v0.1.0...HEAD +[0.1.0]: https://github.com/imxrt-rs/imxrt-rt/releases/tag/v0.1.0 |
