@@ -56,8 +56,8 @@ is just the metadata that structure will carry for different kinds of documents.
5656Catalyst signed document is a [ Catalyst Signed Document] ,
5757so its fully follows the structure of the [ Catalyst Signed Document] specification.
5858
59- * [ ` content type ` ] ( ./../signed_doc/index .md#content-type ) : ` application/json ` .
60- [ Catalyst Signed Document content] ( ./../signed_doc/index .md#signed-object-content ) must be in [ Json] format.
59+ * [ ` content type ` ] ( ./../signed_doc/spec .md#content-type ) : ` application/json ` .
60+ [ Catalyst Signed Document content] ( ./../signed_doc/spec .md#signed-object-content ) must be in [ Json] format.
6161
6262 ``` CDDL
6363 3 => 30
@@ -97,7 +97,7 @@ Document Contents are signed documents, and are typically produced in accordance
9797Documents will contain metadata which allows the document to be categorized, versioned and linked.
9898This data does not properly belong inside the document,
9999but is critical to ensure the document is properly referenced and indexable.
100- It is defined and specified as [ Catalyst Signed Document protected header fields] ( ./../signed_doc/index .md#signed-object-fields ) .
100+ It is defined and specified as [ Catalyst Signed Document protected header fields] ( ./../signed_doc/spec .md#signed-object-fields ) .
101101
102102``` CDDL
103103? "ref" => reference_type,
@@ -110,15 +110,15 @@ It is defined and specified as [Catalyst Signed Document protected header fields
110110#### Document Reference : ` ref ` (optional)
111111
112112This is a reference to another document.
113- The purpose of the ` ref ` will vary depending on the document [ ` type ` ] ( ./../signed_doc/index .md#type ) .
113+ The purpose of the ` ref ` will vary depending on the document [ ` type ` ] ( ./../signed_doc/spec .md#type ) .
114114
115115The ` ref ` can be either a single [ UUID] or a [ CBOR] Array of Two [ UUID] .
116116
117- If the ` ref ` is a single [ UUID] , it is a reference to the document of that [ ` id ` ] ( ./../signed_doc/index .md#id ) .
117+ If the ` ref ` is a single [ UUID] , it is a reference to the document of that [ ` id ` ] ( ./../signed_doc/spec .md#id ) .
118118If the ` ref ` is a [ CBOR] array, it has the form ` [<id>,<ver>] ` where:
119119
120- * ` <id> ` = the [ UUID] of the referenced documents [ ` id ` ] ( ./../signed_doc/index .md#id )
121- * ` <ver> ` = the [ UUID] of the referenced documents [ ` ver ` ] ( ./../signed_doc/index .md#ver ) .
120+ * ` <id> ` = the [ UUID] of the referenced documents [ ` id ` ] ( ./../signed_doc/spec .md#id )
121+ * ` <ver> ` = the [ UUID] of the referenced documents [ ` ver ` ] ( ./../signed_doc/spec .md#ver ) .
122122
123123#### Template Reference : ` template ` (optional)
124124
@@ -194,8 +194,8 @@ which is a reference to another comment,
194194where the comment is in reply to the referenced comment.
195195
196196Comments may only [ ` reply ` ] ( #document-reference--reply-optional ) to a single other comment document.
197- The referenced ` comment ` must be for the same proposal [ ` id ` ] ( ./../signed_doc/index .md#id ) ,
198- but can be for a different proposal [ ` ver ` ] ( ./../signed_doc/index .md#ver ) .
197+ The referenced ` comment ` must be for the same proposal [ ` id ` ] ( ./../signed_doc/spec .md#id ) ,
198+ but can be for a different proposal [ ` ver ` ] ( ./../signed_doc/spec .md#ver ) .
199199
200200Comments may * OPTIONALLY* also contain a [ ` section ` ] ( #document-reference--section-optional ) field,
201201when the comment only applies to a specific section to the document being commented upon,
@@ -228,7 +228,7 @@ Fund 14 project catalyst will deploy this scheme for Key derivation.>
228228
229229This document is licensed under [ CC-BY-4.0] ( https://creativecommons.org/licenses/by/4.0/legalcode ) .
230230
231- [ Catalyst Signed Document ] : ./../signed_doc/index .md
231+ [ Catalyst Signed Document ] : ./../signed_doc/spec .md
232232[ JSON Schema ] : https://json-schema.org/draft-07
233233[ Brotli ] : https://datatracker.ietf.org/doc/html/rfc7932
234234[ JSON ] : https://datatracker.ietf.org/doc/html/rfc7159
0 commit comments