diff mbox series

wireless-regdb: add URLs in README

Message ID 20181109171003.27069-1-xose.vazquez@gmail.com (mailing list archive)
State Not Applicable
Delegated to: Kalle Valo
Headers show
Series wireless-regdb: add URLs in README | expand

Commit Message

Xose Vazquez Perez Nov. 9, 2018, 5:10 p.m. UTC
Cc: Seth Forshee <seth.forshee@canonical.com>
Cc: WIRELESS ML <linux-wireless@vger.kernel.org>
Cc: REGDB ML <wireless-regdb@lists.infradead.org>
Signed-off-by: Xose Vazquez Perez <xose.vazquez@gmail.com>
---
 README | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)

Comments

Seth Forshee Dec. 4, 2018, 3:29 p.m. UTC | #1
On Fri, Nov 09, 2018 at 06:10:03PM +0100, Xose Vazquez Perez wrote:
> Cc: Seth Forshee <seth.forshee@canonical.com>
> Cc: WIRELESS ML <linux-wireless@vger.kernel.org>
> Cc: REGDB ML <wireless-regdb@lists.infradead.org>
> Signed-off-by: Xose Vazquez Perez <xose.vazquez@gmail.com>

Applied, thanks!
diff mbox series

Patch

diff --git a/README b/README
index 4028223..4a059de 100644
--- a/README
+++ b/README
@@ -1,3 +1,7 @@ 
+ wireless-regdb
+================
+<https://wireless.wiki.kernel.org/en/developers/regulatory/wireless-regdb>
+
 This repository contains the plain text version of the regulatory
 database file I maintain for use with Central Regulatory Database
 Agent daemon.  Also included is the compiled binary version of this
@@ -9,6 +13,7 @@  either expressed or implied.
 Also included are the tools used to compile and sign the regulatory.bin
 file as well as a MoinMoin macro used for viewing the database.
 
+
  TECHNICAL INFORMATION
 =======================
 
@@ -21,9 +26,13 @@  to allow viewing the database for verification.
 The dbparse module is also used by db2bin.py and db2fw.py, the `compilers'
 that compile the database to its binary formats.
 
-For more information, please see the CRDA git repository:
+For more information, please see the CRDA page:
+
+	https://wireless.wiki.kernel.org/en/developers/regulatory/crda
+
+and the full description of the Linux regulatory stack:
 
-	git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/crda.git
+	https://wireless.wiki.kernel.org/en/developers/regulatory
 
 John W. Linville
 17 November 2008