From e19b1498342d7115209b1baa6ac2f0fa3bb04c1d Mon Sep 17 00:00:00 2001 From: Max Inden Date: Mon, 24 Jul 2023 10:36:33 +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 338193da..576e53c2 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 @@ -153,7 +153,7 @@ A small tangent: in case you are interested in more IPFS network related metrics In case you want to learn more: - Read up on the libp2p project https://libp2p.io/ -- Explore the rust-libp2p implementation https://github.com/libp2p/rust-libp2p +- Explore the [rust-libp2p implementation](https://github.com/libp2p/rust-libp2p) - See the think rust-libp2p wrapper https://github.com/mxinden/rust-libp2p-server/ - Dive deeper into the [details of this undertaking](https://github.com/protocol/bifrost-infra/issues/2622) - And lastly, the [weekly IPFS measurement reports](https://github.com/plprobelab/network-measurements/blob/master/reports/) are always a good read