From 6d607703d043387e442f88aa5ae0a95aedd4e1bb Mon Sep 17 00:00:00 2001 From: JayceFayne <13365789+JayceFayne@users.noreply.github.com> Date: Mon, 24 Aug 2020 13:02:05 +0000 Subject: [PATCH] fix example links (#9) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3a1396b..87914a5 100644 --- a/README.md +++ b/README.md @@ -25,5 +25,5 @@ It will provide a more convenient API than a plain `Vec`. Some data structures built using `Arena`: -* [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)