Fix 2.5.1. header anchor link

This commit is contained in:
Veikko Lehmuskorpi 2019-07-04 11:05:02 +03:00 committed by GitHub
parent 7c6353325b
commit c5738a7c63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -310,7 +310,7 @@ within parenthesis `(...)`. For example, the regular expression `(?:c|g|p)ar` is
Non-capturing groups can come in handy when used in find-and-replace functionality or
when mixed with capturing groups to keep the overview when producing any other kind of output.
See also [4. Lookaround](# 4. Lookaround).
See also [4. Lookaround](#4-lookaround).
## 2.6 Alternation