Skip to content

Commit

Permalink
Fix broken link to IPLD selector documentation (#189)
Browse files Browse the repository at this point in the history
Point directly to IPLD documentation now that the selector.md file is no
longer there.
  • Loading branch information
masih committed Aug 13, 2021
1 parent 73430d8 commit 0c8efd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 0c8efd1

Please sign in to comment.