From 479138a54b98827f82b0d928c9bfe43dd0b01452 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johanna=20S=C3=B6rng=C3=A5rd?= <44257381+JSorngard@users.noreply.github.com> Date: Thu, 12 Sep 2024 22:42:09 +0200 Subject: [PATCH] Remove invalid link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index efb3adf..6363385 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,7 @@ crate to do this, and that crate uses the standard library. for the `Primes` struct. `rkyv`: derives the `Serialize`, `Deserialize`, and `Archive` traits from the -[`rkyv`](https://crates.io/crates/rkyv) crate for the [`Primes`] struct. +[`rkyv`](https://crates.io/crates/rkyv) crate for the `Primes` struct. ## License