From 5d50a3927ee687bad1a3a6669e4bfb3aec1b16bd Mon Sep 17 00:00:00 2001 From: Gonzalo Avila Alterach Date: Wed, 18 Oct 2023 17:04:39 -0300 Subject: [PATCH] fix: Updated wrong link to pattern language docs (#1371) Just a very simple update to point to the right documentation URI --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 892e96874..8b3188997 100644 --- a/README.md +++ b/README.md @@ -138,7 +138,7 @@ The Pattern Language is the completely custom programming language developed for It allows you to define structures and data types in a C-like syntax and then use them to parse and highlight a file's content. - Source Code: [Link](https://github.com/WerWolv/PatternLanguage/) -- Documentation: [Link](https://imhex.werwolv.net/docs/) +- Documentation: [Link](https://docs.werwolv.net/pattern-language/) ## Database