Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix typo in claims.md #66

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix typo in claims.md
Links to https://github.com/ipld/specs/blob/master/IPLD.md are also broken
where is a description about IPLD merkle links?
  • Loading branch information
PeterTheOne authored Aug 27, 2020
commit 78f0db609bf7b8f5844d8f390371a59b98e14b13
4 changes: 2 additions & 2 deletions messages/claims.md
Original file line number Diff line number Diff line change
@@ -47,7 +47,7 @@ Remember to prefix the hash with `/ipfs/`.

### IPLD Format

To reduce the size of messages we remember storing the claims as an as an [IPLD Document](https://github.com/ipld/specs/blob/master/IPLD.md).
To reduce the size of messages we remember storing the claims as an [IPLD Document](https://github.com/ipld/specs/blob/master/IPLD.md).
QmbpLchVBiF5Deg8Dp31y4AUSNLiBbF92mHAp3xDcAfg4k

Upload your claims document to IPFS.
@@ -80,7 +80,7 @@ Now use the returned hash in your requests:
}
```

**Note:** For links to other IPFS files such as images, you must add then as an [IPLD merkle link](https://github.com/ipld/specs/blob/master/IPLD.md#what-is-a-merkle-link). This just means that instead of using the string `ipfs/QmV3pEPwSzkQVMPmkvpWRvWRxexdMrCNayMnZeao8dibm4` as in an embedded document. You use the object `{"/":"/ipfs/QmV3pEPwSzkQVMPmkvpWRvWRxexdMrCNayMnZeao8dibm4"}` instead.
**Note:** For links to other IPFS files such as images, you must add them as an [IPLD merkle link](https://github.com/ipld/specs/blob/master/IPLD.md#what-is-a-merkle-link). This just means that instead of using the string `ipfs/QmV3pEPwSzkQVMPmkvpWRvWRxexdMrCNayMnZeao8dibm4` as in an embedded document. You use the object `{"/":"/ipfs/QmV3pEPwSzkQVMPmkvpWRvWRxexdMrCNayMnZeao8dibm4"}` instead.

### Parameters