Skip to content

Commit a91f03a

Browse files
authored
Update Minecraft Wiki links to new domain (#354)
1 parent 2888c55 commit a91f03a

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ COPY property-definitions.json /etc/bds-property-definitions.json
5050
COPY bin/* /usr/local/bin/
5151

5252
# Available versions listed at
53-
# https://minecraft.gamepedia.com/Bedrock_Edition_1.11.0
54-
# https://minecraft.gamepedia.com/Bedrock_Edition_1.12.0
55-
# https://minecraft.gamepedia.com/Bedrock_Edition_1.13.0
56-
# https://minecraft.gamepedia.com/Bedrock_Edition_1.14.0
53+
# https://minecraft.wiki/w/Bedrock_Edition_1.11.0
54+
# https://minecraft.wiki/w/Bedrock_Edition_1.12.0
55+
# https://minecraft.wiki/w/Bedrock_Edition_1.13.0
56+
# https://minecraft.wiki/w/Bedrock_Edition_1.14.0
5757
ENV VERSION=LATEST \
5858
SERVER_PORT=19132
5959

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ For Minecraft Java Edition you'll need to use this image instead:
5151

5252
### Server Properties
5353

54-
The following environment variables will set the equivalent property in `server.properties`, where each [is described here](https://minecraft.gamepedia.com/Server.properties#Bedrock_Edition_3).
54+
The following environment variables will set the equivalent property in `server.properties`, where each [is described here](https://minecraft.wiki/w/Server.properties#Bedrock_Edition_3).
5555

5656
- `SERVER_NAME`
5757
- `SERVER_PORT`
@@ -148,7 +148,7 @@ are also printed to the log when a player joins. There are 3 levels of permissio
148148

149149
There are two ways to handle a whitelist:
150150

151-
The first is to set the `ALLOW_LIST` environment variable to true and map in an [allowlist.json](https://minecraft.gamepedia.com/Whitelist.json) file (previously known as "whitelist.json") that is custom-crafted to the container.
151+
The first is to set the `ALLOW_LIST` environment variable to true and map in an [allowlist.json](https://minecraft.wiki/w/Whitelist.json) file (previously known as "whitelist.json") that is custom-crafted to the container.
152152

153153
The other is to set the `ALLOW_LIST_USERS` environment variable to a comma-separated list of gamer tag usernames that should be allowed. The server will look up the names and add in the XUID to match the player.
154154

examples/kubernetes-backup-to-s3.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# for backups that is unlikely to be in use.
44
#
55
# NOTE: The save command may be a way around this and is under investigation:
6-
# https://minecraft.gamepedia.com/Commands/save
6+
# https://minecraft.wiki/w/Commands/save
77

88
---
99
apiVersion: v1

0 commit comments

Comments
 (0)