summaryrefslogtreecommitdiffstats
path: root/Documentation/applying-patches.txt
diff options
context:
space:
mode:
authorMauro Carvalho Chehab2016-09-21 15:04:16 +0200
committerMauro Carvalho Chehab2016-10-24 12:12:35 +0200
commit3a61baddcec3e7873b49deb5804d3d6f39b92def (patch)
treeee2dfa4e6aac07700194fd3ec5d7d917f9035e7e /Documentation/applying-patches.txt
parentvme: Convert documentation to reStructuredText, move under driver APIs (diff)
downloadkernel-qcow2-linux-3a61baddcec3e7873b49deb5804d3d6f39b92def.tar.gz
kernel-qcow2-linux-3a61baddcec3e7873b49deb5804d3d6f39b92def.tar.xz
kernel-qcow2-linux-3a61baddcec3e7873b49deb5804d3d6f39b92def.zip
Documentation/applying-patches.txt: fix a bad external link
We can't use :ref: for external links. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'Documentation/applying-patches.txt')
-rw-r--r--Documentation/applying-patches.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/applying-patches.txt b/Documentation/applying-patches.txt
index 02ce4924468e..3395da13d415 100644
--- a/Documentation/applying-patches.txt
+++ b/Documentation/applying-patches.txt
@@ -427,7 +427,7 @@ The -mm patches are experimental patches released by Andrew Morton.
In the past, -mm tree were used to also test subsystem patches, but this
function is now done via the
-:ref:`linux-next <https://www.kernel.org/doc/man-pages/linux-next.html>`
+`linux-next <https://www.kernel.org/doc/man-pages/linux-next.html>`
tree. The Subsystem maintainers push their patches first to linux-next,
and, during the merge window, sends them directly to Linus.