Fix broken links

This commit is contained in:
Taiki Endo 2021-03-20 16:28:08 +09:00
parent b0a09d8eda
commit 1b95e75635
1 changed files with 2 additions and 2 deletions

View File

@ -10,8 +10,8 @@
//!
//! Some data structures built using `Arena<T>`:
//!
//! * [Doubly linked list](https://github.com/smol-rs/vec-arena/blob/master/examples/linked_list.rs)
//! * [Splay tree](https://github.com/smol-rs/vec-arena/blob/master/examples/splay_tree.rs)
//! * [Doubly linked list](https://github.com/smol-rs/vec-arena/blob/master/examples/linked-list.rs)
//! * [Splay tree](https://github.com/smol-rs/vec-arena/blob/master/examples/splay-tree.rs)
#![no_std]
#![forbid(unsafe_code)]