[PATCH] Documentation: Text referrals -> Links
From: Hans Anda
Date: Sun Feb 15 2026 - 12:39:58 EST
Replace text files with the content "This file has moved to *"
with links pointing there. The file /Documentation/Changes serves
as a model for this patch.
Signed-off-by: Hans Anda <hansa@xxxxxxxxxx>
---
Documentation/CodingStyle | 2 +-
Documentation/SubmittingPatches | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
mode change 100644 => 120000 Documentation/CodingStyle
mode change 100644 => 120000 Documentation/SubmittingPatches
diff --git a/Documentation/CodingStyle b/Documentation/CodingStyle
deleted file mode 100644
index 320983ca114e..000000000000
--- a/Documentation/CodingStyle
+++ /dev/null
@@ -1 +0,0 @@
-This file has moved to process/coding-style.rst
diff --git a/Documentation/CodingStyle b/Documentation/CodingStyle
new file mode 120000
index 000000000000..b4a9864269eb
--- /dev/null
+++ b/Documentation/CodingStyle
@@ -0,0 +1 @@
+process/coding-style.rst
\ No newline at end of file
diff --git a/Documentation/SubmittingPatches b/Documentation/SubmittingPatches
deleted file mode 100644
index 81455705e4a6..000000000000
--- a/Documentation/SubmittingPatches
+++ /dev/null
@@ -1 +0,0 @@
-This file has moved to process/submitting-patches.rst
diff --git a/Documentation/SubmittingPatches b/Documentation/SubmittingPatches
new file mode 120000
index 000000000000..ffff4a70bb54
--- /dev/null
+++ b/Documentation/SubmittingPatches
@@ -0,0 +1 @@
+process/submitting-patches.rst
\ No newline at end of file
--
2.52.0