diff options
-rw-r--r-- | doc/README.aix | 2 | ||||
-rw-r--r-- | pcap-int.h | 2 | ||||
-rw-r--r-- | pcap/pcap.h | 2 |
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. @@ -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 |