Skip to content

Commit 1be21f0

Browse files
committed
Fix broken Data Streams reference links in DataLink documentation
1 parent df61013 commit 1be21f0

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

src/content/datalink/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ DataLink leverages Chainlink's existing infrastructure to provide flexible data
8787

8888
### Pull Delivery
8989

90-
- **Infrastructure:** Built on [Chainlink Data Streams](/data-streams/streams-direct) architecture
90+
- **Infrastructure:** Built on [Chainlink Data Streams](/data-streams) architecture
9191
- **Access methods:** REST API, WebSocket, [Go SDK](/data-streams/reference/streams-direct/streams-direct-go-sdk), and [Rust SDK](/data-streams/reference/streams-direct/streams-direct-rust-sdk)
9292
- **Use cases:** High-frequency trading applications, on-demand data retrieval, sub-second data resolution, and applications requiring commit-and-reveal mechanisms to prevent frontrunning
9393
- **Efficiency:** Retrieves data only when needed, reducing unnecessary onchain transactions

src/content/datalink/pull-delivery/architecture.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import { ClickToZoom } from "@components"
1818

1919
DataLink (Pull Delivery) provides infrastructure for Data Providers to make their specialized data available onchain for consumption by blockchain applications through offchain retrieval with onchain verification capabilities.
2020

21-
The process involves these core steps and components, mirroring the [Data Streams](/data-streams/architecture#streams-direct-architecture) architecture but adapted for DataLink feeds:
21+
The process involves these core steps and components, mirroring the [Data Streams](/data-streams/architecture) architecture but adapted for DataLink feeds:
2222

2323
<ClickToZoom
2424
src="/images/datalink/datalink-pull-conceptual-diagram.png"

src/content/datalink/pull-delivery/tutorials/fetch-decode/api-go.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,9 +205,9 @@ In this example, we're using report schema `v4` for the EUR/USD feed, but your i
205205

206206
Replace `<YOUR_API_KEY>` and `<YOUR_API_SECRET>` with your API credentials.
207207

208-
- `RestURL` is the REST endpoint to poll for specific reports. See the [Data Streams API Interface](/data-streams/reference/streams-direct/streams-direct-interface-api#domains) page for more information.
208+
- `RestURL` is the REST endpoint to poll for specific reports. See the [Data Streams API Interface](/data-streams/reference/data-streams-api/interface-api) page for more information.
209209

210-
See the [SDK Reference](/data-streams/reference/streams-direct/streams-direct-go-sdk#config-struct) page for more configuration options.
210+
See the [SDK Reference](/data-streams/reference/data-streams-api/go-sdk) page for more configuration options.
211211

212212
1. For this example, you will read from the EUR/USD DataLink feed on testnet. This feed ID is <CopyText text="0x0004b9905d8337c34e00f8dbe31619428bac5c3937e73e6af75c71780f1770ce" code/>.
213213

src/content/datalink/pull-delivery/tutorials/stream-decode/ws-go.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,9 +210,9 @@ In this example, we're using report schema `v4` for the EUR/USD feed, but your i
210210

211211
Replace `<YOUR_API_KEY>` and `<YOUR_API_SECRET>` with your API credentials.
212212

213-
- `WsURL` is the [WebSocket URL](/data-streams/reference/streams-direct/streams-direct-interface-ws#domains) for the Data Streams Aggregation Network. Use <CopyText text="wss://ws.testnet-dataengine.chain.link" code/> for the testnet environment.
213+
- `WsURL` is the [WebSocket URL](/data-streams/reference/data-streams-api/interface-ws) for the Data Streams Aggregation Network. Use <CopyText text="wss://ws.testnet-dataengine.chain.link" code/> for the testnet environment.
214214

215-
See the [SDK Reference](/data-streams/reference/streams-direct/streams-direct-go-sdk#config-struct) page for more configuration options.
215+
See the [SDK Reference](/data-streams/reference/data-streams-api/go-sdk) page for more configuration options.
216216

217217
1. For this example, you'll subscribe to the EUR/USD DataLink feed on testnet. This feed ID is <CopyText text="0x0004b9905d8337c34e00f8dbe31619428bac5c3937e73e6af75c71780f1770ce" code/>.
218218

0 commit comments

Comments
 (0)