Skip to content

Commit

Permalink
fix: Fix JSv2 Linux CDN links (#283)
Browse files Browse the repository at this point in the history
  • Loading branch information
xLuxy authored Sep 4, 2024
1 parent 69b409d commit 10fd9de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions articles/cdn_links.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ label {
returnStr += "https://cdn.alt-mp.com/js-module-v2/" + branchArray[branchIndex] + "/" + osArray[osIndex] + "/modules/js-module-v2.pdb</br>";
}
} else {
if(branchArray[branchIndex] == "dev") returnStr += "https://cdn.alt-mp.com/js-module-v2/" + branchArray[branchIndex] + "/" + osArray[osIndex] + "/libjs-module-v2.so</br>";
if(branchArray[branchIndex] == "dev") returnStr += "https://cdn.alt-mp.com/js-module-v2/" + branchArray[branchIndex] + "/" + osArray[osIndex] + "/modules/libjs-module-v2.so</br>";
}

return returnStr;
Expand Down Expand Up @@ -301,7 +301,7 @@ JS Module V2
> [!div class="nohljsln"]
>```yaml
>https://cdn.alt-mp.com/js-module-v2/${BRANCH}/x64_linux/update.json
>https://cdn.alt-mp.com/js-module-v2/${BRANCH}/x64_linux/libjs-module-v2.so
>https://cdn.alt-mp.com/js-module-v2/${BRANCH}/x64_linux/modules/libjs-module-v2.so
>https://cdn.alt-mp.com/js-module-v2/${BRANCH}/x64_linux/libnodev2.so
>```
Expand Down

0 comments on commit 10fd9de

Please sign in to comment.