From 0d3a62321a552fcb8c14f04293474ac4c74402d6 Mon Sep 17 00:00:00 2001 From: Erin van der Veen Date: Wed, 10 Sep 2025 20:42:00 +0200 Subject: [PATCH 1/2] chore(readme): fix contributing link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fb5e9466b..b9b9debed 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ In the Clan ecosystem, security is paramount. Learn how to handle secrets effect The Clan project thrives on community contributions. We welcome everyone to contribute and collaborate: -- **Contribution Guidelines**: Make a meaningful impact by following the steps in [contributing](https://docs.clan.lol/contributing/contributing/). +- **Contribution Guidelines**: Make a meaningful impact by following the steps in [contributing](https://docs.clan.lol/guides/contributing/CONTRIBUTING/). ## Join the revolution From 890e8c70037bc879f387a8b6a712de69c3caee41 Mon Sep 17 00:00:00 2001 From: Erin van der Veen Date: Wed, 10 Sep 2025 20:48:50 +0200 Subject: [PATCH 2/2] chore(zerotier): fix stableEndpoint example --- clanServices/zerotier/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clanServices/zerotier/default.nix b/clanServices/zerotier/default.nix index cc48ae16d..04e396b89 100644 --- a/clanServices/zerotier/default.nix +++ b/clanServices/zerotier/default.nix @@ -45,7 +45,7 @@ It will be reachable under the given stable endpoints. ''; example = '' - [ 1.2.3.4" "10.0.0.3/9993" "2001:abcd:abcd::3/9993" ] + [ "1.2.3.4" "10.0.0.3/9993" "2001:abcd:abcd::3/9993" ] ''; };