diff options
author | Costa Shulyupin <costa.shul@redhat.com> | 2023-09-30 21:52:00 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2023-10-10 13:37:43 -0600 |
commit | ed843ae947f83b1d0758d8eec2e8690e3d716d6e (patch) | |
tree | 0fea81fcc5b7ad2148f3facfec06155098fa658e /Documentation/process | |
parent | 2087f270bebb78adc5059fd040e2691cd7f9bb5c (diff) |
docs: move riscv 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>
Reviewed-by: Conor Dooley <conor.dooley@microchip.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20230930185354.3034118-1-costa.shul@redhat.com
Diffstat (limited to 'Documentation/process')
-rw-r--r-- | Documentation/process/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/process/index.rst b/Documentation/process/index.rst index b501cd977053..db09a81d474b 100644 --- a/Documentation/process/index.rst +++ b/Documentation/process/index.rst @@ -71,7 +71,7 @@ lack of a better place. volatile-considered-harmful botching-up-ioctls clang-format - ../riscv/patch-acceptance + ../arch/riscv/patch-acceptance ../core-api/unaligned-memory-access .. only:: subproject and html |