From 3acebc6cf694dcc293b27b804347ecad9ff2a585 Mon Sep 17 00:00:00 2001 From: Jason Schrader Date: Wed, 14 Jan 2026 17:15:44 -0700 Subject: [PATCH] fix(stacks): correct markdown reference link syntax in CAIP-2 The reference links at the bottom of stacks/caip2.md were using incorrect markdown syntax `[text][url]` instead of `[text]: url`. This prevented the links from rendering correctly. Co-Authored-By: Claude Opus 4.5 --- stacks/caip2.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/stacks/caip2.md b/stacks/caip2.md index 5175908d..6e16e41e 100644 --- a/stacks/caip2.md +++ b/stacks/caip2.md @@ -59,9 +59,9 @@ stacks:2147483648 - [SIP-005][] - Blocks and Transactions - [API documentation][] - Core API info -[SIP-005][https://github.com/stacksgov/sips/blob/main/sips/sip-005/sip-005-blocks-and-transactions.md] -[API documentation][https://hirosystems.github.io/stacks-blockchain-api/#operation/get_core_api_info] -[CAIP-2][https://github.com/ChainAgnostic/CAIPs/blob/master/CAIPs/caip-2.md] +[SIP-005]: https://github.com/stacksgov/sips/blob/main/sips/sip-005/sip-005-blocks-and-transactions.md +[API documentation]: https://hirosystems.github.io/stacks-blockchain-api/#operation/get_core_api_info +[CAIP-2]: https://github.com/ChainAgnostic/CAIPs/blob/master/CAIPs/caip-2.md ## Copyright Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/).