about summary refs log tree commit
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2016-06-30 08:17:31 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2016-06-30 08:17:31 +0100
commit7a1a0dda7c15c585f7766ad0ef1c6759a89c868a (patch)
tree4df3dae84484b8485aab6695b3f1ea4a92e48b8a
parent96c88960ad20593dafb0538d7053d8b503d344b7 (diff)
downloadperl-libnet-7a1a0dda7c15c585f7766ad0ef1c6759a89c868a.tar.gz
Fix/update some links in README
Adapted from PR#26.
-rw-r--r--README14
1 files changed, 7 insertions, 7 deletions
diff --git a/README b/README
index 73ded37..be7e967 100644
--- a/README
+++ b/README
@@ -2,13 +2,13 @@ libnet is a collection of Perl modules which provides a simple
 and consistent programming interface (API) to the client side
 of various protocols used in the internet community.
 
-For details of each protocol please refer to the RFC. RFC's
-can be found a various places on the WEB, for a starting
+For details of each protocol please refer to the RFC. RFCs
+can be found in various places on the web, for a starting
 point look at:
 
-    http://www.yahoo.com/Computers_and_Internet/Standards/RFCs/
+    http://www.rfc-editor.org/
 
-The RFC implemented in this distribution are
+The RFCs implemented in this distribution are
 
 Net::FTP        RFC959          File Transfer Protocol
 Net::SMTP       RFC821          Simple Mail Transfer Protocol
@@ -26,11 +26,11 @@ Archive Network (CPAN). To find a CPAN site near you see:
 
 The GitHub source repository can be browsed at
 
-    http://github.com/steve-m-hay/perl-libnet
+    https://github.com/steve-m-hay/perl-libnet
 
 If you have a Git client, then you can checkout the latest code with
 
-    git clone http://github.com/steve-m-hay/perl-libnet.git
+    git clone https://github.com/steve-m-hay/perl-libnet.git
 
 DOCUMENTATION
 
@@ -55,7 +55,7 @@ Questions about how to use this library should be directed to the
 comp.lang.perl.modules USENET Newsgroup.  Bug reports and suggestions
 for improvements can be reported on the CPAN Request Tracker at
 
-    http://rt.cpan.org/Public/Bug//Report.html?Queue=libnet
+    https://rt.cpan.org/Public/Bug/Report.html?Queue=libnet
 
 Most of the modules in this library have an option to output a debug
 transcript to STDERR. When reporting bugs/problems please, if possible,