Skip to content

Commit 9cc845d

Browse files
authored
Fixed download link
1 parent 1cf9358 commit 9cc845d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ function PopUp() {
2424

2525
function downloadLatestCore() {
2626
let dnld = () =>
27-
fetch('https://api.github.com/repos/Jax-Core/-JaxCore/releases/latest')
27+
fetch('https://api.github.com/repos/Jax-Core/JaxCore/releases/latest')
2828
.then((response) => response.json())
2929
.then((data) => {
3030
data.assets.forEach((asset) => {

0 commit comments

Comments
 (0)