From 42dac604b94011cf546568be09306c5e642c7aa2 Mon Sep 17 00:00:00 2001 From: Manuel Barkhau Date: Fri, 22 Feb 2019 11:02:00 +0100 Subject: [PATCH] link to example regex in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 65becd8..6f247b2 100644 --- a/README.md +++ b/README.md @@ -199,7 +199,7 @@ ERROR - Pattern compiles to regex 'img\.shields\.io/static/v1\.svg\?label=PyCa (?:alpha|beta|dev|rc|post|final)))?)&color=blue' ``` -The internally used regular expression is also shown, which you can use to debug the issue, for example on https://regex101.com. +The internally used regular expression is also shown, which you can use to debug the issue, for example on [regex101.com](https://regex101.com/r/ajQDTz/2). ### Pattern Search and Replacement