From: Jonathan Corbet Date: Wed, 21 Mar 2018 15:02:53 +0000 (-0600) Subject: Docs: Added a pointer to the formatted docs to README X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=4b290af0b3a4cca68eaf80f8cf44d3cda3fe6744;p=linux.git Docs: Added a pointer to the formatted docs to README Kernel.org nicely maintains an online copy of the formatted documentation; tell our users that it exists. Signed-off-by: Jonathan Corbet --- diff --git a/README b/README index 12b4674a483c2..2c927ccbd9705 100644 --- a/README +++ b/README @@ -6,7 +6,9 @@ be rendered in a number of formats, like HTML and PDF. Please read Documentation/admin-guide/README.rst first. In order to build the documentation, use ``make htmldocs`` or -``make pdfdocs``. +``make pdfdocs``. The formatted documentation can also be read online at: + + https://www.kernel.org/doc/html/latest/ There are various text files in the Documentation/ subdirectory, several of them using the Restructured Text markup notation.