From 70949207c15569e8281cd96d6c250fe0db9c558c Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Fri, 6 Dec 2024 14:45:06 +0100 Subject: [PATCH] Update CONTRIBUTING.md --- .github/CONTRIBUTOR_GUIDE/CONTRIBUTING.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/CONTRIBUTOR_GUIDE/CONTRIBUTING.md b/.github/CONTRIBUTOR_GUIDE/CONTRIBUTING.md index 0e90e772..80a66df9 100644 --- a/.github/CONTRIBUTOR_GUIDE/CONTRIBUTING.md +++ b/.github/CONTRIBUTOR_GUIDE/CONTRIBUTING.md @@ -329,8 +329,8 @@ Open a PR from your feature branch to the main repository branch --- -## 📚 Wiki Pages +## 📚 Pages -- [Contributing](https://github.com/community-scripts/ProxmoxVE/wiki/Contributing) -- [Installation Guide](https://github.com/community-scripts/ProxmoxVE/wiki/Installation-Guide) -- [Script Templates](https://github.com/community-scripts/ProxmoxVE/wiki/Script-Templates) \ No newline at end of file +- [Function-Overview](https://github.com/community-scripts/ProxmoxVE/wiki/Function_Overview) +- [CT Template: AppName.sh](https://github.com/community-scripts/ProxmoxVE/blob/contributor_guide/.github/CONTRIBUTOR_GUIDE/ct/AppName.sh) +- [Install Template: AppName-install.sh](https://github.com/community-scripts/ProxmoxVE/blob/contributor_guide/.github/CONTRIBUTOR_GUIDE/install/AppName-install.sh)