Skip to content

Commit 70cdcc2

Browse files
committed
readme: fix links
1 parent f6fa1cf commit 70cdcc2

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[![crates.io](https://img.shields.io/crates/d/embedded-alloc.svg)](https://crates.io/crates/embedded-alloc)
22
[![crates.io](https://img.shields.io/crates/v/embedded-alloc.svg)](https://crates.io/crates/embedded-alloc)
3-
![Minimum Supported Rust Version](https://img.shields.io/badge/rustc-1.68+-blue.svg)
3+
![Minimum Supported Rust Version](https://img.shields.io/badge/rustc-1.68+-blue.svg) -
4+
[Documentation](https://docs.rs/embedded-alloc) - [Change log](https://github.com/rust-embedded/embedded-alloc/blob/master/CHANGELOG.md)
45

56
# `embedded-alloc`
67

@@ -43,11 +44,7 @@ fn main() -> ! {
4344
}
4445
```
4546

46-
For a full usage example, see `examples/global_alloc.rs`.
47-
48-
## [Documentation](https://docs.rs/embedded-alloc)
49-
50-
## [Change log](CHANGELOG.md)
47+
For a full usage example, see [`examples/global_alloc.rs`](https://github.com/rust-embedded/embedded-alloc/blob/master/examples/global_alloc.rs).
5148

5249
## License
5350

0 commit comments

Comments
 (0)