From: Mauro Carvalho Chehab Date: Wed, 21 Sep 2016 13:04:16 +0000 (-0300) Subject: Documentation/applying-patches.txt: fix a bad external link X-Git-Tag: v4.10-rc1~170^2~77^2~36 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=3a61baddcec3e7873b49deb5804d3d6f39b92def;p=karo-tx-linux.git Documentation/applying-patches.txt: fix a bad external link We can't use :ref: for external links. Signed-off-by: Mauro Carvalho Chehab --- 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 ` +`linux-next ` tree. The Subsystem maintainers push their patches first to linux-next, and, during the merge window, sends them directly to Linus.