From f11f3502cc9524d7d3a824168a27a06078f547b8 Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com> Date: Mon, 13 Jan 2025 14:09:43 +0100 Subject: [PATCH] Updated CONTRIBUTING (markdown) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5e4addd..d907277 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -43,7 +43,7 @@ Before contributing, please ensure that you have the following setup: # 🛠 The Installation Script (install/AppName-install.sh) -- You can find all coding standards, as well as the structure for this file [here](https://github.com/community-scripts/ProxmoxVE/blob/main/.github/CONTRIBUTOR_GUIDE/install/AppName-install.md). +- You can find all coding standards, as well as the structure for this file [here](https://github.com/community-scripts/ProxmoxVE/wiki/AppName%E2%80%90install.sh-Scripts). - These scripts are responsible for the installation of the application. ---