Skip to content

Commit 9c40d72

Browse files
committed
broken link fix
1 parent 81cd1a3 commit 9c40d72

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/content/data-streams/tutorials/api-nav-go.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,9 +228,9 @@ You'll start with the set up of your Go project. Next, you'll fetch and decode r
228228

229229
Replace `<YOUR_API_KEY>` and `<YOUR_API_SECRET>` with your API credentials.
230230

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

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

235235
1. For this example, you will read from a NAV stream. See the [Data Streams NAV streams](/data-streams/nav-streams) page for a complete list of available Net Asset Value streams.
236236

src/content/data-streams/tutorials/ws-nav-go.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,9 +231,9 @@ In this tutorial, you'll learn how to use the [Data Streams SDK](/data-streams/r
231231

232232
Replace `<YOUR_API_KEY>` and `<YOUR_API_SECRET>` with your API credentials.
233233

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

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

238238
1. For this example, you'll subscribe to a NAV stream. See the [NAV Streams](/data-streams/nav-streams) page for a complete list of available Net Asset Value streams.
239239

0 commit comments

Comments
 (0)