mirror of
https://github.com/yairm210/Unciv.git
synced 2025-01-05 21:11:35 +07:00
Fix anchor link
This commit is contained in:
parent
cb479ba4e3
commit
5506ad2cd4
@ -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()
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user