diff options
author | TheKodeToad <TheKodeToad@proton.me> | 2023-09-25 15:26:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-25 15:26:37 +0100 |
commit | 0406e168e716031e3cee1a23d70d508d0eb63dd2 (patch) | |
tree | 85cd3c7732747dbbb696ea84d2bd098daf6bc296 /launcher/minecraft/mod/DataPack.h | |
parent | ad9fb7349f8724651e109f95b2ce1d44ba274aa9 (diff) | |
parent | 1684cff7acde56aba7c8db232a918d96e220be29 (diff) | |
download | PrismLauncher-0406e168e716031e3cee1a23d70d508d0eb63dd2.tar.gz PrismLauncher-0406e168e716031e3cee1a23d70d508d0eb63dd2.tar.bz2 PrismLauncher-0406e168e716031e3cee1a23d70d508d0eb63dd2.zip |
Merge pull request #1655 from 0xallie/minecraft-wiki-migration
Update links to Minecraft Wiki
Diffstat (limited to 'launcher/minecraft/mod/DataPack.h')
-rw-r--r-- | launcher/minecraft/mod/DataPack.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/minecraft/mod/DataPack.h b/launcher/minecraft/mod/DataPack.h index fc2703c7..b3787b23 100644 --- a/launcher/minecraft/mod/DataPack.h +++ b/launcher/minecraft/mod/DataPack.h @@ -63,7 +63,7 @@ class DataPack : public Resource { mutable QMutex m_data_lock; /* The 'version' of a data pack, as defined in the pack.mcmeta file. - * See https://minecraft.fandom.com/wiki/Data_pack#pack.mcmeta + * See https://minecraft.wiki/w/Data_pack#pack.mcmeta */ int m_pack_format = 0; |