Skip to content

Commit d29dc99

Browse files
committed
linkfix
1 parent 9610651 commit d29dc99

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/content/data-streams/tutorials/rust-sdk-decode.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ You'll start with the set up of your Rust project, installing the SDK and pastin
166166

167167
This configuration also specifies the `rest_url`, which is the base URL for the API, along with the WebSocket endpoint [for subscribing to a streamed data report](rust-sdk-stream). In this example, both are set to the testnet URLs for Data Streams.
168168

169-
See the [Rust SDK Reference](/data-streams/reference/data-streams-api/rust-sdk#config-struct) page for more configuration options.
169+
See the [Rust SDK Reference](/data-streams/reference/data-streams-api/rust-sdk#configuration-reference) page for more configuration options.
170170

171171
1. Read from a [testnet crypto stream](/data-streams/crypto-streams?page=1&testnetPage=1#testnet-crypto-streams). The below example executes the application, reading from the `ETH/USD` crypto stream:
172172

src/content/data-streams/tutorials/rust-sdk-stream.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ In this tutorial, you'll learn how to use the [Data Streams SDK](/data-streams/r
228228

229229
This configuration also specifies the `rest_url`, which is the base URL for the API, along with the WebSocket endpoint [for subscribing to a streamed data report](rust-sdk-stream). In this example, both are set to the testnet URLs for Data Streams.
230230

231-
See the [Rust SDK Reference](/data-streams/reference/data-streams-api/rust-sdk#config-struct) page for more configuration options.
231+
See the [Rust SDK Reference](/data-streams/reference/data-streams-api/rust-sdk#configuration-reference) page for more configuration options.
232232

233233
1. Subscribe to a [testnet crypto stream](/data-streams/crypto-streams?page=1&testnetPage=1#testnet-crypto-streams). The below example executes the application, subscribing to the `ETH/USD` crypto stream:
234234

0 commit comments

Comments
 (0)