All of lore.kernel.org
 help / color / mirror / Atom feed
From: Flavio Suligoi <f.suligoi@asem.it>
To: Johannes Berg <johannes@sipsolutions.net>,
	"David S . Miller" <davem@davemloft.net>,
	Jakub Kicinski <kuba@kernel.org>,
	Jonathan Corbet <corbet@lwn.net>,
	Kalle Valo <kvalo@codeaurora.org>,
	Christian Lamparter <chunkeey@googlemail.com>,
	Johan Hovold <johan@kernel.org>,
	Saurav Girepunje <saurav.girepunje@gmail.com>,
	Larry Finger <Larry.Finger@lwfinger.net>,
	Emmanuel Grumbach <emmanuel.grumbach@intel.com>,
	Luca Coelho <luciano.coelho@intel.com>
Cc: <linux-wireless@vger.kernel.org>, <b43-dev@lists.infradead.org>,
	Intel Linux Wireless <linuxwifi@intel.com>,
	<netdev@vger.kernel.org>, <linux-doc@vger.kernel.org>,
	<linux-kernel@vger.kernel.org>,
	Flavio Suligoi <f.suligoi@asem.it>
Subject: [PATCH 1/9] doc: networking: wireless: fix wiki website url
Date: Fri, 5 Jun 2020 17:41:04 +0200	[thread overview]
Message-ID: <20200605154112.16277-2-f.suligoi@asem.it> (raw)
In-Reply-To: <20200605154112.16277-1-f.suligoi@asem.it>

In the files:

- regulatory.rst
- mac80211-injection.rst

the wiki url is still the old "wireless.kernel.org"
instead of the new "wireless.wiki.kernel.org"

Signed-off-by: Flavio Suligoi <f.suligoi@asem.it>
---
 Documentation/networking/mac80211-injection.rst | 2 +-
 Documentation/networking/regulatory.rst         | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Documentation/networking/mac80211-injection.rst b/Documentation/networking/mac80211-injection.rst
index be65f886ff1f..63ba6611fdff 100644
--- a/Documentation/networking/mac80211-injection.rst
+++ b/Documentation/networking/mac80211-injection.rst
@@ -101,6 +101,6 @@ interface), along the following lines:::
 
 You can also find a link to a complete inject application here:
 
-http://wireless.kernel.org/en/users/Documentation/packetspammer
+https://wireless.wiki.kernel.org/en/users/Documentation/packetspammer
 
 Andy Green <andy@warmcat.com>
diff --git a/Documentation/networking/regulatory.rst b/Documentation/networking/regulatory.rst
index 8701b91e81ee..16782a95b74a 100644
--- a/Documentation/networking/regulatory.rst
+++ b/Documentation/networking/regulatory.rst
@@ -9,7 +9,7 @@ regulatory infrastructure works.
 
 More up to date information can be obtained at the project's web page:
 
-http://wireless.kernel.org/en/developers/Regulatory
+https://wireless.wiki.kernel.org/en/developers/Regulatory
 
 Keeping regulatory domains in userspace
 ---------------------------------------
@@ -37,7 +37,7 @@ expected regulatory domains will be respected by the kernel.
 A currently available userspace agent which can accomplish this
 is CRDA - central regulatory domain agent. Its documented here:
 
-http://wireless.kernel.org/en/developers/Regulatory/CRDA
+https://wireless.wiki.kernel.org/en/developers/Regulatory/CRDA
 
 Essentially the kernel will send a udev event when it knows
 it needs a new regulatory domain. A udev rule can be put in place
@@ -58,7 +58,7 @@ Who asks for regulatory domains?
 
 Users can use iw:
 
-http://wireless.kernel.org/en/users/Documentation/iw
+https://wireless.wiki.kernel.org/en/users/Documentation/iw
 
 An example::
 
-- 
2.17.1


  reply	other threads:[~2020-06-05 15:47 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-05 15:41 [PATCH 0/9] net: wireless: fix wireless wiki website url Flavio Suligoi
2020-06-05 15:41 ` Flavio Suligoi [this message]
2020-06-05 15:41 ` [PATCH 2/9] net: wireless: fix wiki website url in main Kconfig Flavio Suligoi
2020-07-15 10:19   ` [PATCH 2/9] " Kalle Valo
2020-07-15 10:19   ` Kalle Valo
2020-06-05 15:41 ` [PATCH 3/9] net: wireless: ath: fix wiki website url Flavio Suligoi
2020-06-09  6:25   ` Kalle Valo
2020-06-05 15:41 ` [PATCH 4/9] net: wireless: atmel: " Flavio Suligoi
2020-06-05 15:41 ` [PATCH 5/9] net: wireless: broadcom: " Flavio Suligoi
2020-06-05 15:41 ` [PATCH 6/9] net: wireless: intel: " Flavio Suligoi
2020-06-10 12:25   ` Luca Coelho
2020-06-05 15:41 ` [PATCH 7/9] net: wireless: intersil: " Flavio Suligoi
2020-07-15 10:20   ` [PATCH 7/9] " Kalle Valo
2020-07-15 10:20   ` Kalle Valo
2020-06-05 15:41 ` [PATCH 8/9] include: fix wiki website url in netlink interface header Flavio Suligoi
2020-06-05 15:41 ` [PATCH 9/9] net: fix wiki website url mac80211 and wireless files Flavio Suligoi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200605154112.16277-2-f.suligoi@asem.it \
    --to=f.suligoi@asem.it \
    --cc=Larry.Finger@lwfinger.net \
    --cc=b43-dev@lists.infradead.org \
    --cc=chunkeey@googlemail.com \
    --cc=corbet@lwn.net \
    --cc=davem@davemloft.net \
    --cc=emmanuel.grumbach@intel.com \
    --cc=johan@kernel.org \
    --cc=johannes@sipsolutions.net \
    --cc=kuba@kernel.org \
    --cc=kvalo@codeaurora.org \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=linuxwifi@intel.com \
    --cc=luciano.coelho@intel.com \
    --cc=netdev@vger.kernel.org \
    --cc=saurav.girepunje@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.