linux-hams.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Documentation: netdev: fix dead link in ax25.rst
@ 2023-09-08 11:39 Peter Lafreniere
  2023-09-17 15:29 ` [PATCH 0/3] ax25: Update link for linux-ax25.org Peter Lafreniere
  0 siblings, 1 reply; 6+ messages in thread
From: Peter Lafreniere @ 2023-09-08 11:39 UTC (permalink / raw)
  To: linux-doc; +Cc: Peter Lafreniere, corbet, linux-hams, ralf, stable

http://linux-ax25.org has been down for nearly a year. Its official
replacement is https://linux-ax25.in-berlin.de.

Update the documentation to point there instead. And acknowledge that
while the linux-hams list isn't entirely dead, it isn't what most would
call 'active'. Remove that word.

Link: https://marc.info/?m=166792551600315
Cc: stable@vger.kernel.org
Signed-off-by: Peter Lafreniere <peter@n8pjl.ca>
---
 Documentation/networking/ax25.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/networking/ax25.rst b/Documentation/networking/ax25.rst
index f060cfb1445a..605e72c6c877 100644
--- a/Documentation/networking/ax25.rst
+++ b/Documentation/networking/ax25.rst
@@ -7,9 +7,9 @@ AX.25
 To use the amateur radio protocols within Linux you will need to get a
 suitable copy of the AX.25 Utilities. More detailed information about
 AX.25, NET/ROM and ROSE, associated programs and utilities can be
-found on http://www.linux-ax25.org.
+found on https://linux-ax25.in-berlin.de.
 
-There is an active mailing list for discussing Linux amateur radio matters
+There is a mailing list for discussing Linux amateur radio matters
 called linux-hams@vger.kernel.org. To subscribe to it, send a message to
 majordomo@vger.kernel.org with the words "subscribe linux-hams" in the body
 of the message, the subject field is ignored.  You don't need to be
-- 
2.42.0


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [PATCH 0/3] ax25: Update link for linux-ax25.org
  2023-09-08 11:39 [PATCH] Documentation: netdev: fix dead link in ax25.rst Peter Lafreniere
@ 2023-09-17 15:29 ` Peter Lafreniere
  2023-09-17 15:29   ` [PATCH 1/3] Documentation: netdev: fix dead link in ax25.rst Peter Lafreniere
                     ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Peter Lafreniere @ 2023-09-17 15:29 UTC (permalink / raw)
  To: linux-hams
  Cc: Peter Lafreniere, thomas, linux-kernel, netdev, ralf, linux-doc, corbet

http://linux-ax25.org has been down for nearly a year. Its official
replacement is https://linux-ax25.in-berlin.de.

Update all references to the dead link to its replacement.

As the three touched files are in different areas of the tree, this is
being sent with one patch per file.

Peter Lafreniere (3):
  Documentation: netdev: fix dead link in ax25.rst
  MAINTAINERS: Update link for linux-ax25.org
  ax25: Kconfig: Update link for linux-ax25.org

 Documentation/networking/ax25.rst |  4 ++--
 MAINTAINERS                       |  6 +++---
 net/ax25/Kconfig                  | 16 ++++++++--------
 3 files changed, 13 insertions(+), 13 deletions(-)

-- 
2.42.0



^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PATCH 1/3] Documentation: netdev: fix dead link in ax25.rst
  2023-09-17 15:29 ` [PATCH 0/3] ax25: Update link for linux-ax25.org Peter Lafreniere
