Skip to content

Commit

Permalink
fix(book): link to common-regex from logos/attributes (#430)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonesetc authored Oct 15, 2024
1 parent 30ffb42 commit 0f361d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/src/attributes/logos.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down

0 comments on commit 0f361d6

Please sign in to comment.