From patchwork Tue Oct 27 07:50:53 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Luca Coelho X-Patchwork-Id: 287735 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-12.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH, MAILING_LIST_MULTI, SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0ED30C4363A for ; Tue, 27 Oct 2020 07:50:58 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B5E2C20738 for ; Tue, 27 Oct 2020 07:50:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2508250AbgJ0Hu5 (ORCPT ); Tue, 27 Oct 2020 03:50:57 -0400 Received: from paleale.coelho.fi ([176.9.41.70]:57280 "EHLO farmhouse.coelho.fi" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1728742AbgJ0Hu5 (ORCPT ); Tue, 27 Oct 2020 03:50:57 -0400 Received: from 91-156-6-193.elisa-laajakaista.fi ([91.156.6.193] helo=redipa.ger.corp.intel.com) by farmhouse.coelho.fi with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.93) (envelope-from ) id 1kXJks-002hg8-5T; Tue, 27 Oct 2020 09:50:54 +0200 From: Luca Coelho To: johannes@sipsolutions.net Cc: linux-wireless@vger.kernel.org Date: Tue, 27 Oct 2020 09:50:53 +0200 Message-Id: <20201027075053.2717839-1-luca@coelho.fi> X-Mailer: git-send-email 2.28.0 MIME-Version: 1.0 Subject: [PATCH] iw: update wikipage URL Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org From: Luca Coelho The URL in the README file was still the old one, which leads to non-existing page. Update it with the new one. Change-Id: I9b0a3c73bfb7ea42daa68c0fdc3a02db272d8e75 Signed-off-by: Luca Coelho --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 1d0eaae6e036..113bf3851722 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 -http://wireless.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.