summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README6
-rw-r--r--README.aix2
-rw-r--r--pcap-int.h2
-rw-r--r--pcap/pcap.h2
-rw-r--r--pcap1.h2
5 files changed, 7 insertions, 7 deletions
diff --git a/README b/README
index 8cac0af1..75f46de1 100644
--- a/README
+++ b/README
@@ -15,7 +15,7 @@ Version 1.x.y of LIBPCAP can be retrieved with the CVS tag "libpcap_1_{x}rel{y}"
Please submit patches by forking the branch on GitHub at
- http://github.com/mcr/libpcap/tree/master
+ http://github.com/the-tcpdump-group/libpcap/tree/master
and issuing a pull request.
@@ -97,12 +97,12 @@ to the address "tcpdump-workers@lists.tcpdump.org". Bugs, support
requests, and feature requests may also be submitted on the GitHub issue
tracker for libpcap at
- https://github.com/mcr/libpcap/issues
+ https://github.com/the-tcpdump-group/libpcap/issues
Source code contributions, etc. should be sent to the email address
above or submitted by forking the branch on GitHub at
- http://github.com/mcr/libpcap/tree/master
+ http://github.com/the-tcpdump-group/libpcap/tree/master
and issuing a pull request.
diff --git a/README.aix b/README.aix
index 970e6bf5..74cd9af6 100644
--- a/README.aix
+++ b/README.aix
@@ -22,7 +22,7 @@ Using BPF:
If you fix the problems yourself, please submit a patch by forking
the branch at
- https://github.com/mcr/libpcap/issues
+ https://github.com/the-tcpdump-group/libpcap/issues
and issuing a pull request, so we can incorporate the fixes into the
next release.
diff --git a/pcap-int.h b/pcap-int.h
index 9458046b..28d4146f 100644
--- a/pcap-int.h
+++ b/pcap-int.h
@@ -379,7 +379,7 @@ struct pcap_timeval {
*
* Then supply the changes by forking the branch at
*
- * https://github.com/mcr/libpcap/issues
+ * https://github.com/the-tcpdump-group/libpcap/issues
*
* and issuing a pull request, so that future versions of libpcap and
* programs that use it (such as tcpdump) will be able to read your new
diff --git a/pcap/pcap.h b/pcap/pcap.h
index 7be36b17..d022cd34 100644
--- a/pcap/pcap.h
+++ b/pcap/pcap.h
@@ -115,7 +115,7 @@ typedef struct pcap_addr pcap_addr_t;
*
* Then supply the changes by forking the branch at
*
- * https://github.com/mcr/libpcap/issues
+ * https://github.com/the-tcpdump-group/libpcap/issues
*
* and issuing a pull request, so that future versions of libpcap and
* programs that use it (such as tcpdump) will be able to read your new
diff --git a/pcap1.h b/pcap1.h
index 92ea3d68..2cb532f9 100644
--- a/pcap1.h
+++ b/pcap1.h
@@ -105,7 +105,7 @@ typedef struct pcap_addr pcap_addr_t;
*
* Then supply the changes by forking the branch at
*
- * https://github.com/mcr/libpcap/issues
+ * https://github.com/the-tcpdump-group/libpcap/issues
*
* and issuing a pull request, so that future versions of libpcap and
* programs that use it (such as tcpdump) will be able to read your new