* [PATCH] docs: sparse: fix invalid link addresses
@ 2023-08-04 11:23 Min-Hua Chen
2023-08-04 18:47 ` Randy Dunlap
2023-08-11 20:29 ` Jonathan Corbet
0 siblings, 2 replies; 4+ messages in thread
From: Min-Hua Chen @ 2023-08-04 11:23 UTC (permalink / raw)
To: Hu Haowen, Jonathan Corbet
Cc: Min-Hua Chen, linux-doc-tw-discuss, linux-doc, linux-kernel
The http and git links are invalid, replace them with valid links.
Signed-off-by: Min-Hua Chen <minhuadotchen@gmail.com>
---
Documentation/translations/zh_TW/sparse.txt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Documentation/translations/zh_TW/sparse.txt b/Documentation/translations/zh_TW/sparse.txt
index c9acb2c926cb..6d2d088b1060 100644
--- a/Documentation/translations/zh_TW/sparse.txt
+++ b/Documentation/translations/zh_TW/sparse.txt
@@ -66,11 +66,11 @@ __bitwise"類型。
你可以從 Sparse 的主頁獲取最新的發布版本:
- http://www.kernel.org/pub/linux/kernel/people/josh/sparse/
+ https://www.kernel.org/pub/software/devel/sparse/dist/
或者,你也可以使用 git 克隆最新的 sparse 開發版本:
- git://git.kernel.org/pub/scm/linux/kernel/git/josh/sparse.git
+ git://git.kernel.org/pub/scm/devel/sparse/sparse.git
一旦你下載了源碼,只要以普通用戶身份運行:
--
2.34.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] docs: sparse: fix invalid link addresses
2023-08-04 11:23 [PATCH] docs: sparse: fix invalid link addresses Min-Hua Chen
@ 2023-08-04 18:47 ` Randy Dunlap
2023-08-04 23:43 ` Min-Hua Chen
2023-08-11 20:29 ` Jonathan Corbet
1 sibling, 1 reply; 4+ messages in thread
From: Randy Dunlap @ 2023-08-04 18:47 UTC (permalink / raw)
To: Min-Hua Chen, Hu Haowen, Jonathan Corbet
Cc: linux-doc-tw-discuss, linux-doc, linux-kernel
On 8/4/23 04:23, Min-Hua Chen wrote:
> The http and git links are invalid, replace them with valid links.
>
> Signed-off-by: Min-Hua Chen <minhuadotchen@gmail.com>
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
It would be good if someone would update/modify this
sparse.txt file to be in Documentation/translation/zh_TW/dev-tools/
and convert it to sparse.rst (IMO).
Thanks.
> ---
> Documentation/translations/zh_TW/sparse.txt | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/Documentation/translations/zh_TW/sparse.txt b/Documentation/translations/zh_TW/sparse.txt
> index c9acb2c926cb..6d2d088b1060 100644
> --- a/Documentation/translations/zh_TW/sparse.txt
> +++ b/Documentation/translations/zh_TW/sparse.txt
> @@ -66,11 +66,11 @@ __bitwise"類型。
>
> 你可以從 Sparse 的主頁獲取最新的發布版本:
>
> - http://www.kernel.org/pub/linux/kernel/people/josh/sparse/
> + https://www.kernel.org/pub/software/devel/sparse/dist/
>
> 或者,你也可以使用 git 克隆最新的 sparse 開發版本:
>
> - git://git.kernel.org/pub/scm/linux/kernel/git/josh/sparse.git
> + git://git.kernel.org/pub/scm/devel/sparse/sparse.git
>
> 一旦你下載了源碼,只要以普通用戶身份運行:
>
--
~Randy
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] docs: sparse: fix invalid link addresses
2023-08-04 18:47 ` Randy Dunlap
@ 2023-08-04 23:43 ` Min-Hua Chen
0 siblings, 0 replies; 4+ messages in thread
From: Min-Hua Chen @ 2023-08-04 23:43 UTC (permalink / raw)
To: rdunlap
Cc: corbet, linux-doc-tw-discuss, linux-doc, linux-kernel,
minhuadotchen, src.res
Hi Randy,
>On 8/4/23 04:23, Min-Hua Chen wrote:
>> The http and git links are invalid, replace them with valid links.
>>
>> Signed-off-by: Min-Hua Chen <minhuadotchen@gmail.com>
>
>Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
>
>It would be good if someone would update/modify this
>sparse.txt file to be in Documentation/translation/zh_TW/dev-tools/
>and convert it to sparse.rst (IMO).
Thanks for your comment.
This is on my todo list next week:
1) move the file to Documentation/translation/zh_TW/dev-tools
2) move to rst format
Min-Hua
>Thanks.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] docs: sparse: fix invalid link addresses
2023-08-04 11:23 [PATCH] docs: sparse: fix invalid link addresses Min-Hua Chen
2023-08-04 18:47 ` Randy Dunlap
@ 2023-08-11 20:29 ` Jonathan Corbet
1 sibling, 0 replies; 4+ messages in thread
From: Jonathan Corbet @ 2023-08-11 20:29 UTC (permalink / raw)
To: Min-Hua Chen, Hu Haowen
Cc: Min-Hua Chen, linux-doc-tw-discuss, linux-doc, linux-kernel
Min-Hua Chen <minhuadotchen@gmail.com> writes:
> The http and git links are invalid, replace them with valid links.
>
> Signed-off-by: Min-Hua Chen <minhuadotchen@gmail.com>
> ---
> Documentation/translations/zh_TW/sparse.txt | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/Documentation/translations/zh_TW/sparse.txt b/Documentation/translations/zh_TW/sparse.txt
> index c9acb2c926cb..6d2d088b1060 100644
> --- a/Documentation/translations/zh_TW/sparse.txt
> +++ b/Documentation/translations/zh_TW/sparse.txt
> @@ -66,11 +66,11 @@ __bitwise"類型。
>
> 你可以從 Sparse 的主頁獲取最新的發布版本:
>
> - http://www.kernel.org/pub/linux/kernel/people/josh/sparse/
> + https://www.kernel.org/pub/software/devel/sparse/dist/
>
> 或者,你也可以使用 git 克隆最新的 sparse 開發版本:
>
> - git://git.kernel.org/pub/scm/linux/kernel/git/josh/sparse.git
> + git://git.kernel.org/pub/scm/devel/sparse/sparse.git
Applied, thanks.
jon
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-08-11 20:29 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-04 11:23 [PATCH] docs: sparse: fix invalid link addresses Min-Hua Chen
2023-08-04 18:47 ` Randy Dunlap
2023-08-04 23:43 ` Min-Hua Chen
2023-08-11 20:29 ` Jonathan Corbet
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox