aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/README.aix2
-rw-r--r--pcap-int.h2
-rw-r--r--pcap/pcap.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/README.aix b/doc/README.aix
index 92e513ff..9e9a23d3 100644
--- a/doc/README.aix
+++ b/doc/README.aix
@@ -27,7 +27,7 @@ Using BPF:
If you fix the problems yourself, please submit a patch by forking
the branch at
- https://github.com/the-tcpdump-group/libpcap/issues
+ https://github.com/the-tcpdump-group/libpcap/tree/master
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 f612913e..3c18dae8 100644
--- a/pcap-int.h
+++ b/pcap-int.h
@@ -385,7 +385,7 @@ struct pcap_timeval {
*
* Then supply the changes by forking the branch at
*
- * https://github.com/the-tcpdump-group/libpcap/issues
+ * https://github.com/the-tcpdump-group/libpcap/tree/master
*
* 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 7649eab9..23483e4e 100644
--- a/pcap/pcap.h
+++ b/pcap/pcap.h
@@ -198,7 +198,7 @@ typedef struct pcap_addr pcap_addr_t;
*
* Then supply the changes by forking the branch at
*
- * https://github.com/the-tcpdump-group/libpcap/issues
+ * https://github.com/the-tcpdump-group/libpcap/tree/master
*
* 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