diff options
author | Olivier Blin <oblin@mandriva.com> | 2007-10-04 12:56:47 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2007-10-04 12:56:47 +0000 |
commit | 2146d9f2bc13d897a496fcfb8e20aa9320ea7028 (patch) | |
tree | e1664c5c762b364d4b16056a181214d184a5c78b /lib | |
parent | fcd671ba251570a339e776f137dcd80738d9baed (diff) | |
download | drakx-net-2146d9f2bc13d897a496fcfb8e20aa9320ea7028.tar drakx-net-2146d9f2bc13d897a496fcfb8e20aa9320ea7028.tar.gz drakx-net-2146d9f2bc13d897a496fcfb8e20aa9320ea7028.tar.bz2 drakx-net-2146d9f2bc13d897a496fcfb8e20aa9320ea7028.tar.xz drakx-net-2146d9f2bc13d897a496fcfb8e20aa9320ea7028.zip |
fix URL for Smartlink modems (#34479)
Diffstat (limited to 'lib')
-rw-r--r-- | lib/network/connection/pots.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/network/connection/pots.pm b/lib/network/connection/pots.pm index 0e5f233..53a72d4 100644 --- a/lib/network/connection/pots.pm +++ b/lib/network/connection/pots.pm @@ -83,7 +83,7 @@ my @thirdparty_settings = ( { matching => [ list_modules::category2modules('network/slmodem') ], description => 'Smartlink WinModem', - url => 'http://www.smlink.com/content.aspx?id=135/', + url => 'http://linmodems.technion.ac.il/resources.html#smartlink', name => 'slmodem', kernel_module => 1, tools => { |