From a8adfdef95f3dcd6d59908ac6b61754025e5d994 Mon Sep 17 00:00:00 2001 From: Wyatt Alt Date: Sat, 4 May 2024 13:24:11 -0700 Subject: [PATCH] Fix broken link in the README (#402) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 53180f81..771f7da6 100644 --- a/README.md +++ b/README.md @@ -353,7 +353,7 @@ to always return to the previous state. As a special case, regexes containing backrefs in the form `\N` (where `N` is a digit) will match the corresponding capture group from the immediate parent group. This can be used to parse, among other things, heredocs. See the -[tests](https://github.com/alecthomas/participle/blob/master/lexer/stateful/stateful_test.go#L59) +[tests](https://github.com/alecthomas/participle/blob/master/lexer/stateful_test.go#L59) for an example of this, among others. ### Example stateful lexer