diff options
author | SeongJae Park <sjpark@amazon.de> | 2021-08-12 09:50:29 +0000 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2021-08-20 11:10:12 -0600 |
commit | d44f571ff5ce51298df520cc46c3a9f5b983fc0a (patch) | |
tree | fa46c18ef68e182e6a71261f14624195b6704413 | |
parent | 37397b092e7f4b520a257aaafe83f868cd3d5e27 (diff) | |
download | linux-d44f571ff5ce51298df520cc46c3a9f5b983fc0a.tar.bz2 |
Documentation/process/applying-patches: Activate linux-next man hyperlink
There is a url for linux-next in the 'applying-patches.rst', but it's
surrounded by backquotes. So the url doesn't have a hyperlink in the
built document. To let readers easily move to the page, this commit
puts the url outside of the backquotes so that a hyperlink to the url
can be automatically made.
Signed-off-by: SeongJae Park <sjpark@amazon.de>
Link: https://lore.kernel.org/r/20210812095030.4704-1-sj38.park@gmail.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
-rw-r--r-- | Documentation/process/applying-patches.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/process/applying-patches.rst b/Documentation/process/applying-patches.rst index 2e7017bef4b8..c2121c1e55d7 100644 --- a/Documentation/process/applying-patches.rst +++ b/Documentation/process/applying-patches.rst @@ -389,7 +389,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 -`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. |