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.
This commit is contained in:
parent
aae78a8a12
commit
d0ce44cd38
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue