Skip to content

Commit 192c283

Browse files
committed
Updated references
1 parent 503eadc commit 192c283

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

assets/js/mods.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ function setChangelog(mod) {
197197
$("body").addClass("prompt");
198198

199199
$.ajax({
200-
url: "https://raw.githubusercontent.com/ricksouth/serilum-mc-mods/master/changelog/" + mod + ".txt",
200+
url: "https://raw.githubusercontent.com/Serilum/.data/main/changelog/" + mod + ".txt",
201201
type: "GET",
202202
dataType: 'text',
203203
success: function(data){

assets/js/source.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
const sourceurl = "https://github.com/ricksouth/serilum-mc-mod-sources/tree/main/sources/";
2-
const fabricsourceurl = "https://github.com/ricksouth/serilum-mc-mods/tree/master/sources-fabric/";
3-
const forgesourceurl = "https://github.com/ricksouth/serilum-mc-mods/tree/master/sources/";
1+
const sourceurl = "https://github.com/orgs/Serilum/repositories";
2+
const fabricsourceurl = "https://github.com/orgs/Serilum/repositories";
3+
const forgesourceurl = "https://github.com/orgs/Serilum/repositories";
44

55
$(document).ready(function(e) {
66
let url = document.URL;

0 commit comments

Comments
 (0)