Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

docs: uapi: netlink: update netlink specs link

With the recent parser_yaml extension, and the removal of the
auto-generated ReST source files, the location of netlink
specs changed.

Update uAPI accordingly.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Reviewed-by: Donald Hunter <donald.hunter@gmail.com>

+2 -2
+1 -1
Documentation/userspace-api/netlink/index.rst
··· 18 18 19 19 See also: 20 20 - :ref:`Documentation/core-api/netlink.rst <kernel_netlink>` 21 - - :ref:`Documentation/networking/netlink_spec/index.rst <specs>` 21 + - :ref:`Documentation/netlink/specs/index.rst <specs>`
+1 -1
Documentation/userspace-api/netlink/specs.rst
··· 15 15 Internally kernel uses the YAML specs to generate: 16 16 17 17 - the C uAPI header 18 - - documentation of the protocol as a ReST file - see :ref:`Documentation/networking/netlink_spec/index.rst <specs>` 18 + - documentation of the protocol as a ReST file - see :ref:`Documentation/netlink/specs/index.rst <specs>` 19 19 - policy tables for input attribute validation 20 20 - operation tables 21 21