diff options
author | Nir Levy <bhr166@gmail.com> | 2022-11-21 01:06:30 +0300 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2022-11-24 04:25:02 +0300 |
commit | b6e7c196ac2f90f08955ca4db568a52160876407 (patch) | |
tree | 3a6c45eba194e844ec0c89b9aada5b5789cf6de7 /Documentation | |
parent | 748064b54c99418f615aabff5755996cd9816969 (diff) | |
download | linux-b6e7c196ac2f90f08955ca4db568a52160876407.tar.xz |
Documentation: networking: Update generic_netlink_howto URL
The documentation refers to invalid web page under www.linuxfoundation.org
The patch refers to a working URL under wiki.linuxfoundation.org
Signed-off-by: Nir Levy <bhr166@gmail.com>
Link: https://lore.kernel.org/all/20221120220630.7443-1-bhr166@gmail.com/
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/networking/generic_netlink.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/networking/generic_netlink.rst b/Documentation/networking/generic_netlink.rst index 59e04ccf80c1..d960dbd7e80e 100644 --- a/Documentation/networking/generic_netlink.rst +++ b/Documentation/networking/generic_netlink.rst @@ -6,4 +6,4 @@ Generic Netlink A wiki document on how to use Generic Netlink can be found here: - * http://www.linuxfoundation.org/collaborate/workgroups/networking/generic_netlink_howto + * https://wiki.linuxfoundation.org/networking/generic_netlink_howto |