From 69851144ea8689b77379fbe2598a379564a7bb59 Mon Sep 17 00:00:00 2001 From: kawacoder Date: Wed, 27 May 2026 12:05:22 +0200 Subject: [PATCH] iw: fix broken link in README and iw.8 Fixes a broken URL (404 error code) in the README and iw.8 that pointed to https://wireless.wiki.kernel.org/en/users/Documentation/iw. The new URL points to https://wireless.wiki.kernel.org/en/users/docume ntation/iw Signed-off-by: kawacoder --- README | 2 +- iw.8   | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 113bf38..41b1613 100644 --- a/README +++ b/README @@ -9,7 +9,7 @@ to find libnl.   'iw' is currently maintained at http://git.sipsolutions.net/iw.git/, some more documentation is available at -https://wireless.wiki.kernel.org/en/users/Documentation/iw +https://wireless.wiki.kernel.org/en/users/documentation/iw   Please send all patches to Johannes Berg and CC linux-wireless@vger.kernel.org for community review. diff --git a/iw.8 b/iw.8 index 4ae55b8..cec26f2 100644 --- a/iw.8 +++ b/iw.8 @@ -70,6 +70,6 @@ will print the help for all matching commands. .BR regulatory.bin (5). . .P -.UR https://wireless.wiki.kernel.org/en/users/Documentation/iw +.UR https://wireless.wiki.kernel.org/en/users/documentation/iw Documentation at kernel wiki .UE . --   2.54.0