summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorErik Ekman <erik@kryo.se>2021-11-19 21:07:58 +0100
committerJonathan Corbet <corbet@lwn.net>2021-11-29 14:41:35 -0700
commitaa9b5e0df226edbf1879cb8f17a409cc3fd89c9d (patch)
tree650c66e18000f1d36914b6e1b22156c3b4475ee2 /Documentation
parent5c81691bb6461a474ac9d6ad5737c12e8f558a8b (diff)
Documentation/process: fix self reference
Instead link to the device tree document with the same name. Signed-off-by: Erik Ekman <erik@kryo.se> Link: https://lore.kernel.org/r/20211119200758.642474-1-erik@kryo.se Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/process/submitting-patches.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/process/submitting-patches.rst b/Documentation/process/submitting-patches.rst
index da085d63af9b..6b3aaed66fba 100644
--- a/Documentation/process/submitting-patches.rst
+++ b/Documentation/process/submitting-patches.rst
@@ -14,7 +14,8 @@ works, see Documentation/process/development-process.rst. Also, read
Documentation/process/submit-checklist.rst
for a list of items to check before submitting code. If you are submitting
a driver, also read Documentation/process/submitting-drivers.rst; for device
-tree binding patches, read Documentation/process/submitting-patches.rst.
+tree binding patches, read
+Documentation/devicetree/bindings/submitting-patches.rst.
This documentation assumes that you're using ``git`` to prepare your patches.
If you're unfamiliar with ``git``, you would be well-advised to learn how to