diff options
author | Min-Hua Chen <minhuadotchen@gmail.com> | 2023-08-04 13:23:18 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2023-08-18 19:03:52 +0200 |
commit | dca1c7d4ad8b5fc486eb2d408cdc010de541031e (patch) | |
tree | b2689cb7e9f6154586252a61e8b9c681d6fe4159 | |
parent | docs: vfs: clean up after the iterate() removal (diff) | |
download | linux-dca1c7d4ad8b5fc486eb2d408cdc010de541031e.tar.xz linux-dca1c7d4ad8b5fc486eb2d408cdc010de541031e.zip |
docs: sparse: fix invalid link addresses
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>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20230804112320.35592-1-minhuadotchen@gmail.com
-rw-r--r-- | Documentation/translations/zh_TW/sparse.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/translations/zh_TW/sparse.txt b/Documentation/translations/zh_TW/sparse.txt index 56fb17fd1359..35d3d1d748e6 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 一旦你下載了源碼,只要以普通用戶身份運行: |