From 0c8efd1b02a1fdc931f6bc7f48ce394d5de8743a Mon Sep 17 00:00:00 2001 From: "Masih H. Derkani" Date: Fri, 13 Aug 2021 16:54:34 +0100 Subject: [PATCH] Fix broken link to IPLD selector documentation (#189) Point directly to IPLD documentation now that the selector.md file is no longer there. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b68cf8dd..57a08bf7 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ ## Background -[GraphSync](https://github.com/ipld/specs/blob/master/block-layer/graphsync/graphsync.md) is a protocol for synchronizing IPLD graphs among peers. It allows a host to make a single request to a remote peer for all of the results of traversing an [IPLD selector](https://github.com/ipld/specs/blob/master/block-layer/selectors/selectors.md) on the remote peer's local IPLD graph. +[GraphSync](https://github.com/ipld/specs/blob/master/block-layer/graphsync/graphsync.md) is a protocol for synchronizing IPLD graphs among peers. It allows a host to make a single request to a remote peer for all of the results of traversing an [IPLD selector](https://ipld.io/specs/selectors/) on the remote peer's local IPLD graph. `go-graphsync` provides an implementation of the Graphsync protocol in go.