summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/strscan/strscan.md2
1 files changed, 1 insertions, 1 deletions
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