Skip to content

Commit 51712e4

Browse files
makelinuxJonathan Corbet
authored andcommitted
docs: move loongarch under arch
and fix all in-tree references. Architecture-specific documentation is being moved into Documentation/arch/ as a way of cleaning up the top-level documentation directory and making the docs hierarchy more closely match the source hierarchy. Signed-off-by: Costa Shulyupin <costa.shul@redhat.com> Acked-by: Huacai Chen <chenhuacai@loongson.cn> Reviewed-by: Yanteng Si <siyanteng@loongson.cn> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Link: https://lore.kernel.org/r/20230717192456.453124-1-costa.shul@redhat.com
1 parent 17b6fc8 commit 51712e4

File tree

14 files changed

+15
-15
lines changed

14 files changed

+15
-15
lines changed

Documentation/arch/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ implementation.
1313
arm/index
1414
arm64/index
1515
ia64/index
16-
../loongarch/index
16+
loongarch/index
1717
m68k/index
1818
../mips/index
1919
nios2/index

Documentation/translations/zh_CN/arch/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
../riscv/index
1414
openrisc/index
1515
parisc/index
16-
../loongarch/index
16+
loongarch/index
1717

1818
TODOList:
1919

Documentation/translations/zh_CN/loongarch/booting.rst renamed to Documentation/translations/zh_CN/arch/loongarch/booting.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
.. SPDX-License-Identifier: GPL-2.0
22
3-
.. include:: ../disclaimer-zh_CN.rst
3+
.. include:: ../../disclaimer-zh_CN.rst
44

5-
:Original: Documentation/loongarch/booting.rst
5+
:Original: Documentation/arch/loongarch/booting.rst
66

77
:翻译:
88

Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
.. SPDX-License-Identifier: GPL-2.0
22
3-
.. include:: ../disclaimer-zh_CN.rst
3+
.. include:: ../../disclaimer-zh_CN.rst
44

5-
:Original: Documentation/loongarch/features.rst
5+
:Original: Documentation/arch/loongarch/features.rst
66
:Translator: Huacai Chen <chenhuacai@loongson.cn>
77

88
.. kernel-feat:: $srctree/Documentation/features loongarch

Documentation/translations/zh_CN/loongarch/index.rst renamed to Documentation/translations/zh_CN/arch/loongarch/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
.. SPDX-License-Identifier: GPL-2.0
22
3-
.. include:: ../disclaimer-zh_CN.rst
3+
.. include:: ../../disclaimer-zh_CN.rst
44

5-
:Original: Documentation/loongarch/index.rst
5+
:Original: Documentation/arch/loongarch/index.rst
66
:Translator: Huacai Chen <chenhuacai@loongson.cn>
77

88
=================

0 commit comments

Comments
 (0)