On 7/17/23 00:06, Costa Shulyupin wrote: > 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@xxxxxxxxxx> Reviewed-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> Thanks. > --- > Documentation/arch/index.rst | 2 +- > Documentation/{ => arch}/loongarch/booting.rst | 0 > Documentation/{ => arch}/loongarch/features.rst | 0 > Documentation/{ => arch}/loongarch/index.rst | 0 > Documentation/{ => arch}/loongarch/introduction.rst | 0 > Documentation/{ => arch}/loongarch/irq-chip-model.rst | 0 > Documentation/translations/zh_CN/arch/index.rst | 2 +- > .../translations/zh_CN/{ => arch}/loongarch/booting.rst | 4 ++-- > .../translations/zh_CN/{ => arch}/loongarch/features.rst | 4 ++-- > .../translations/zh_CN/{ => arch}/loongarch/index.rst | 4 ++-- > .../translations/zh_CN/{ => arch}/loongarch/introduction.rst | 4 ++-- > .../zh_CN/{ => arch}/loongarch/irq-chip-model.rst | 4 ++-- > 12 files changed, 12 insertions(+), 12 deletions(-) > rename Documentation/{ => arch}/loongarch/booting.rst (100%) > rename Documentation/{ => arch}/loongarch/features.rst (100%) > rename Documentation/{ => arch}/loongarch/index.rst (100%) > rename Documentation/{ => arch}/loongarch/introduction.rst (100%) > rename Documentation/{ => arch}/loongarch/irq-chip-model.rst (100%) > rename Documentation/translations/zh_CN/{ => arch}/loongarch/booting.rst (94%) > rename Documentation/translations/zh_CN/{ => arch}/loongarch/features.rst (61%) > rename Documentation/translations/zh_CN/{ => arch}/loongarch/index.rst (78%) > rename Documentation/translations/zh_CN/{ => arch}/loongarch/introduction.rst (99%) > rename Documentation/translations/zh_CN/{ => arch}/loongarch/irq-chip-model.rst (98%) > > diff --git a/Documentation/loongarch/booting.rst b/Documentation/arch/loongarch/booting.rst > similarity index 100% > rename from Documentation/loongarch/booting.rst > rename to Documentation/arch/loongarch/booting.rst > diff --git a/Documentation/loongarch/features.rst b/Documentation/arch/loongarch/features.rst > similarity index 100% > rename from Documentation/loongarch/features.rst > rename to Documentation/arch/loongarch/features.rst > diff --git a/Documentation/loongarch/index.rst b/Documentation/arch/loongarch/index.rst > similarity index 100% > rename from Documentation/loongarch/index.rst > rename to Documentation/arch/loongarch/index.rst > diff --git a/Documentation/loongarch/introduction.rst b/Documentation/arch/loongarch/introduction.rst > similarity index 100% > rename from Documentation/loongarch/introduction.rst > rename to Documentation/arch/loongarch/introduction.rst > diff --git a/Documentation/loongarch/irq-chip-model.rst b/Documentation/arch/loongarch/irq-chip-model.rst > similarity index 100% > rename from Documentation/loongarch/irq-chip-model.rst > rename to Documentation/arch/loongarch/irq-chip-model.rst -- ~Randy