1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-01 07:15:22 +02:00

style-guide: fix links (#8496)

* style-guide: fix links
* Fix Pre-translated alias page templates line
This commit is contained in:
K.B.Dharun Krishna 2022-09-19 08:14:20 +05:30 committed by GitHub
parent 284b4656ad
commit 1bb198bc94
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -101,8 +101,8 @@ Example:
`tldr vim` `tldr vim`
Pre-translated alias page templates can be found [here](https://github.com/tldr-pages/tldr/blob/main/contributing-guides/translation-templates/alias-pages.md).
``` ```
- Pre-translated alias page templates can be found [here](https://github.com/tldr-pages/tldr/blob/main/contributing-guides/translation-templates/alias-pages.md).
## Token syntax ## Token syntax
@ -185,7 +185,7 @@ This can be resolved by inserting a comma before the "and" or "or" in the final
On the `More information` line, prefer linking to the author's provided documentation. On the `More information` line, prefer linking to the author's provided documentation.
When not available, use <https://manned.org/> as the default fallback. When not available, use <https://manned.org> as the default fallback.
## Chinese-Specific Rules ## Chinese-Specific Rules
@ -210,4 +210,4 @@ The following guidelines are applied to Chinese (zh) and traditional Chinese (zh
In order to maintain readability and normalization, please comply the 6 rules above as much as possible when translating pages into Chinese. In order to maintain readability and normalization, please comply the 6 rules above as much as possible when translating pages into Chinese.
For more information and examples of Chinese-specific rules, check out [*Chinese Copywriting Guidelines*](https://github.com/sparanoid/chinese-copywriting-guidelines/blob/master/README.en-US.md). For more information and examples of Chinese-specific rules, check out [*Chinese Copywriting Guidelines*](https://github.com/sparanoid/chinese-copywriting-guidelines/blob/master/README.en.md).