All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Documentation/isdn: check and fix dead links ...
@ 2018-03-24  5:07 Sanjeev Gupta
  2018-03-26 16:31 ` David Miller
  0 siblings, 1 reply; 4+ messages in thread
From: Sanjeev Gupta @ 2018-03-24  5:07 UTC (permalink / raw)
  To: corbet, isdn; +Cc: netdev, pebolle

and switch to https where possible.

All links have been eyeballed to verify that the domains have
not changed, etc.

Signed-off-by: Sanjeev Gupta <ghane0@gmail.com>
---
 Documentation/isdn/INTERFACE.CAPI |  2 +-
 Documentation/isdn/README         |  4 ++--
 Documentation/isdn/README.FAQ     |  4 ++--
 Documentation/isdn/README.gigaset | 16 +++++++++-------
 4 files changed, 14 insertions(+), 12 deletions(-)

diff --git a/Documentation/isdn/INTERFACE.CAPI b/Documentation/isdn/INTERFACE.CAPI
index 1688b5a1fd77..021aa9cf139d 100644
--- a/Documentation/isdn/INTERFACE.CAPI
+++ b/Documentation/isdn/INTERFACE.CAPI
@@ -18,7 +18,7 @@ corresponding hardware driver. Kernel CAPI then forwards CAPI messages in both
 directions between the application and the hardware driver.
 
 Format and semantics of CAPI messages are specified in the CAPI 2.0 standard.
-This standard is freely available from http://www.capi.org.
+This standard is freely available from https://www.capi.org.
 
 
 2. Driver and Device Registration
diff --git a/Documentation/isdn/README b/Documentation/isdn/README
index 32d4e80c2c03..74bd2bdb455b 100644
--- a/Documentation/isdn/README
+++ b/Documentation/isdn/README
@@ -33,10 +33,10 @@ README for the ISDN-subsystem
      de.alt.comm.isdn4linux
 
   There is also a well maintained FAQ in English available at
-     http://www.mhessler.de/i4lfaq/
+     https://www.mhessler.de/i4lfaq/
   It can be viewed online, or downloaded in sgml/text/html format.
   The FAQ can also be viewed online at
-     http://www.isdn4linux.de/faq/
+     https://www.isdn4linux.de/faq/i4lfaq.html
   or downloaded from
      ftp://ftp.isdn4linux.de/pub/isdn4linux/FAQ/
 
diff --git a/Documentation/isdn/README.FAQ b/Documentation/isdn/README.FAQ
index 356f7944641d..e5dd1addacdd 100644
--- a/Documentation/isdn/README.FAQ
+++ b/Documentation/isdn/README.FAQ
@@ -8,9 +8,9 @@ You find it in:
 
 In case you just want to see the FAQ online, or download the newest version,
 you can have a look at my website:
-http://www.mhessler.de/i4lfaq/ (view + download)
+https://www.mhessler.de/i4lfaq/ (view + download)
 or:
-http://www.isdn4linux.de/faq/ (view)
+https://www.isdn4linux.de/faq/4lfaq.html (view)
 
 As the extension tells, the FAQ is in SGML format, and you can convert it
 into text/html/... format by using the sgml2txt/sgml2html/... tools.
diff --git a/Documentation/isdn/README.gigaset b/Documentation/isdn/README.gigaset
index 7534c6039adc..9b1ce277ca3d 100644
--- a/Documentation/isdn/README.gigaset
+++ b/Documentation/isdn/README.gigaset
@@ -29,8 +29,9 @@ GigaSet 307x Device Driver
         T-Com Sinus 721 data
         Chicago 390 USB (KPN)
 
-     See also http://www.erbze.info/sinus_gigaset.htm and
-              http://gigaset307x.sourceforge.net/
+     See also http://www.erbze.info/sinus_gigaset.htm
+       (archived at https://web.archive.org/web/20100717020421/http://www.erbze.info:80/sinus_gigaset.htm ) and
+	http://gigaset307x.sourceforge.net/
 
      We had also reports from users of Gigaset M105 who could use the drivers
      with SX 100 and CX 100 ISDN bases (only in unimodem mode, see section 2.5.)
@@ -52,7 +53,7 @@ GigaSet 307x Device Driver
      to use CAPI 2.0 or ISDN4Linux for ISDN connections (voice or data).
 
      There are some user space tools available at
-     http://sourceforge.net/projects/gigaset307x/
+     https://sourceforge.net/projects/gigaset307x/
      which provide access to additional device specific functions like SMS,
      phonebook or call journal.
 
@@ -202,7 +203,7 @@ GigaSet 307x Device Driver
      You can use some configuration tool of your distribution to configure this
      "modem" or configure pppd/wvdial manually. There are some example ppp
      configuration files and chat scripts in the gigaset-VERSION/ppp directory
-     in the driver packages from http://sourceforge.net/projects/gigaset307x/.
+     in the driver packages from https://sourceforge.net/projects/gigaset307x/.
      Please note that the USB drivers are not able to change the state of the
      control lines. This means you must use "Stupid Mode" if you are using
      wvdial or you should use the nocrtscts option of pppd.
@@ -361,7 +362,7 @@ GigaSet 307x Device Driver
      ---------------------------
      If you can't solve problems with the driver on your own, feel free to
      use one of the forums, bug trackers, or mailing lists on
-         http://sourceforge.net/projects/gigaset307x
+         https://sourceforge.net/projects/gigaset307x
      or write an electronic mail to the maintainers.
 
      Try to provide as much information as possible, such as
@@ -391,11 +392,12 @@ GigaSet 307x Device Driver
 4.   Links, other software
      ---------------------
      - Sourceforge project developing this driver and associated tools
-         http://sourceforge.net/projects/gigaset307x
+         https://sourceforge.net/projects/gigaset307x
      - Yahoo! Group on the Siemens Gigaset family of devices
-         http://de.groups.yahoo.com/group/Siemens-Gigaset
+         https://de.groups.yahoo.com/group/Siemens-Gigaset
      - Siemens Gigaset/T-Sinus compatibility table
          http://www.erbze.info/sinus_gigaset.htm
+	    (archived at https://web.archive.org/web/20100717020421/http://www.erbze.info:80/sinus_gigaset.htm )
 
 
 5.   Credits
-- 
2.15.1

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

* Re: [PATCH] Documentation/isdn: check and fix dead links ...
  2018-03-24  5:07 [PATCH] Documentation/isdn: check and fix dead links Sanjeev Gupta
@ 2018-03-26 16:31 ` David Miller
  2018-03-26 18:05   ` Paul Bolle
  0 siblings, 1 reply; 4+ messages in thread
From: David Miller @ 2018-03-26 16:31 UTC (permalink / raw)
  To: ghane0; +Cc: corbet, isdn, netdev, pebolle

From: Sanjeev Gupta <ghane0@gmail.com>
Date: Sat, 24 Mar 2018 13:07:42 +0800

> and switch to https where possible.
> 
> All links have been eyeballed to verify that the domains have
> not changed, etc.
> 
> Signed-off-by: Sanjeev Gupta <ghane0@gmail.com>

Applied, thank you.

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

* Re: [PATCH] Documentation/isdn: check and fix dead links ...
  2018-03-26 16:31 ` David Miller
