From d0ce44cd381a51e454e235e2b8f931c393b171de Mon Sep 17 00:00:00 2001 From: tctompk <108326851+tctompk@users.noreply.github.com> Date: Thu, 24 Nov 2022 13:11:46 -0700 Subject: [PATCH] Pokemon RB: Fix broken link in Pokemon setup instructions (#1254) The setup_en.md file had an un-escaped URL that was breaking a link; this fixes the link by escaping the spaces in the URL. --- worlds/pokemon_rb/docs/setup_en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worlds/pokemon_rb/docs/setup_en.md b/worlds/pokemon_rb/docs/setup_en.md index 7ec79b6107..ef0a5b3e84 100644 --- a/worlds/pokemon_rb/docs/setup_en.md +++ b/worlds/pokemon_rb/docs/setup_en.md @@ -43,7 +43,7 @@ an experience customized for their taste, and different players in the same mult ### Where do I get a YAML file? -You can generate a yaml or download a template by visiting the [Pokemon Red and Blue Player Settings Page](/games/Pokemon Red and Blue/player-settings) +You can generate a yaml or download a template by visiting the [Pokemon Red and Blue Player Settings Page](/games/Pokemon%20Red%20and%20Blue/player-settings) It is important to note that the `game_version` option determines the ROM file that will be patched. Both the player and the person generating (if they are generating locally) will need the corresponding ROM file.