diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-09-21 09:04:16 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-10-24 06:12:35 -0400 |
commit | 3a61baddcec3e7873b49deb5804d3d6f39b92def (patch) | |
tree | ee2dfa4e6aac07700194fd3ec5d7d917f9035e7e /Documentation/applying-patches.txt | |
parent | 75a163c4a3ee8235072f0e1bd4875dd2443cdb8e (diff) |
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.txt | 2 |
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. | |||
427 | 427 | ||
428 | In the past, -mm tree were used to also test subsystem patches, but this | 428 | In the past, -mm tree were used to also test subsystem patches, but this |
429 | function is now done via the | 429 | function is now done via the |
430 | :ref:`linux-next <https://www.kernel.org/doc/man-pages/linux-next.html>` | 430 | `linux-next <https://www.kernel.org/doc/man-pages/linux-next.html>` |
431 | tree. The Subsystem maintainers push their patches first to linux-next, | 431 | tree. The Subsystem maintainers push their patches first to linux-next, |
432 | and, during the merge window, sends them directly to Linus. | 432 | and, during the merge window, sends them directly to Linus. |
433 | 433 | ||