Skip to content

Commit 13c2f50

Browse files
authored
Fix: URL's in CONTRIBUTING.md (#2552)
1 parent dccc45d commit 13c2f50

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/CONTRIBUTOR_AND_GUIDES/CONTRIBUTING.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -40,27 +40,27 @@ Before contributing, please ensure that you have the following setup:
4040
- [Shell Format](https://marketplace.visualstudio.com/items?itemName=foxundermoon.shell-format)
4141

4242
### Important Notes
43-
- Use [AppName.sh](https://github.com/community-scripts/ProxmoxVE/blob/main/.github/CONTRIBUTOR_GUIDE/ct/AppName.sh) and [AppName-install.sh](https://github.com/community-scripts/ProxmoxVE/blob/main/.github/CONTRIBUTOR_GUIDE/install/AppName-install.sh) as templates when creating new scripts.
43+
- Use [AppName.sh](https://github.com/community-scripts/ProxmoxVE/blob/main/.github/CONTRIBUTOR_AND_GUIDES/ct/AppName.sh) and [AppName-install.sh](https://github.com/community-scripts/ProxmoxVE/blob/main/.github/CONTRIBUTOR_AND_GUIDES/install/AppName-install.sh) as templates when creating new scripts.
4444

4545
---
4646

4747
# 🚀 The Application Script (ct/AppName.sh)
4848

49-
- 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/ct/AppName.md).
49+
- 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_AND_GUIDES/ct/AppName.md).
5050
- These scripts are responsible for container creation, setting the necessary variables and handling the update of the application once installed.
5151

5252
---
5353

5454
# 🛠 The Installation Script (install/AppName-install.sh)
5555

56-
- 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).
56+
- 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_AND_GUIDES/install/AppName-install.md).
5757
- These scripts are responsible for the installation of the application.
5858

5959
---
6060

6161
## 🚀 Building Your Own Scripts
6262

63-
Start with the [template script](https://github.com/community-scripts/ProxmoxVE/blob/main/.github/CONTRIBUTOR_GUIDE/install/AppName-install.sh)
63+
Start with the [template script](https://github.com/community-scripts/ProxmoxVE/blob/main/.github/CONTRIBUTOR_AND_GUIDES/install/AppName-install.sh)
6464

6565
---
6666

@@ -99,8 +99,8 @@ Open a Pull Request from your feature branch to the main repository branch. You
9999

100100
## 📚 Pages
101101

102-
- [CT Template: AppName.sh](https://github.com/community-scripts/ProxmoxVE/blob/main/.github/CONTRIBUTOR_GUIDE/ct/AppName.sh)
103-
- [Install Template: AppName-install.sh](https://github.com/community-scripts/ProxmoxVE/blob/main/.github/CONTRIBUTOR_GUIDE/install/AppName-install.sh)
104-
- [JSON Template: AppName.json](https://github.com/community-scripts/ProxmoxVE/blob/main/.github/CONTRIBUTOR_GUIDE/json/AppName.json)
102+
- [CT Template: AppName.sh](https://github.com/community-scripts/ProxmoxVE/blob/main/.github/CONTRIBUTOR_AND_GUIDES/ct/AppName.sh)
103+
- [Install Template: AppName-install.sh](https://github.com/community-scripts/ProxmoxVE/blob/main/.github/CONTRIBUTOR_AND_GUIDES/install/AppName-install.sh)
104+
- [JSON Template: AppName.json](https://github.com/community-scripts/ProxmoxVE/blob/main/.github/CONTRIBUTOR_AND_GUIDES/json/AppName.json)
105105

106106

0 commit comments

Comments
 (0)