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!