From 5506ad2cd46e8bd3735e5a24b45de1b73d3b9caa Mon Sep 17 00:00:00 2001 From: Azzurite Date: Sun, 12 Jun 2022 21:28:09 +0200 Subject: [PATCH] Fix anchor link --- core/src/com/unciv/ui/multiplayer/MultiplayerHelpers.kt | 2 +- docs/Other/Multiplayer.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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