Skip to content

Commit 6fe7626

Browse files
[DOC] Fix link in Regexp
1 parent 72ddfc1 commit 6fe7626

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/_regexp.rdoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1272,13 +1272,13 @@ because the optimization uses memoization (which may invoke large memory consump
12721272

12731273
== References
12741274

1275-
Read (online PDF books):
1275+
Read:
12761276

1277-
- {Mastering Regular Expressions}[https://ia902508.us.archive.org/10/items/allitebooks-02/Mastering%20Regular%20Expressions%2C%203rd%20Edition.pdf]
1277+
- <i>Mastering Regular Expressions</i>
12781278
by Jeffrey E.F. Friedl.
1279-
- {Regular Expressions Cookbook}[https://doc.lagout.org/programmation/Regular%20Expressions/Regular%20Expressions%20Cookbook_%20Detailed%20Solutions%20in%20Eight%20Programming%20Languages%20%282nd%20ed.%29%20%5BGoyvaerts%20%26%20Levithan%202012-09-06%5D.pdf]
1279+
- <i>Regular Expressions Cookbook</i>
12801280
by Jan Goyvaerts & Steven Levithan.
12811281

1282-
Explore, test (interactive online editor):
1282+
Explore, test:
12831283

1284-
- {Rubular}[https://rubular.com/].
1284+
- {Rubular}[https://rubular.com/]: interactive online editor.

0 commit comments

Comments
 (0)