From 5a7a210d699458470265d9ec3a1d0bf5a8db34cb Mon Sep 17 00:00:00 2001 From: "K.B.Dharun Krishna" Date: Tue, 1 Oct 2024 18:43:28 +0530 Subject: [PATCH] feat: update clients wiki to new link (#13914) Signed-off-by: K.B.Dharun Krishna --- README.md | 2 +- contributing-guides/style-guide.md | 2 +- contributing-guides/style-guide.zh.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2b8dd2ab17..319fc48f09 100644 --- a/README.md +++ b/README.md @@ -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, 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? diff --git a/contributing-guides/style-guide.md b/contributing-guides/style-guide.md index 059be5817e..4a055dd47c 100644 --- a/contributing-guides/style-guide.md +++ b/contributing-guides/style-guide.md @@ -112,7 +112,7 @@ Thus, if the command or its options are unavailable or contain different behavio ### Platform differences 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`) will be displayed for Linux, macOS, and other platform users. diff --git a/contributing-guides/style-guide.zh.md b/contributing-guides/style-guide.zh.md index 39d801a43b..42e4ff15dc 100644 --- a/contributing-guides/style-guide.zh.md +++ b/contributing-guides/style-guide.zh.md @@ -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` 中)。