diff --git a/core/src/com/unciv/ui/multiplayer/MultiplayerHelpers.kt b/core/src/com/unciv/ui/multiplayer/MultiplayerHelpers.kt index 40c2227e15..ebcc25f7b8 100644 --- a/core/src/com/unciv/ui/multiplayer/MultiplayerHelpers.kt +++ b/core/src/com/unciv/ui/multiplayer/MultiplayerHelpers.kt @@ -70,7 +70,7 @@ object MultiplayerHelpers { "Consider using a custom server instead." ).colspan(2).row() dropboxWarning.addButton("Open Documentation") { - Gdx.net.openURI("https://yairm210.github.io/Unciv/Other/Multiplayer/#Hosting-a-Multiplayer-server") + Gdx.net.openURI("https://yairm210.github.io/Unciv/Other/Multiplayer/#hosting-a-multiplayer-server") }.colspan(2).row() val checkBox = "Don't show again".toCheckBox() diff --git a/docs/Other/Multiplayer.md b/docs/Other/Multiplayer.md index 596b3ae866..dcc4343b0c 100644 --- a/docs/Other/Multiplayer.md +++ b/docs/Other/Multiplayer.md @@ -1,6 +1,6 @@ # Multiplayer -Multiplayer in Unciv is based on simple save file up/download, which is why it is based on a free Dropbox account by default. However, a lot of people use this default, so it is uncertain if you'll actually be able to access it consistently. See [Hosting a Multiplayer server](#Hosting-a-Multiplayer-server) for hosting your own server. +Multiplayer in Unciv is based on simple save file up/download, which is why it is based on a free Dropbox account by default. However, a lot of people use this default, so it is uncertain if you'll actually be able to access it consistently. See [Hosting a Multiplayer server](#hosting-a-multiplayer-server) for hosting your own server. ## How to play