]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
Documentation/applying-patches.txt: fix a bad external link
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Wed, 21 Sep 2016 13:04:16 +0000 (10:04 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Mon, 24 Oct 2016 10:12:35 +0000 (08:12 -0200)
We can't use :ref: for external links.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Documentation/applying-patches.txt

index 02ce4924468e399ea97cccc9a3d2ef5b3ea9bdf5..3395da13d415b74e560685e95de03b7ba57ef0db 100644 (file)
@@ -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.