Skip to content

Commit f0c59f8

Browse files
authored
Correct URL (#3648)
1 parent 56093ed commit f0c59f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/CONTRIBUTOR_AND_GUIDES/CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,9 @@ to\
9999
Example: `https://raw.githubusercontent.com/tremor021/PromoxVE/refs/heads/testbranch`
100100

101101
Also you need to change:\
102-
`https://github.com/community-scripts/ProxmoxVE/raw/main`\
102+
`https://raw.githubusercontent.com/community-scripts/ProxmoxVE/raw/main`\
103103
to\
104-
`https://github.com/[USER]/[REPOSITORY]/raw/[BRANCH]`\
104+
`https://raw.githubusercontent.com/[USER]/[REPOSITORY]/raw/[BRANCH]`\
105105
in `misc/install.func` in order for `update` shell command to work.\
106106
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.
107107

0 commit comments

Comments
 (0)