diff --git a/README.md b/README.md
index f90f161dee..efdbd4dff9 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ Changes to the master branch are merged into the develop branch of OpenRCT2/Open
To contribute to the translation of OpenRCT2, you will need to fork this repository.
This allows you to edit and push changes of files to your fork so that you can then open a pull request.
-For more information, visit GitHub's official [forking guide](https://guides.github.com/activities/forking/).
+For more information, visit GitHub's official [forking guide](https://guides.github.com/activities/forking/) or ours Wiki on how-to [fork and commit using only web browser](https://github.com/OpenRCT2/Localisation/wiki/Committing-basics).
### Creating a new language
If you want to begin translating OpenRCT2 for a new language, create a new file in the data directory with the correct two letter [language](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes#Partial_ISO_639_table) and [country codes](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Decoding_table) (e.g. `cs-CZ`), then paste the contents of the [en-GB](https://github.com/OpenRCT2/OpenRCT2/blob/develop/data/language/en-GB.txt) file into it and start translating the strings.