@ 2023-09-17 15:29   ` Peter Lafreniere
  2023-09-17 15:30   ` [PATCH 2/3] MAINTAINERS: Update link for linux-ax25.org Peter Lafreniere
                     ` (2 subsequent siblings)
  3 siblings, 0 replies; 6+ messages in thread
From: Peter Lafreniere @ 2023-09-17 15:29 UTC (permalink / raw)
  To: linux-doc; +Cc: Peter Lafreniere, linux-hams, thomas, corbet, netdev, ralf

http://linux-ax25.org has been down for nearly a year. Its official
replacement is https://linux-ax25.in-berlin.de.

Update the documentation to point there instead. And acknowledge that
while the linux-hams list isn't entirely dead, it isn't what most would
call 'active'. Remove that word.

Link: https://marc.info/?m=166792551600315
Signed-off-by: Peter Lafreniere <peter@n8pjl.ca>
---
This patch is nearly identical in substance to the patch sent on 2023-09-08,
but included in a wider patch series that updates every reference to
linux-ax25.org treewide.

The only change is the removal of a Cc: stable@vger.kernel.org.
Please disregard the previous patch.

 Documentation/networking/ax25.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/networking/ax25.rst b/Documentation/networking/ax25.rst
index f060cfb1445a..605e72c6c877 100644
--- a/Documentation/networking/ax25.rst
+++ b/Documentation/networking/ax25.rst
@@ -7,9 +7,9 @@ AX.25
 To use the amateur radio protocols within Linux you will need to get a
 suitable copy of the AX.25 Utilities. More detailed information about
 AX.25, NET/ROM and ROSE, associated programs and utilities can be
-found on http://www.linux-ax25.org.
+found on https://linux-ax25.in-berlin.de.
 
-There is an active mailing list for discussing Linux amateur radio matters
+There is a mailing list for discussing Linux amateur radio matters
 called linux-hams@vger.kernel.org. To subscribe to it, send a message to
 majordomo@vger.kernel.org with the words "subscribe linux-hams" in the body
 of the message, the subject field is ignored.  You don't need to be
-- 
2.42.0



^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [PATCH 2/3] MAINTAINERS: Update link for linux-ax25.org
  2023-09-17 15:29 ` [PATCH 0/3] ax25: Update link for linux-ax25.org Peter Lafreniere
  2023-09-17 15:29   ` [PATCH 1/3] Documentation: netdev: fix dead link in ax25.rst Peter Lafreniere
@ 2023-09-17 15:30   ` Peter Lafreniere
  2023-09-17 15:30   ` [PATCH 3/3] ax25: Kconfig: " Peter Lafreniere
  2023-09-18 12:00   ` [PATCH 0/3] ax25: " patchwork-bot+netdevbpf
  3 siblings, 0 replies; 6+ messages in thread
From: Peter Lafreniere @ 2023-09-17 15:30 UTC (permalink / raw)
  To: linux-hams, linux-kernel; +Cc: Peter Lafreniere, thomas, ralf, netdev

http://linux-ax25.org has been down for nearly a year. Its official
replacement is https://linux-ax25.in-berlin.de. Update all links to the
new URL.

Link: https://marc.info/?m=166792551600315
Signed-off-by: Peter Lafreniere <peter@n8pjl.ca>
---
 MAINTAINERS | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index a62f5a2a1c9e..1c52b7ddc2cc 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3344,7 +3344,7 @@ AX.25 NETWORK LAYER
 M:	Ralf Baechle <ralf@linux-mips.org>
 L:	linux-hams@vger.kernel.org
 S:	Maintained
-W:	http://www.linux-ax25.org/
+W:	https://linux-ax25.in-berlin.de
 F:	include/net/ax25.h
 F:	include/uapi/linux/ax25.h
 F:	net/ax25/
@@ -14749,7 +14749,7 @@ NETROM NETWORK LAYER
 M:	Ralf Baechle <ralf@linux-mips.org>
 L:	linux-hams@vger.kernel.org
 S:	Maintained
-W:	http://www.linux-ax25.org/
+W:	https://linux-ax25.in-berlin.de
 F:	include/net/netrom.h
 F:	include/uapi/linux/netrom.h
 F:	net/netrom/
@@ -18598,7 +18598,7 @@ ROSE NETWORK LAYER
 M:	Ralf Baechle <ralf@linux-mips.org>
 L:	linux-hams@vger.kernel.org
 S:	Maintained
-W:	http://www.linux-ax25.org/
+W:	https://linux-ax25.in-berlin.de
 F:	include/net/rose.h
 F:	include/uapi/linux/rose.h
 F:	net/rose/
-- 
2.42.0



