From 693ea947be806f94a6e89774a1693930c7a8ed94 Mon Sep 17 00:00:00 2001 From: Shane Celis Date: Tue, 30 Apr 2024 01:55:15 -0400 Subject: [PATCH] doc: Fix benchmarks link. This reverts commit ff2ebc20a56230cd4e13eb60871140c4852f4c61. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 59dce74..10b7596 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Memory efficient trie (prefix tree) and map library based on LOUDS. | [Released API Docs](https://docs.rs/crate/trie-rs) | -[Benchmark Results](criterion/report/) +[Benchmark Results](https://laysakura.github.io/trie-rs/criterion/report/) | [Changelog](https://github.com/laysakura/trie-rs/blob/master/CHANGELOG.md)