Skip to content
This repository was archived by the owner on Apr 29, 2024. It is now read-only.

Commit 55c97dd

Browse files
committed
Update CurseForge URL to HTTPS
1 parent d1da5b9 commit 55c97dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/main/java/com/nincraft/modpackdownloader/util/Reference.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package com.nincraft.modpackdownloader.util;
22

33
public class Reference {
4-
public static final String CURSEFORGE_BASE_URL = "http://minecraft.curseforge.com/projects/";
4+
public static final String CURSEFORGE_BASE_URL = "https://minecraft.curseforge.com/projects/";
55
public static final String CURSEFORGE_WIDGET_JSON_MOD = "mc-mods";
66
public static final String CURSEFORGE_WIDGET_JSON_MODPACK = "modpacks";
77
public static final String CURSEFORGE_WIDGET_JSON_URL = "http://widget.mcf.li/%s/minecraft/%s.json";

0 commit comments

Comments
 (0)