aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorcoffeepenbit <[email protected]>2023-01-23 15:20:51 -0500
committerGitHub <[email protected]>2023-01-23 21:20:51 +0100
commit26af40bf0aa141113ebd99889f2e89087abca0bd (patch)
tree1a92937c67e68ae797caf547cd0256256276efb8 /README.md
parent1b7903bb1fb3a91833012ac1823f31b934a26d69 (diff)
downloadawesome-regex-26af40bf0aa141113ebd99889f2e89087abca0bd.tar.xz
awesome-regex-26af40bf0aa141113ebd99889f2e89087abca0bd.zip
Fix txt2re URL path (#88)
Fix txt2re URL path to index page
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2242426..8f9b892 100644
--- a/README.md
+++ b/README.md
@@ -73,7 +73,7 @@ Sharing, suggestions and contributions are always welcome! Please take a look at
## Generators
-- [Txt2Re](http://www.txt2re.com/index.php3) - Generate Regular expressions based on a string
+- [Txt2Re](https://www.txt2re.com/index_php3.html) - Generate Regular expressions based on a string
- [Regex Generator++](http://regex.inginf.units.it) - Automatic Generation of Text Extraction Patterns from Examples
- [regexgen](https://github.com/devongovett/regexgen) - Generates regular expressions that match a set of strings.
- [RegexGenerator](https://github.com/MaLeLabTs/RegexGenerator) - A tool for generating regular expressions for text extraction (by @MaLeLabTs)