^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [PATCH 3/3] ax25: Kconfig: Update link for linux-ax25.org
  2023-09-17 15:29 ` [PATCH 0/3] ax25: Update link for linux-ax25.org Peter Lafreniere
  2023-09-17 15:29   ` [PATCH 1/3] Documentation: netdev: fix dead link in ax25.rst Peter Lafreniere
  2023-09-17 15:30   ` [PATCH 2/3] MAINTAINERS: Update link for linux-ax25.org Peter Lafreniere
@ 2023-09-17 15:30   ` Peter Lafreniere
  2023-09-18 12:00   ` [PATCH 0/3] ax25: " patchwork-bot+netdevbpf
  3 siblings, 0 replies; 6+ messages in thread
From: Peter Lafreniere @ 2023-09-17 15:30 UTC (permalink / raw)
  To: linux-hams; +Cc: Peter Lafreniere, thomas, netdev, ralf

http://linux-ax25.org has been down for nearly a year. Its official
replacement is https://linux-ax25.in-berlin.de. Change all references to
the old site in the ax25 Kconfig to its replacement.

Link: https://marc.info/?m=166792551600315
Signed-off-by: Peter Lafreniere <peter@n8pjl.ca>
---
 net/ax25/Kconfig | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/net/ax25/Kconfig b/net/ax25/Kconfig
index d3a9843a043d..fdb666607f10 100644
--- a/net/ax25/Kconfig
+++ b/net/ax25/Kconfig
@@ -10,7 +10,7 @@ menuconfig HAMRADIO
 	  If you want to connect your Linux box to an amateur radio, answer Y
 	  here. You want to read <https://www.tapr.org/>
 	  and more specifically about AX.25 on Linux
-	  <http://www.linux-ax25.org/>.
+	  <https://linux-ax25.in-berlin.de>.
 
 	  Note that the answer to this question won't directly affect the
 	  kernel: saying N will just cause the configurator to skip all
@@ -61,7 +61,7 @@ config AX25_DAMA_SLAVE
 	  configuration. Linux cannot yet act as a DAMA server.  This option
 	  only compiles DAMA slave support into the kernel.  It still needs to
 	  be enabled at runtime.  For more about DAMA see
-	  <http://www.linux-ax25.org>.  If unsure, say Y.
+	  <https://linux-ax25.in-berlin.de>.  If unsure, say Y.
 
 # placeholder until implemented
 config AX25_DAMA_MASTER
@@ -87,9 +87,9 @@ config NETROM
 	  A comprehensive listing of all the software for Linux amateur radio
 	  users as well as information about how to configure an AX.25 port is
 	  contained in the Linux Ham Wiki, available from
-	  <http://www.linux-ax25.org>. You also might want to check out the
-	  file <file:Documentation/networking/ax25.rst>. More information about
-	  digital amateur radio in general is on the WWW at
+	  <https://linux-ax25.in-berlin.de>. You also might want to check out
+	  the file <file:Documentation/networking/ax25.rst>. More information
+	  about digital amateur radio in general is on the WWW at
 	  <https://www.tapr.org/>.
 
 	  To compile this driver as a module, choose M here: the
@@ -106,9 +106,9 @@ config ROSE
 	  A comprehensive listing of all the software for Linux amateur radio
 	  users as well as information about how to configure an AX.25 port is
 	  contained in the Linux Ham Wiki, available from
-	  <http://www.linux-ax25.org>.  You also might want to check out the
-	  file <file:Documentation/networking/ax25.rst>. More information about
-	  digital amateur radio in general is on the WWW at
+	  <https://linux-ax25.in-berlin.de>.  You also might want to check out
+	  the file <file:Documentation/networking/ax25.rst>. More information
+	  about digital amateur radio in general is on the WWW at
 	  <https://www.tapr.org/>.
 
 	  To compile this driver as a module, choose M here: the
-- 
2.42.0



^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH 0/3] ax25: Update link for linux-ax25.org
  2023-09-17 15:29 ` [PATCH 0/3] ax25: Update link for linux-ax25.org Peter Lafreniere
                     ` (2 preceding siblings ...)
  2023-09-17 15:30   ` [PATCH 3/3] ax25: Kconfig: " Peter Lafreniere
@ 2023-09-18 12:00   ` patchwork-bot+netdevbpf
  3 siblings, 0 replies; 6+ messages in thread
From: patchwork-bot+netdevbpf @ 2023-09-18 12:00 UTC (permalink / raw)
  To: Peter Lafreniere
  Cc: linux-hams, thomas, linux-kernel, netdev, ralf, linux-doc, corbet

Hello:

This series was applied to netdev/net.git (main)
by David S. Miller <davem@davemloft.net>:

On Sun, 17 Sep 2023 15:29:44 +0000 you wrote:
> http://linux-ax25.org has been down for nearly a year. Its official
> replacement is https://linux-ax25.in-berlin.de.
> 
> Update all references to the dead link to its replacement.
> 
> As the three touched files are in different areas of the tree, this is
> being sent with one patch per file.
> 
> [...]

Here is the summary with links:
  - [1/3] Documentation: netdev: fix dead link in ax25.rst
    https://git.kernel.org/netdev/net/c/418f438a2db6
  - [2/3] MAINTAINERS: Update link for linux-ax25.org
    https://git.kernel.org/netdev/net/c/1943f2b0ac5a
  - [3/3] ax25: Kconfig: Update link for linux-ax25.org
    https://git.kernel.org/netdev/net/c/71273c46a348

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html




^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-09-18 12:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-08 11:39 [PATCH] Documentation: netdev: fix dead link in ax25.rst Peter Lafreniere
2023-09-17 15:29 ` [PATCH 0/3] ax25: Update link for linux-ax25.org Peter Lafreniere
2023-09-17 15:29   ` [PATCH 1/3] Documentation: netdev: fix dead link in ax25.rst Peter Lafreniere
2023-09-17 15:30   ` [PATCH 2/3] MAINTAINERS: Update link for linux-ax25.org Peter Lafreniere
2023-09-17 15:30   ` [PATCH 3/3] ax25: Kconfig: " Peter Lafreniere
2023-09-18 12:00   ` [PATCH 0/3] ax25: " patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).