Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1488806
| From | Mauro Carvalho Chehab <mchehab@s-opensource.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 01/17] Documentation/applying-patches.txt: fix a bad external link |
| Date | 2016-09-22 13:50 +0200 |
| Message-ID | <skaFQ-5LW-5@gated-at.bofh.it> (permalink) |
| References | <skaFP-5LW-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
We can't use :ref: for external links. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com> --- Documentation/applying-patches.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.7.4
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 00/17] More files converted to ReST format Mauro Carvalho Chehab <mchehab@s-opensource.com> - 2016-09-22 13:50 +0200 [PATCH 01/17] Documentation/applying-patches.txt: fix a bad external link Mauro Carvalho Chehab <mchehab@s-opensource.com> - 2016-09-22 13:50 +0200 [PATCH 13/17] Documentation/serial-console.txt: convert it to ReST markup Mauro Carvalho Chehab <mchehab@s-opensource.com> - 2016-09-22 13:50 +0200 [PATCH 09/17] Documentation/adding-syscalls.txt: convert it to ReST markup Mauro Carvalho Chehab <mchehab@s-opensource.com> - 2016-09-22 13:50 +0200 [PATCH 02/17] Documentation/email-clients.txt: convert it to ReST markup Mauro Carvalho Chehab <mchehab@s-opensource.com> - 2016-09-22 14:00 +0200 [PATCH 08/17] docs-rst: create an user's manual book Mauro Carvalho Chehab <mchehab@s-opensource.com> - 2016-09-22 14:00 +0200 [PATCH 07/17] docs-rst: add documents to development-process Mauro Carvalho Chehab <mchehab@s-opensource.com> - 2016-09-22 14:00 +0200 [PATCH 15/17] Documentation/BUG-HUNTING: convert to ReST markup Mauro Carvalho Chehab <mchehab@s-opensource.com> - 2016-09-22 14:00 +0200 [PATCH 11/17] Documentation/basic_profiling.rst: convert to ReST markup Mauro Carvalho Chehab <mchehab@s-opensource.com> - 2016-09-22 14:00 +0200 [PATCH 03/17] docs-rst: add inter-document cross references Mauro Carvalho Chehab <mchehab@s-opensource.com> - 2016-09-22 14:00 +0200 [PATCH 06/17] Documentation/kernel-parameters.txt: convert to ReST markup Mauro Carvalho Chehab <mchehab@s-opensource.com> - 2016-09-22 14:00 +0200 [PATCH 14/17] Documentation/braille-console: convert it to ReST markup Mauro Carvalho Chehab <mchehab@s-opensource.com> - 2016-09-22 14:00 +0200 [PATCH 04/17] REPORTING-BUGS: convert to ReST markup Mauro Carvalho Chehab <mchehab@s-opensource.com> - 2016-09-22 14:00 +0200 [PATCH 12/17] Documentation/binfmt_misc.txt: convert it to ReST markup Mauro Carvalho Chehab <mchehab@s-opensource.com> - 2016-09-22 14:00 +0200 [PATCH 10/17] Documentation/bad_memory.txt: convert it to ReST markup Mauro Carvalho Chehab <mchehab@s-opensource.com> - 2016-09-22 14:00 +0200 [PATCH 05/17] README: convert it to ReST markup Mauro Carvalho Chehab <mchehab@s-opensource.com> - 2016-09-22 14:00 +0200
csiph-web