Skip to content

Commit 4bddb46

Browse files
committed
update links
1 parent 3f676a2 commit 4bddb46

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.chain-interactions/query-data/query-sdks.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,19 @@ Polkadot SDK-based blockchains store data in a key-value database that can be qu
1212

1313
This guide demonstrates how to query on-chain storage using five popular SDKs:
1414

15-
- **[Polkadot API (PAPI)](/reference/tools/papi/)** - Modern TypeScript library with type-safe APIs
16-
- **[Polkadot.js API](/reference/tools/polkadot-js-api/)** - Comprehensive JavaScript library (maintenance mode)
17-
- **[Dedot](/reference/tools/dedot/)** - Lightweight TypeScript library optimized for performance
18-
- **[Python Substrate Interface](/reference/tools/py-substrate-interface/)** - Python library for Substrate chains
19-
- **[Subxt](/reference/tools/subxt/)** - Rust library with compile-time type safety
15+
- **[Polkadot API (PAPI)](/reference/tools/papi/){target=\_blank}** - Modern TypeScript library with type-safe APIs
16+
- **[Polkadot.js API](/reference/tools/polkadot-js-api/){target=\_blank}** - Comprehensive JavaScript library (maintenance mode)
17+
- **[Dedot](/reference/tools/dedot/){target=\_blank}** - Lightweight TypeScript library optimized for performance
18+
- **[Python Substrate Interface](/reference/tools/py-substrate-interface/){target=\_blank}** - Python library for Substrate chains
19+
- **[Subxt](/reference/tools/subxt/){target=\_blank}** - Rust library with compile-time type safety
2020

2121
Select your preferred SDK below to see complete, runnable examples that query Polkadot Hub for account balances and asset information.
2222

2323
## Query On-Chain Data
2424

2525
=== "PAPI"
2626

27-
[Polkadot API (PAPI)](/reference/tools/papi/) is a modern, type-safe TypeScript library optimized for light-client functionality.
27+
[Polkadot API (PAPI)](/reference/tools/papi/){target=\_blank} is a modern, type-safe TypeScript library optimized for light-client functionality.
2828

2929
**Prerequisites**
3030

@@ -90,7 +90,7 @@ Select your preferred SDK below to see complete, runnable examples that query Po
9090
!!! warning "Maintenance Mode Only"
9191
The Polkadot.js API is no longer actively developed. New projects should use [PAPI](/reference/tools/papi/){target=\_blank} or [Dedot](/reference/tools/dedot/){target=\_blank} as actively maintained alternatives.
9292

93-
[Polkadot.js API](/reference/tools/polkadot-js-api/) is a comprehensive JavaScript library with extensive ecosystem support.
93+
[Polkadot.js API](/reference/tools/polkadot-js-api/){target=\_blank} is a comprehensive JavaScript library with extensive ecosystem support.
9494

9595
**Prerequisites**
9696

@@ -146,7 +146,7 @@ Select your preferred SDK below to see complete, runnable examples that query Po
146146

147147
=== "Dedot"
148148

149-
[Dedot](/reference/tools/dedot/) is a next-generation TypeScript client that's lightweight, tree-shakable, and maintains API compatibility with Polkadot.js.
149+
[Dedot](/reference/tools/dedot/){target=\_blank} is a next-generation TypeScript client that's lightweight, tree-shakable, and maintains API compatibility with Polkadot.js.
150150

151151
**Prerequisites**
152152

@@ -203,7 +203,7 @@ Select your preferred SDK below to see complete, runnable examples that query Po
203203

204204
=== "Python"
205205

206-
[Python Substrate Interface](/reference/tools/py-substrate-interface/) provides a Python library for interacting with Substrate-based chains.
206+
[Python Substrate Interface](/reference/tools/py-substrate-interface/){target=\_blank} provides a Python library for interacting with Substrate-based chains.
207207

208208
**Prerequisites**
209209

@@ -259,7 +259,7 @@ Select your preferred SDK below to see complete, runnable examples that query Po
259259

260260
=== "Subxt"
261261

262-
[Subxt](/reference/tools/subxt/) is a Rust library that provides compile-time type safety through code generation from chain metadata.
262+
[Subxt](/reference/tools/subxt/){target=\_blank} is a Rust library that provides compile-time type safety through code generation from chain metadata.
263263

264264
**Prerequisites**
265265

0 commit comments

Comments
 (0)