From 3a21a218a7b6cc92588e6c7a11bfa9b723020094 Mon Sep 17 00:00:00 2001 From: Avadhut Naik Date: Sun, 10 Dec 2023 20:37:30 -0600 Subject: [PATCH] docs/sp_SP: Move howto.rst into /sp_SP/process/ Move the howto.rst file in Spanish translation to /sp_SP/process/ to ensure its location is symmetrical to its corresponding version in English. Signed-off-by: Avadhut Naik Reviewed-by: Carlos Bilbao Signed-off-by: Jonathan Corbet Link: https://lore.kernel.org/r/20231211023730.2026204-5-avadhut.naik@amd.com --- Documentation/translations/sp_SP/index.rst | 1 - Documentation/translations/sp_SP/{ => process}/howto.rst | 2 +- Documentation/translations/sp_SP/process/index.rst | 1 + 3 files changed, 2 insertions(+), 2 deletions(-) rename Documentation/translations/sp_SP/{ => process}/howto.rst (99%) diff --git a/Documentation/translations/sp_SP/index.rst b/Documentation/translations/sp_SP/index.rst index 5c2a2131524b..c543b495c042 100644 --- a/Documentation/translations/sp_SP/index.rst +++ b/Documentation/translations/sp_SP/index.rst @@ -76,6 +76,5 @@ Traducciones al espaƱol .. toctree:: :maxdepth: 1 - howto process/index wrappers/memory-barriers diff --git a/Documentation/translations/sp_SP/howto.rst b/Documentation/translations/sp_SP/process/howto.rst similarity index 99% rename from Documentation/translations/sp_SP/howto.rst rename to Documentation/translations/sp_SP/process/howto.rst index f1629738b49d..dd793c0f8574 100644 --- a/Documentation/translations/sp_SP/howto.rst +++ b/Documentation/translations/sp_SP/process/howto.rst @@ -1,4 +1,4 @@ -.. include:: ./disclaimer-sp.rst +.. include:: ../disclaimer-sp.rst :Original: :ref:`Documentation/process/howto.rst ` :Translator: Carlos Bilbao diff --git a/Documentation/translations/sp_SP/process/index.rst b/Documentation/translations/sp_SP/process/index.rst index ebafa0e6055d..2239373b3999 100644 --- a/Documentation/translations/sp_SP/process/index.rst +++ b/Documentation/translations/sp_SP/process/index.rst @@ -27,3 +27,4 @@ handling-regressions management-style submit-checklist + howto