From 7f0b113d858a6ad3bef8fc75a3a4d17973b01be3 Mon Sep 17 00:00:00 2001 From: BurdetteLamar Date: Tue, 26 Aug 2025 15:25:04 -0500 Subject: [PATCH] [DOC] Fix link --- 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 1211a687c2..aa7bd8ba84 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 [here][ext/strscan/helper_methods_md.html]. +See examples at [helper methods](doc/strscan/helper_methods.md). ## The `StringScanner` \Object