diff options
author | Takeshi ISHII <2170248+mtei@users.noreply.github.com> | 2019-11-25 09:37:08 +0900 |
---|---|---|
committer | Joel Challis <git@zvecr.com> | 2019-11-25 00:37:08 +0000 |
commit | 3a7085dee4389bfc3356336180b44d294cf0738a (patch) | |
tree | af26f9f35a6ee36f48e54ab0c84684b42a215556 | |
parent | 583094aa26edc4171bad84f22ce948c840797e6e (diff) | |
download | qmk_firmware-3a7085dee4389bfc3356336180b44d294cf0738a.tar.gz qmk_firmware-3a7085dee4389bfc3356336180b44d294cf0738a.zip |
fix link in docs/translating.md (#7474)
-rw-r--r-- | docs/translating.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/translating.md b/docs/translating.md index 12fe7c85f8..af37c08dc1 100644 --- a/docs/translating.md +++ b/docs/translating.md @@ -44,6 +44,6 @@ Once you've finished translating a new language, you'll also need to modify the ## Previewing the Translations -See (Previewing the Documentation)[contributing.md#previewing-the-documentation] for how to set up a local instance of the docs - you should be able to select your new language from the "Translations" menu at the top-right. +See [Previewing the Documentation](contributing.md#previewing-the-documentation) for how to set up a local instance of the docs - you should be able to select your new language from the "Translations" menu at the top-right. Once you're happy with your work, feel free to open a pull request! |