public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] ax25: Update link for linux-ax25.org
       [not found] <20230908113907.25053-1-peter@n8pjl.ca>
@ 2023-09-17 15:29 ` Peter Lafreniere
  2023-09-17 15:30   ` [PATCH 2/3] MAINTAINERS: " Peter Lafreniere
  2023-09-18 12:00   ` [PATCH 0/3] ax25: " patchwork-bot+netdevbpf
  0 siblings, 2 replies; 3+ 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] 3+ 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:30   ` Peter Lafreniere
  2023-09-18 12:00   ` [PATCH 0/3] ax25: " patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ 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] 3+ 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
  2023-09-17 15:30   ` [PATCH 2/3] MAINTAINERS: " Peter Lafreniere
@ 2023-09-18 12:00   ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ 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] 3+ messages in thread

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

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20230908113907.25053-1-peter@n8pjl.ca>
2023-09-17 15:29 ` [PATCH 0/3] ax25: Update link for linux-ax25.org Peter Lafreniere
2023-09-17 15:30   ` [PATCH 2/3] MAINTAINERS: " 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