@ 2018-03-26 18:05   ` Paul Bolle
  2018-03-26 18:10     ` Paul Bolle
  0 siblings, 1 reply; 4+ messages in thread
From: Paul Bolle @ 2018-03-26 18:05 UTC (permalink / raw)
  To: Sanjeev Gupta; +Cc: David Miller, corbet, isdn, netdev

Sanjeev,

On Mon, 2018-03-26 at 12:31 -0400, David Miller wrote:
> > and switch to https where possible.
> > 
> > All links have been eyeballed to verify that the domains have
> > not changed, etc.
> > 
> > Signed-off-by: Sanjeev Gupta <ghane0@gmail.com>
> 
> Applied, thank you.

Your patch never hit my inbox. The joy of email! Anyhow, the diff on spinic's
netdev archive suggests you left (at least) one reference to http://gigaset307
x.sourceforge.net/ in the documentation.

If you'd be so kind to send a follow up patch to clean up that reference too
that would be appreciated.

Thanks!


Paul Bolle

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

* Re: [PATCH] Documentation/isdn: check and fix dead links ...
  2018-03-26 18:05   ` Paul Bolle
@ 2018-03-26 18:10     ` Paul Bolle
  0 siblings, 0 replies; 4+ messages in thread
From: Paul Bolle @ 2018-03-26 18:10 UTC (permalink / raw)
  To: Sanjeev Gupta; +Cc: David Miller, corbet, isdn, netdev

On Mon, 2018-03-26 at 20:05 +0200, Paul Bolle wrote:
> Your patch never hit my inbox. The joy of email! Anyhow, the diff on spinic's
> netdev archive suggests you left (at least) one reference to http://gigaset307
> x.sourceforge.net/ in the documentation.
> 
> If you'd be so kind to send a follow up patch to clean up that reference too
> that would be appreciated.

Never mind. That doesn't actually work over https.

Meh!


Paul Bolle

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

end of thread, other threads:[~2018-03-26 18:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-24  5:07 [PATCH] Documentation/isdn: check and fix dead links Sanjeev Gupta
2018-03-26 16:31 ` David Miller
2018-03-26 18:05   ` Paul Bolle
2018-03-26 18:10     ` Paul Bolle

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.