From f0c59f8cba9fa8b70814f9756cd9f2d9e38c3649 Mon Sep 17 00:00:00 2001 From: verbumfeit Date: Thu, 3 Apr 2025 23:06:24 +0200 Subject: [PATCH] Correct URL (#3648) --- .github/CONTRIBUTOR_AND_GUIDES/CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/CONTRIBUTOR_AND_GUIDES/CONTRIBUTING.md b/.github/CONTRIBUTOR_AND_GUIDES/CONTRIBUTING.md index 92a9567a7..93d7f2f4a 100644 --- a/.github/CONTRIBUTOR_AND_GUIDES/CONTRIBUTING.md +++ b/.github/CONTRIBUTOR_AND_GUIDES/CONTRIBUTING.md @@ -99,9 +99,9 @@ to\ Example: `https://raw.githubusercontent.com/tremor021/PromoxVE/refs/heads/testbranch` Also you need to change:\ -`https://github.com/community-scripts/ProxmoxVE/raw/main`\ +`https://raw.githubusercontent.com/community-scripts/ProxmoxVE/raw/main`\ to\ -`https://github.com/[USER]/[REPOSITORY]/raw/[BRANCH]`\ +`https://raw.githubusercontent.com/[USER]/[REPOSITORY]/raw/[BRANCH]`\ in `misc/install.func` in order for `update` shell command to work.\ These changes are only while writing and testing your scripts. Before opening a Pull Request, you should change all above mentioned paths in `misc/build.func`, `misc/install.func` and `ct/AppName.sh` to point to the original paths.