From 78f0db609bf7b8f5844d8f390371a59b98e14b13 Mon Sep 17 00:00:00 2001 From: Peter Grassberger Date: Thu, 27 Aug 2020 14:48:08 +0200 Subject: [PATCH] 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? --- messages/claims.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/messages/claims.md b/messages/claims.md index b80e5a5..66b17c8 100644 --- a/messages/claims.md +++ b/messages/claims.md @@ -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