~kevinschoon/ayllu-dev

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
2 2

[PATCH 0/1] Hello,

Details
Message ID
<D0FDWCPRFW7A.WGJ6KMKV57ZP@erk.dev>
DKIM signature
pass
Download raw message
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

Details
Message ID
<D0FDWCPRGBDN.1TPRATBRZFSJH@erk.dev>
In-Reply-To
<D0FDWCPRFW7A.WGJ6KMKV57ZP@erk.dev> (view parent)
DKIM signature
pass
Download raw message
Patch: +2 -2
---
 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
Details
Message ID
<d4462c29-ef57-4364-911e-c762b5695625@kevinschoon.com>
In-Reply-To
<D0FDWCPRFW7A.WGJ6KMKV57ZP@erk.dev> (view parent)
DKIM signature
pass
Download raw message
> 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
Reply to thread Export thread (mbox)