From 47577324935b9bcb044b10373c3fbc669c6b18dd Mon Sep 17 00:00:00 2001 From: Hector Sanjuan Date: Wed, 30 Jun 2021 06:59:22 +0200 Subject: [PATCH] Fix link to CAR specs Happens to have been moved. --- src/_blog/go-ipfs-v0.9.0-has-been-released.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/_blog/go-ipfs-v0.9.0-has-been-released.md b/src/_blog/go-ipfs-v0.9.0-has-been-released.md index 0db25695..aa79029c 100644 --- a/src/_blog/go-ipfs-v0.9.0-has-been-released.md +++ b/src/_blog/go-ipfs-v0.9.0-has-been-released.md @@ -27,7 +27,7 @@ As usual, this release includes important fixes, some of which may be critical f Gateways now support downloading arbitrary IPLD graphs via the `/api/v0/dag/export` endpoint. This endpoint works in the same way as the `ipfs dag export` command. -One major thing this enables is ability to verify data downloaded from public gateways. If you go to [https://somegateway.example.net/ipfs/bafyexample](https://somegateway.example.net/ipfs/bafyexample "https://somegateway.example.net/ipfs/bafyexample") you are using the old school HTTP transport, and trusting that the gateway is being well behaved. However, if you download the graph as a [DAG archive](https://github.com/ipld/specs/blob/master/block-layer/content-addressable-archives.md) then it is possible to verify that the data you downloaded does in fact match `bafyexample` . +One major thing this enables is ability to verify data downloaded from public gateways. If you go to [https://somegateway.example.net/ipfs/bafyexample](https://somegateway.example.net/ipfs/bafyexample "https://somegateway.example.net/ipfs/bafyexample") you are using the old school HTTP transport, and trusting that the gateway is being well behaved. However, if you download the graph as a [DAG archive](https://ipld.io/specs/transport/car/) then it is possible to verify that the data you downloaded does in fact match `bafyexample` . ### ☁ **Custom DNS Resolvers** @@ -133,4 +133,4 @@ You can get started by [**installing go-ipfs**](https://dist.ipfs.io/#go-ipfs) o There are many ways to get involved with IPFS based on your skill set, interest, and availability. Please check out our [**contribution page**](https://github.com/ipfs/community/blob/master/CONTRIBUTING.md) on GitHub for guidance and next steps. -This is an exciting time for IPFS and the web in general. Join us! \ No newline at end of file +This is an exciting time for IPFS and the web in general. Join us!