From 1f4ab527a71dac84ebebeb5337c867fe92754b21 Mon Sep 17 00:00:00 2001 From: Berkan Unal Date: Mon, 1 Dec 2025 17:34:20 +0300 Subject: [PATCH] Docs - Fix broken link to helper methods --- doc/strscan/strscan.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/strscan/strscan.md b/doc/strscan/strscan.md index c0bf541362..c4ab203462 100644 --- a/doc/strscan/strscan.md +++ b/doc/strscan/strscan.md @@ -37,7 +37,7 @@ Some examples here assume that certain helper methods are defined: - `match_values_cleared?(scanner)`: Returns whether the scanner's [match values][9] are cleared. -See examples at [helper methods](doc/strscan/helper_methods.md). +See examples at [helper methods](helper_methods.md). ## The `StringScanner` \Object