From a22105bf0f95950bc9ea0db8032502080cf4b257 Mon Sep 17 00:00:00 2001 From: kyle jones <2461104+jonesetc@users.noreply.github.com> Date: Mon, 14 Oct 2024 20:43:45 -0700 Subject: [PATCH] Fix link to common-regex from logos/attributes --- book/src/attributes/logos.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/src/attributes/logos.md b/book/src/attributes/logos.md index 57bdea4a..38475df9 100644 --- a/book/src/attributes/logos.md +++ b/book/src/attributes/logos.md @@ -19,7 +19,7 @@ enum Token { ``` where `"regex literal"` can be any regex supported by -[`#[regex]`](../common-regex,md), and `ExtrasType` can be of any type! +[`#[regex]`](../common-regex.md), and `ExtrasType` can be of any type! An example usage of `skip` is provided in the [JSON parser example](../examples/json.md).