Commit fa42177
authored
tools: fix man pages linking regex
The change to word boundary was breaking many doc pages. This replace the word boundary with a matching group of space or beginning of line.
Fixes: nodejs#17637
Fixes: nodejs#17694
Refs: nodejs#174791 parent 5af4822 commit fa42177
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
416 | 416 | | |
417 | 417 | | |
418 | 418 | | |
419 | | - | |
420 | | - | |
| 419 | + | |
| 420 | + | |
421 | 421 | | |
422 | | - | |
| 422 | + | |
423 | 423 | | |
424 | 424 | | |
425 | 425 | | |
| |||
0 commit comments