From 75eb5e96bc0d1279113694f348781254ba25699a Mon Sep 17 00:00:00 2001 From: zanjonke Date: Thu, 19 Mar 2026 15:26:55 +0100 Subject: [PATCH] Updating discord link --- install/bash/install.sh | 2 +- install/powershell/install.ps1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install/bash/install.sh b/install/bash/install.sh index 4359488..74f44d9 100755 --- a/install/bash/install.sh +++ b/install/bash/install.sh @@ -223,7 +223,7 @@ echo -e " thank you for using ${YELLOW}*codeplain!${NC}" echo "" echo -e " ${BOLD}next steps:${NC}" echo "" -echo -e " join our Discord community: ${YELLOW}https://discord.gg/4qQJaMu7Y${NC}" +echo -e " join our Discord community: ${YELLOW}https://discord.gg/cgbynb9hFq${NC}" echo "" echo -e " learn more about ${YELLOW}***plain${NC} at ${YELLOW}https://plainlang.org/${NC}" echo "" diff --git a/install/powershell/install.ps1 b/install/powershell/install.ps1 index 70471b1..0966d6a 100644 --- a/install/powershell/install.ps1 +++ b/install/powershell/install.ps1 @@ -255,7 +255,7 @@ Write-Host " thank you for using ${YELLOW}*codeplain!${NC}" Write-Host "" Write-Host " ${BOLD}next steps:${NC}" Write-Host "" -Write-Host " join our Discord community: ${YELLOW}https://discord.gg/4qQJaMu7Y${NC}" +Write-Host " join our Discord community: ${YELLOW}https://discord.gg/cgbynb9hFq${NC}" Write-Host "" Write-Host " learn more about ${YELLOW}***plain${NC} at ${YELLOW}https://plainlang.org/${NC}" Write-Host ""