From ec44c17940646ab227c5c8cb07f2f73062f07a81 Mon Sep 17 00:00:00 2001 From: Ilia Smirnov Date: Fri, 20 Jul 2018 19:05:31 +0300 Subject: [PATCH] Add information about whai CID is Need to clarify what is "CID" mentioned In "Implementation" section. If you never heard about CID you will spend some time to find information about what this acronym stands for. Also: CID block has no direct links to this format description - its a separate project. Consider to add link to https://github.com/ipld/py-cid to a CID section. --- content/implementations.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/implementations.html b/content/implementations.html index 84ec3e8..c7d8655 100644 --- a/content/implementations.html +++ b/content/implementations.html @@ -15,7 +15,7 @@

CID

-

Self-describing content-addressed identifiers for distributed systems. This is the standard format all hash-chain based data structures can be expressed as per the IPLD standard.

+

Content IDentifiers: self-describing content-addressed identifiers for distributed systems. This is the standard format all hash-chain based data structures can be expressed as per the IPLD standard.