From 30994f8fc9390b5d93018742e69ac63373a63a2c Mon Sep 17 00:00:00 2001 From: Max Inden Date: Mon, 24 Jul 2023 10:35:52 +0200 Subject: [PATCH] Update src/_blog/2023-07-rust-libp2p-based-ipfs-bootstrap-node.md Co-authored-by: Marcin Rataj --- src/_blog/2023-07-rust-libp2p-based-ipfs-bootstrap-node.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_blog/2023-07-rust-libp2p-based-ipfs-bootstrap-node.md b/src/_blog/2023-07-rust-libp2p-based-ipfs-bootstrap-node.md index 5a9a1683..2d6ff892 100644 --- a/src/_blog/2023-07-rust-libp2p-based-ipfs-bootstrap-node.md +++ b/src/_blog/2023-07-rust-libp2p-based-ipfs-bootstrap-node.md @@ -146,7 +146,7 @@ The node uses `< 300 kbyte` of memory per connection. ![rust-libp2p bootstrap node establishing its first connections](../assets/2023-07-rust-libp2p-based-ipfs-bootstrap-node-memory.png) -A small tangent: in case you are interested in more IPFS network related metrics, take a look at the [weekly IPFS measurement reports](https://github.com/protocol/network-measurements/tree/master/reports/2023). +A small tangent: in case you are interested in more IPFS network related metrics, take a look at the [weekly IPFS measurement reports](https://github.com/plprobelab/network-measurements/blob/master/reports/README.md). # Closing