From 1c1f2421aa5302de4dc05dfd17a3ca774fb76189 Mon Sep 17 00:00:00 2001 From: Daniel N <2color@users.noreply.github.com> Date: Mon, 11 Jul 2022 15:32:55 +0000 Subject: [PATCH] chore: add link to second blog post --- src/_blog/practical-explainer-ipfs-gateways-part-1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_blog/practical-explainer-ipfs-gateways-part-1.md b/src/_blog/practical-explainer-ipfs-gateways-part-1.md index 6d409624..39d287b0 100644 --- a/src/_blog/practical-explainer-ipfs-gateways-part-1.md +++ b/src/_blog/practical-explainer-ipfs-gateways-part-1.md @@ -17,7 +17,7 @@ IPFS is a relatively new protocol compared to the time-honored HTTP protocol and This blog post is the first of a two-part series: - Part one: You will learn about the challenges with the popular client-server model, how IPFS approaches these challenges with peer-to-peer networking and content addressing, the relationship between IPFS and HTTP(S), and finally a brief introduction to IPFS HTTP gateways. -- Part two: You will learn practical tips for using IPFS gateways in real-world applications, for example, improving CID access performance and reliability from the IPFS network, IPFS gateway resolution styles, caching, pinning, pinning services, integration with DNS, and running your own IPFS nodes and gateways. +- [Part two](https://blog.ipfs.io/2022-06-30-practical-explainer-ipfs-gateways-2/): You will learn practical tips for using IPFS gateways in real-world applications, for example, improving CID access performance and reliability from the IPFS network, IPFS gateway resolution styles, caching, pinning, pinning services, integration with DNS, and running your own IPFS nodes and gateways. If you're already familiar with the core concepts of IPFS and are interested in the practical guide for using IPFS gateways, stay tuned for part two of the blog series.