File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ function setChangelog(mod) {
197
197
$ ( "body" ) . addClass ( "prompt" ) ;
198
198
199
199
$ . 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" ,
201
201
type : "GET" ,
202
202
dataType : 'text' ,
203
203
success : function ( data ) {
Original file line number Diff line number Diff line change 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 " ;
4
4
5
5
$ ( document ) . ready ( function ( e ) {
6
6
let url = document . URL ;
You can’t perform that action at this time.
0 commit comments