mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
feat: update clients wiki to new link (#13914)
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
parent
552a22da2b
commit
5a7a210d69
3 changed files with 3 additions and 3 deletions
|
@ -91,7 +91,7 @@ If you don't want to install any software, check out the [PDF version](https://g
|
||||||
|
|
||||||
There are also **various other clients** provided by the community,
|
There are also **various other clients** provided by the community,
|
||||||
both for the command-line and for other platforms.
|
both for the command-line and for other platforms.
|
||||||
For a comprehensive list of clients, head over to our [Wiki](https://github.com/tldr-pages/tldr/wiki/tldr-pages-clients).
|
For a comprehensive list of clients, head over to our [Wiki](https://github.com/tldr-pages/tldr/wiki/Clients).
|
||||||
|
|
||||||
## How do I contribute to tldr-pages?
|
## How do I contribute to tldr-pages?
|
||||||
|
|
||||||
|
|
|
@ -112,7 +112,7 @@ Thus, if the command or its options are unavailable or contain different behavio
|
||||||
### Platform differences
|
### Platform differences
|
||||||
|
|
||||||
If you are afraid the commands may differ between platforms or operating systems (e.g. Windows vs macOS),
|
If you are afraid the commands may differ between platforms or operating systems (e.g. Windows vs macOS),
|
||||||
most [tldr pages clients](https://github.com/tldr-pages/tldr/wiki/tldr-pages-clients) will choose the most suitable version of the command to be displayed to the end user.
|
most [tldr pages clients](https://github.com/tldr-pages/tldr/wiki/Clients) will choose the most suitable version of the command to be displayed to the end user.
|
||||||
|
|
||||||
In this case, the information of the Windows version of `cd` (stored in `pages/windows/cd.md`) will be displayed by default to Windows users, and a generic/common version (stored in `pages/common/cd.md`)
|
In this case, the information of the Windows version of `cd` (stored in `pages/windows/cd.md`) will be displayed by default to Windows users, and a generic/common version (stored in `pages/common/cd.md`)
|
||||||
will be displayed for Linux, macOS, and other platform users.
|
will be displayed for Linux, macOS, and other platform users.
|
||||||
|
|
|
@ -255,7 +255,7 @@ Display the current license's e[xp]i[r]ation date and time:
|
||||||
|
|
||||||
- **所有描述必须以祈使句表达。**
|
- **所有描述必须以祈使句表达。**
|
||||||
|
|
||||||
如果你担心命令在不同平台或操作系统之间可能不同(例如 Windows 对比 macOS),大多数 [tldr 页面客户端](https://github.com/tldr-pages/tldr/wiki/tldr-pages-clients) 将选择最适合的命令版本。
|
如果你担心命令在不同平台或操作系统之间可能不同(例如 Windows 对比 macOS),大多数 [tldr 页面客户端](https://github.com/tldr-pages/tldr/wiki/Clients) 将选择最适合的命令版本。
|
||||||
|
|
||||||
在这种情况下,默认将显示 Windows 版本的 `cd` 信息(存储在 `pages/windows/cd.md` 中)给 Windows 用户,并为 Linux、macOS 和其他平台显示一个通用版本(存储在 `pages/common/cd.md` 中)。
|
在这种情况下,默认将显示 Windows 版本的 `cd` 信息(存储在 `pages/windows/cd.md` 中)给 Windows 用户,并为 Linux、macOS 和其他平台显示一个通用版本(存储在 `pages/common/cd.md` 中)。
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue