From 56943e79631603738543bb8f35a0a40ffbebde07 Mon Sep 17 00:00:00 2001 From: Oliver Marshall Date: Wed, 24 Jan 2024 13:50:28 +0000 Subject: [PATCH] doc: fix link in readme MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit For me the link was going to https://en.wikipedia.org/wiki/Allen%E2%80%99s_interval_algebra instead of https://en.wikipedia.org/wiki/Allen%27s_interval_algebra NOTE: ’ instead of ' --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index c3a057b..41f831f 100644 --- a/README.adoc +++ b/README.adoc @@ -221,7 +221,7 @@ expression]. Regexes provide the performance. ==== Allen's Interval Algebra (1983) -https://en.wikipedia.org/wiki/Allen's_interval_algebra[Allen's interval algebra] +https://en.wikipedia.org/wiki/Allen%27s_interval_algebra[Allen's interval algebra] allows character intervals to be manipulated and combined, to form optimal ranges which optimise the performance of the regular expression.