File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ <h2>HySkript Docs</h2>
1111 crossorigin ="anonymous " referrerpolicy ="no-referrer "> </ script >
1212< script >
1313 $ ( document ) . ready ( function ( ) {
14- $ . get ( "https://api.github.com/repos/ShaneBeee/shanebeee .github.io/contents/docs/HySkript/" , function ( data ) {
14+ $ . get ( "https://api.github.com/repos/SkriptDev/skriptdev .github.io/contents/docs/HySkript/" , function ( data ) {
1515 for ( let dir of data ) {
1616 if ( dir . name == "index.html" ) continue ;
1717 $ ( "#list" ) . prepend ( `<p><a href="${ dir . name } ">${ dir . name } </a></p>` ) ;
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ <h2>Skript-Parser Docs</h2>
1111 crossorigin ="anonymous " referrerpolicy ="no-referrer "> </ script >
1212< script >
1313 $ ( document ) . ready ( function ( ) {
14- $ . get ( "https://api.github.com/repos/ShaneBeee/shanebeee .github.io/contents/docs/skript-parser/" , function ( data ) {
14+ $ . get ( "https://api.github.com/repos/SkriptDev/skriptdev .github.io/contents/docs/skript-parser/" , function ( data ) {
1515 for ( let dir of data ) {
1616 if ( dir . name == "index.html" ) continue ;
1717 $ ( "#list" ) . prepend ( `<p><a href="${ dir . name } ">${ dir . name } </a></p>` ) ;
You can’t perform that action at this time.
0 commit comments