Skip to content

Commit adb8678

Browse files
authored
[DOC] Fix broken link to helper methods (#179)
### Helper methods link is broken at master branch To reproduce 1. go to [StringScanner docs](https://docs.ruby-lang.org/en/master/StringScanner.html) 2. Click to link at line > See examples at **helper_methods** 3. Resolved url gives 404: https://docs.ruby-lang.org/en/master/strscan/helper_methods_md.html ### Fix Currently link resolves as `href="doc/strscan/helper_methods_md.html"` Correct link should be resolved as `href="helper_methods_md.html"`
1 parent 738808b commit adb8678

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/strscan/strscan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Some examples here assume that certain helper methods are defined:
3737
- `match_values_cleared?(scanner)`:
3838
Returns whether the scanner's [match values][9] are cleared.
3939

40-
See examples at [helper methods](doc/strscan/helper_methods.md).
40+
See examples at [helper methods](helper_methods.md).
4141

4242
## The `StringScanner` \Object
4343

0 commit comments

Comments
 (0)