Skip to content

Commit 90ed10e

Browse files
committed
docs: fix broken links
1 parent e16959d commit 90ed10e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ Various allocator algorithms behind a unified interface for `no_std` environment
1212
- **Page-granularity**: [`BitmapPageAllocator`]
1313
- **ID allocator**: [`IdAllocator`]
1414

15+
[`BuddyByteAllocator`]: https://docs.rs/axallocator/latest/axallocator/struct.BuddyByteAllocator.html
16+
[`SlabByteAllocator`]: https://docs.rs/axallocator/latest/axallocator/struct.SlabByteAllocator.html
17+
[`TlsfByteAllocator`]: https://docs.rs/axallocator/latest/axallocator/struct.TlsfByteAllocator.html
18+
[`BitmapPageAllocator`]: https://docs.rs/axallocator/latest/axallocator/struct.BitmapPageAllocator.html
19+
[`IdAllocator`]: https://docs.rs/axallocator/latest/axallocator/trait.IdAllocator.html
20+
1521
## Features
1622

1723
| Feature | Description |

0 commit comments

Comments
 (0)