diff mbox series

[net] docs: networking: packet_mmap: replace dead links with archive.org links

Message ID 20241021-packet_mmap_fix_link-v1-1-dffae4a174c0@outlook.com (mailing list archive)
State New
Delegated to: Netdev Maintainers
Headers show
Series [net] docs: networking: packet_mmap: replace dead links with archive.org links | expand

Checks

Context Check Description
netdev/series_format success Single patches do not need cover letters
netdev/tree_selection success Clearly marked for net
netdev/ynl success Generated files up to date; no warnings/errors; no diff in generated;
netdev/fixes_present success No Fixes tags, but series doesn't touch code
netdev/header_inline success No static functions without inline keyword in header files
netdev/build_32bit success Errors and warnings before: 5 this patch: 5
netdev/build_tools success No tools touched, skip
netdev/cc_maintainers success CCed 7 of 7 maintainers
netdev/build_clang success Errors and warnings before: 3 this patch: 3
netdev/verify_signedoff success Signed-off-by tag matches author and committer
netdev/deprecated_api success None detected
netdev/check_selftest success No net selftest shell script
netdev/verify_fixes success No Fixes tag
netdev/build_allmodconfig_warn success Errors and warnings before: 3 this patch: 3
netdev/checkpatch success total: 0 errors, 0 warnings, 0 checks, 17 lines checked
netdev/build_clang_rust success No Rust files in patch. Skipping build
netdev/kdoc success Errors and warnings before: 0 this patch: 0
netdev/source_inline success Was 0 now: 0
netdev/contest success net-next-2024-10-22--00-00 (tests: 765)

Commit Message

Levi Zim via B4 Relay Oct. 21, 2024, 1:55 p.m. UTC
From: Levi Zim <rsworktech@outlook.com>

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>
---
The original link returns 404 now. This commit replaces the dead google
site link with archive.org link.
---
 Documentation/networking/packet_mmap.rst | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)


---
base-commit: d95d9a31aceb2021084bc9b94647bc5b175e05e7
change-id: 20241021-packet_mmap_fix_link-e04dc7e7830e

Best regards,

Comments

Willem de Bruijn Oct. 21, 2024, 2:57 p.m. UTC | #1
Levi Zim via B4 Relay wrote:
> From: Levi Zim <rsworktech@outlook.com>
> 
> 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>

Thanks for catching this.

The original links are mainly useful for historical reasons.

I'll take a look at whether this documentation needs a more full
revision. But making sure that it works as originally intended is
a important for now. Agreed on approach.
diff mbox series

Patch

diff --git a/Documentation/networking/packet_mmap.rst b/Documentation/networking/packet_mmap.rst
index dca15d15feaf99ce44d2a73d857928c3eac56da0..02370786e77bc1219f75478cee07264ea12627b5 100644
--- a/Documentation/networking/packet_mmap.rst
+++ b/Documentation/networking/packet_mmap.rst
@@ -16,7 +16,7 @@  ii) transmit network traffic, or any other that needs raw
 
 Howto can be found at:
 
-    https://sites.google.com/site/packetmmap/
+    https://web.archive.org/web/20220404160947/https://sites.google.com/site/packetmmap/
 
 Please send your comments to
     - Ulisses Alonso Camaró <uaca@i.hate.spam.alumni.uv.es>
@@ -166,7 +166,8 @@  As capture, each frame contains two parts::
     /* bind socket to eth0 */
     bind(this->socket, (struct sockaddr *)&my_addr, sizeof(struct sockaddr_ll));
 
- A complete tutorial is available at: https://sites.google.com/site/packetmmap/
+ A complete tutorial is available at:
+ https://web.archive.org/web/20220404160947/https://sites.google.com/site/packetmmap/
 
 By default, the user should put data at::