From c5738a7c63db0c3de43c28bc9a7707e3e1f7e3d9 Mon Sep 17 00:00:00 2001 From: Veikko Lehmuskorpi Date: Thu, 4 Jul 2019 11:05:02 +0300 Subject: [PATCH] Fix 2.5.1. header anchor link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 60e5dff..b83683f 100644 --- a/README.md +++ b/README.md @@ -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