Skip to content

Commit

Permalink
Update libnode.so download link (#291)
Browse files Browse the repository at this point in the history
cdn_links.md
  • Loading branch information
mrgharabaghi authored Oct 29, 2024
1 parent 448b688 commit b1fca1a
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 @@ -211,7 +211,7 @@ label {
if(osIndex === 0)
returnStr += "https://cdn.alt-mp.com/js-module/" + branchArray[branchIndex] + "/" + osArray[osIndex] + "/modules/js-module/libnode.dll</br>";
else
returnStr += "https://cdn.alt-mp.com/js-module/" + branchArray[branchIndex] + "/" + osArray[osIndex] + "/modules/js-module/libnode.so.108</br>";
returnStr += "https://cdn.alt-mp.com/js-module/" + branchArray[branchIndex] + "/" + osArray[osIndex] + "/modules/js-module/libnode.so</br>";

if(osIndex === 0)
returnStr += "https://cdn.alt-mp.com/js-module/" + branchArray[branchIndex] + "/" + osArray[osIndex] + "/modules/js-module/js-module.dll</br>";
Expand Down Expand Up @@ -285,7 +285,7 @@ JS Module
>```yaml
>https://cdn.alt-mp.com/js-module/${BRANCH}/x64_linux/update.json
>https://cdn.alt-mp.com/js-module/${BRANCH}/x64_linux/modules/js-module/libjs-module.so
>https://cdn.alt-mp.com/js-module/${BRANCH}/x64_linux/modules/js-module/libnode.so.108
>https://cdn.alt-mp.com/js-module/${BRANCH}/x64_linux/modules/js-module/libnode.so
>```
JS Module V2
Expand Down

0 comments on commit b1fca1a

Please sign in to comment.