[PATCH] Documentation: Text referrals -> Links

Hans Anda posted 1 patch 1 month, 2 weeks ago
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
[PATCH] Documentation: Text referrals -> Links
Posted by Hans Anda 1 month, 2 weeks ago
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@airmail.cc>
---
 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
Re: [PATCH] Documentation: Text referrals -> Links
Posted by Jonathan Corbet 1 month, 2 weeks ago
Hans Anda <hansa@airmail.cc> writes:

> 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@airmail.cc>
> ---
>  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

Honestly, it has been long enough now since those names were in use
that, I suspect, we could just remove them altogether.

Thanks,

jon