Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

docs: networking: packet_mmap: replace dead links with archive.org links

The original link returns 404 now. This commit replaces the dead google
site link with archive.org link.

Signed-off-by: Levi Zim <rsworktech@outlook.com>
Reviewed-by: Willem de Bruijn <willemb@google.com>
Link: https://patch.msgid.link/20241021-packet_mmap_fix_link-v1-1-dffae4a174c0@outlook.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

Levi Zim and committed by
Jakub Kicinski
b935252c e31a8219

+3 -2
+3 -2
Documentation/networking/packet_mmap.rst
··· 16 16 17 17 Howto can be found at: 18 18 19 - https://sites.google.com/site/packetmmap/ 19 + https://web.archive.org/web/20220404160947/https://sites.google.com/site/packetmmap/ 20 20 21 21 Please send your comments to 22 22 - Ulisses Alonso Camaró <uaca@i.hate.spam.alumni.uv.es> ··· 166 166 /* bind socket to eth0 */ 167 167 bind(this->socket, (struct sockaddr *)&my_addr, sizeof(struct sockaddr_ll)); 168 168 169 - A complete tutorial is available at: https://sites.google.com/site/packetmmap/ 169 + A complete tutorial is available at: 170 + https://web.archive.org/web/20220404160947/https://sites.google.com/site/packetmmap/ 170 171 171 172 By default, the user should put data at:: 172 173