From 784fc81a1ee1b441d51c5879c39cdacb2b57a42b Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner Date: Thu, 19 Dec 2024 11:38:50 +0100 Subject: [PATCH] Fix broken link --- .github/CONTRIBUTOR_GUIDE/CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/CONTRIBUTOR_GUIDE/CONTRIBUTING.md b/.github/CONTRIBUTOR_GUIDE/CONTRIBUTING.md index 6099e6b2..ce08b428 100644 --- a/.github/CONTRIBUTOR_GUIDE/CONTRIBUTING.md +++ b/.github/CONTRIBUTOR_GUIDE/CONTRIBUTING.md @@ -46,14 +46,14 @@ Before contributing, please ensure that you have the following setup: # 🚀 The Application Script (ct/AppName.sh) -- You can find all Coding standards, as well as the structure for this files [here](/ct/AppName.md). +- You can find all Coding standards, as well as the structure for this files [here](https://github.com/community-scripts/ProxmoxVE/blob/contributor_guide/.github/CONTRIBUTOR_GUIDE/ct/AppName.md). - These Scripts are responsible for Container creataion, setting the necessery varibles and handels the update of the Application. --- # 🛠 The Installation Script (install/AppName-install.sh) -- You can find all Coding standards, as well as the structure for this files [here](/install/AppName-install.md). +- You can find all Coding standards, as well as the structure for this files [here](https://github.com/community-scripts/ProxmoxVE/blob/contributor_guide/.github/CONTRIBUTOR_GUIDE/install/AppName-install.md). - These Scripts handel the installation of the Application. ---