Skip to content

Commit bd040f4

Browse files
authoredAug 30, 2024··
Update data-providers.mdx (#575)
* Update data-providers.mdx fix link * Update data-providers.mdx relative path * Update data-providers.mdx correct dir depth
1 parent 828f8e6 commit bd040f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎apps/nextra/pages/en/build/apis/data-providers.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ This type of data is often used for analytics since it allows for aggregations.
1212

1313
Hitting the full node directly will give the latest data (will be missing historical unless it's an archival full node) using [REST API](/apis#aptos-fullnode)
1414

15-
Indexer layer on top of this will provide a [GRPC transaction stream](/indexer/txn-stream/aptos-hosted-txn-stream.mdx)
15+
Indexer layer on top of this will provide a [GRPC transaction stream](../indexer/txn-stream/aptos-hosted-txn-stream)
1616

17-
On top of this transaction stream, we've built out some product logic tables that can be queried through [GraphQL](/indexer/)
17+
On top of this transaction stream, we've built out some product logic tables that can be queried through [GraphQL](../indexer/)
1818

1919
Since the logic to parse out transaction is [public](https://github.com/aptos-labs/aptos-indexer-processors), some vendors have implemented similar parsing logic to create a subset of tables and made them available to query.
2020

0 commit comments

Comments
 (0)
Please sign in to comment.