Skip to content

Commit 28d067f

Browse files
committed
Fix benchmarks URL in README on crates.io
1 parent 305b4b6 commit 28d067f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ A fast and combinable Rust logging crate, inspired by the C++ logging library [s
99

1010
## Features
1111

12-
- Very fast (see [Benchmarks](/spdlog/benches/README.md)).
12+
- Very fast (see [Benchmarks]).
1313
- Various log targets:
1414
- Standard streams with optional colors.
1515
- Files.
@@ -69,6 +69,7 @@ for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
6969
dual licensed as above, without any additional terms or conditions.
7070

7171
[spdlog]: https://github.com/gabime/spdlog
72+
[Benchmarks]: https://github.com/SpriteOvO/spdlog-rs/blob/main/spdlog/benches/README.md
7273
[log crate]: https://crates.io/crates/log
7374
[./examples]: https://github.com/SpriteOvO/spdlog-rs/tree/main/spdlog/examples
7475
[docs.rs]: https://docs.rs/spdlog-rs/

0 commit comments

Comments
 (0)