From c2179714e9b0b84c6047dbe00a0ab1281e4d8d77 Mon Sep 17 00:00:00 2001 From: Max Inden Date: Mon, 24 Jul 2023 10:36:26 +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 cfa0aadf..338193da 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 @@ -155,7 +155,7 @@ 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 - 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 +- 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 A lot of this work was done by [@mcamou](https://github.com/mcamou) from the Protocol Labs Bifrost team. Mario has handled the deployment and the team is operating the bootstrap nodes as a whole. Thanks, [@mcamou](https://github.com/mcamou) and team!