Skip to content

Commit 6ff8690

Browse files
authored
Update IDE_wiki.html
1 parent f4cac6a commit 6ff8690

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/IDE_wiki.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2126,7 +2126,7 @@ <h3>Hardware Recommendations</h3>
21262126
downloadButton.innerHTML = '<span class="icon-download"></span> Fetching release...';
21272127
downloadButton.disabled = true;
21282128

2129-
fetch(`https://api.github.com/repos/${owner}/${repo}/releases/latest`)
2129+
fetch(`https://github.com/${owner}/${repo}/releases`)
21302130
.then(response => {
21312131
if (!response.ok) {
21322132
throw new Error('GitHub API request failed');

0 commit comments

Comments
 (0)