Just a small patch to fix the two dead links in the README.md file.
Valdemar Erk (1):
fix(docs): fix dead links in the readme
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
base-commit: f411141775b5000c04d94636ab54bb6719d59fc8
--
2.44.0
[PATCH 1/1] fix(docs): fix dead links in the readme
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 810ac35..74f230e 100644
--- a/README.md+++ b/README.md
@@ -86,10 +86,10 @@ compiler to build the project. Additionally you also must have
Installed on your system.
-For syntax highlighting to work you must have [tree-sitter-amalagamation](https://ayllu-forge.org/projects/tree-sitter-amalgamation)+For syntax highlighting to work you must have [tree-sitter-amalagamation](https://ayllu-forge.org/attic/tree-sitter-amalgamation)installed on your system as well.
-You can run the [check_build_dependencies.sh](https://ayllu-forge.org/projects/ayllu/blob/scripts/check_build_dependencies.sh)+You can run the [check_build_dependencies.sh](https://ayllu-forge.org/projects/ayllu/blob/main/scripts/check_build_dependencies.sh)script to verify you have all the necessary software on your system.
```sh
--
2.44.0
> Just a small patch to fix the two dead links in the README.md file.
First, thank you for the contribution and apologies for the long delay,
we haven't had any patches sent to sourcehut yet and I missed this.
tree-sitter-amalgamation was something I hacked together to overcome the
lack of system tree-sitter packages. I archived it though as both the
distribution packages for both Alpine and Arch have improved and so
tree-sitter-amalgamation is no longer needed.
I have updated the README to remove the mention of
tree-sitter-amalgamation entirely.
Thank you anyway for the patch though, it is appreciated.
Kevin