fix example links (#9)

This commit is contained in:
JayceFayne 2020-08-24 13:02:05 +00:00 committed by GitHub
parent 6ab49b67e9
commit 6d607703d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -25,5 +25,5 @@ It will provide a more convenient API than a plain `Vec<T>`.
Some data structures built using `Arena<T>`:
* [Doubly linked list](https://github.com/stjepang/vec-arena/blob/master/examples/linked_list.rs)
* [Splay tree](https://github.com/stjepang/vec-arena/blob/master/examples/splay_tree.rs)
* [Doubly linked list](https://github.com/stjepang/vec-arena/blob/master/examples/linked-list.rs)
* [Splay tree](https://github.com/stjepang/vec-arena/blob/master/examples/splay-tree.rs)