Skip to content

Commit 6dab9dd

Browse files
committed
Merge branch 'ax25-project-links'
Peter Lafreniere says: ==================== ax25: Update link for linux-ax25.org 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. ==================== Signed-off-by: David S. Miller <[email protected]>
2 parents 972983f + 71273c4 commit 6dab9dd

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

Documentation/networking/ax25.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ AX.25
77
To use the amateur radio protocols within Linux you will need to get a
88
suitable copy of the AX.25 Utilities. More detailed information about
99
AX.25, NET/ROM and ROSE, associated programs and utilities can be
10-
found on http://www.linux-ax25.org.
10+
found on https://linux-ax25.in-berlin.de.
1111

12-
There is an active mailing list for discussing Linux amateur radio matters
12+
There is a mailing list for discussing Linux amateur radio matters
1313
called [email protected]. To subscribe to it, send a message to
1414
[email protected] with the words "subscribe linux-hams" in the body
1515
of the message, the subject field is ignored. You don't need to be

MAINTAINERS

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3344,7 +3344,7 @@ AX.25 NETWORK LAYER
33443344
M: Ralf Baechle <[email protected]>
33453345
33463346
S: Maintained
3347-
W: http://www.linux-ax25.org/
3347+
W: https://linux-ax25.in-berlin.de
33483348
F: include/net/ax25.h
33493349
F: include/uapi/linux/ax25.h
33503350
F: net/ax25/
@@ -14756,7 +14756,7 @@ NETROM NETWORK LAYER
1475614756
M: Ralf Baechle <[email protected]>
1475714757
1475814758
S: Maintained
14759-
W: http://www.linux-ax25.org/
14759+
W: https://linux-ax25.in-berlin.de
1476014760
F: include/net/netrom.h
1476114761
F: include/uapi/linux/netrom.h
1476214762
F: net/netrom/
@@ -18607,7 +18607,7 @@ ROSE NETWORK LAYER
1860718607
M: Ralf Baechle <[email protected]>
1860818608
1860918609
S: Maintained
18610-
W: http://www.linux-ax25.org/
18610+
W: https://linux-ax25.in-berlin.de
1861118611
F: include/net/rose.h
1861218612
F: include/uapi/linux/rose.h
1861318613
F: net/rose/

net/ax25/Kconfig

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ menuconfig HAMRADIO
1010
If you want to connect your Linux box to an amateur radio, answer Y
1111
here. You want to read <https://www.tapr.org/>
1212
and more specifically about AX.25 on Linux
13-
<http://www.linux-ax25.org/>.
13+
<https://linux-ax25.in-berlin.de>.
1414

1515
Note that the answer to this question won't directly affect the
1616
kernel: saying N will just cause the configurator to skip all
@@ -61,7 +61,7 @@ config AX25_DAMA_SLAVE
6161
configuration. Linux cannot yet act as a DAMA server. This option
6262
only compiles DAMA slave support into the kernel. It still needs to
6363
be enabled at runtime. For more about DAMA see
64-
<http://www.linux-ax25.org>. If unsure, say Y.
64+
<https://linux-ax25.in-berlin.de>. If unsure, say Y.
6565

6666
# placeholder until implemented
6767
config AX25_DAMA_MASTER
@@ -87,9 +87,9 @@ config NETROM
8787
A comprehensive listing of all the software for Linux amateur radio
8888
users as well as information about how to configure an AX.25 port is
8989
contained in the Linux Ham Uncyclo, available from
90-
<http://www.linux-ax25.org>. You also might want to check out the
91-
file <file:Documentation/networking/ax25.rst>. More information about
92-
digital amateur radio in general is on the WWW at
90+
<https://linux-ax25.in-berlin.de>. You also might want to check out
91+
the file <file:Documentation/networking/ax25.rst>. More information
92+
about digital amateur radio in general is on the WWW at
9393
<https://www.tapr.org/>.
9494

9595
To compile this driver as a module, choose M here: the
@@ -106,9 +106,9 @@ config ROSE
106106
A comprehensive listing of all the software for Linux amateur radio
107107
users as well as information about how to configure an AX.25 port is
108108
contained in the Linux Ham Uncyclo, available from
109-
<http://www.linux-ax25.org>. You also might want to check out the
110-
file <file:Documentation/networking/ax25.rst>. More information about
111-
digital amateur radio in general is on the WWW at
109+
<https://linux-ax25.in-berlin.de>. You also might want to check out
110+
the file <file:Documentation/networking/ax25.rst>. More information
111+
about digital amateur radio in general is on the WWW at
112112
<https://www.tapr.org/>.
113113

114114
To compile this driver as a module, choose M here: the

0 commit comments

Comments
 (0)