Skip to content

Commit c96fa47

Browse files
authored
Update index.html
1 parent c7303ca commit c96fa47

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/index.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3897,13 +3897,11 @@ <h3>Safety Levels</h3>
38973897
}
38983898
});
38993899

3900-
// Set GitHub repository URL
39013900
const githubRepoUrl = 'https://github.com/CPScript/SystemScript';
39023901

39033902
// (Used to be the download URL but now will send you to the IDE wiki page which there you can download the IDE from thr same button)
3904-
const downloadUrl = 'https://cpscript.github.io/SystemScript/pages/IDE_wiki.html';
3903+
const downloadUrl = 'https://cpscript.github.io/SystemScript/IDE_wiki.html';
39053904

3906-
// Add click event listener for GitHub button
39073905
if (githubButton) {
39083906
githubButton.addEventListener('click', function() {
39093907
window.open(githubRepoUrl, '_blank');

0 commit comments

Comments
 (0)