Skip to content

Commit bbf34e6

Browse files
committed
Wrong link in indexes
1 parent 88e38bc commit bbf34e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/HySkript/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>`);

docs/skript-parser/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>`);

0 commit comments

Comments
 (0)