From e32ede857568c3a9385ff42470fad51b094bc111 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?ZX=E5=A4=8F=E5=A4=9C=E4=B9=8B=E9=A3=8E?= Date: Thu, 4 Jul 2024 22:44:03 +0800 Subject: [PATCH] Use migrated Minecraft wiki link now Minecraft wiki has already migrated from annoying Fandom for some time. This commit is made to follow their initiatives about stopping the use of old Minecraft wiki link. --- README.md | 2 +- portablemc/standard.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 72788e19..4e1fa066 100644 --- a/README.md +++ b/README.md @@ -250,7 +250,7 @@ by the LWJGL-provided natives). #### Miscellaneous With `--dry`, the start command does not start the game, but simply installs it. -With `--demo` you can enable the [demo mode](https://minecraft.gamepedia.com/Demo_mode) +With `--demo` you can enable the [demo mode](https://minecraft.wiki/w/Demo_mode) of the game. With `--resolution x` you can change the resolution of the game window. diff --git a/portablemc/standard.py b/portablemc/standard.py index bac001f6..3d848f59 100644 --- a/portablemc/standard.py +++ b/portablemc/standard.py @@ -49,7 +49,7 @@ def __init__(self, :param main_dir: The main directory where versions, assets, libraries and optionally JVM are installed. If not specified this path will be set the usual - `.minecraft` (see https://minecraft.fandom.com/fr/wiki/.minecraft). + `.minecraft` (see https://minecraft.wiki/w/.minecraft). :param work_dir: The working directory from where the game is run, the game stores thing like saves, resource packs, options and mods if relevant. This defaults to `main_dir` if not specified.