Skip to content

Commit f5d474b

Browse files
committed
feat: update doc
1 parent 8c6a8da commit f5d474b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

core/corehttp/gateway_handler_codec.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,9 @@ func (i *gatewayHandler) serverCodecHTML(ctx context.Context, w http.ResponseWri
127127
<pre>%s</pre>
128128
<p>Please follow the following links to download the document in other formats:</p>
129129
<ul>
130-
<li><a href="?format=dag-json">DAG-JSON</a></li>
131-
<li><a href="?format=dag-cbor">DAG-CBOR</a></li>
132-
<li><a href="?format=raw">Raw</a></li>
130+
<li><a href="?format=dag-json">Download in DAG-JSON</a> (<a href="https://ipld.io/specs/codecs/dag-json/spec/">format specification</a>)</li>
131+
<li><a href="?format=dag-cbor">Download in DAG-CBOR</a> (<a href="https://ipld.io/specs/codecs/dag-cbor/spec/">format specification</a>)</li>
132+
<li><a href="?format=raw">Download Raw Block</a></li>
133133
</ul>
134134
</body>
135135
</html>

0 commit comments

Comments
 (0)