We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7303ca commit c96fa47Copy full SHA for c96fa47
docs/index.html
@@ -3897,13 +3897,11 @@ <h3>Safety Levels</h3>
3897
}
3898
});
3899
3900
- // Set GitHub repository URL
3901
const githubRepoUrl = 'https://github.com/CPScript/SystemScript';
3902
3903
// (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';
+ const downloadUrl = 'https://cpscript.github.io/SystemScript/IDE_wiki.html';
3905
3906
- // Add click event listener for GitHub button
3907
if (githubButton) {
3908
githubButton.addEventListener('click', function() {
3909
window.open(githubRepoUrl, '_blank');
0 commit comments