Skip to content

Commit

Permalink
Update microsoft URI from HTTP to HTTPS - gorilla-devs#1513 (gorilla-…
Browse files Browse the repository at this point in the history
  • Loading branch information
nmistry authored and Eskaan committed Nov 15, 2023
1 parent cc1f7f4 commit c385960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/utils/constants.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const MC_MANIFEST_URL =
'https://launchermeta.mojang.com/mc/game/version_manifest.json';
export const MC_RESOURCES_URL = 'http://resources.download.minecraft.net';
export const MC_RESOURCES_URL = 'https://resources.download.minecraft.net';
export const FABRIC_APIS = 'https://meta.fabricmc.net/v2';
export const GDL_LEGACYJAVAFIXER_MOD_URL =
'https://gdevs.io/legacyjavafixer-1.0.jar';
Expand Down

0 comments on commit c385960

Please sign in to comment.