Skip to content

Commit

Permalink
Update microsoft URI from HTTP to HTTPS - #1513 (#1514)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmistry committed Jan 17, 2023
1 parent 4fd9a47 commit 73b3f48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/utils/constants.js
@@ -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 73b3f48

Please sign in to comment.