Skip to content

Commit 9610651

Browse files
committed
remove old tutos and update links, redirects
1 parent 6c182b3 commit 9610651

24 files changed

+99
-4964
lines changed

src/content/data-streams/architecture.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
keywords: ["Data Streams", "Architecture", "Oracle Network", "DON", "Verification", "API", "Streams Trade"]
88
whatsnext:
99
{
10-
"Learn more about the Standard API Implementation": "/data-streams/tutorials/api-go",
10+
"Learn more about the Standard API Implementation": "/data-streams/tutorials/go-sdk-decode",
1111
"Learn more about the Streams Trade Implementation": "/data-streams/streams-trade",
1212
"Find the list of available Stream IDs": "/data-streams/crypto-streams",
1313
"Find the schema of data to expect from Data Streams reports: Crypto": "/data-streams/reference/report-schema-v3",

src/content/data-streams/developer-responsibilities.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ whatsnext:
1111
"Find the schema of data to expect from Data Streams reports: Crypto": "/data-streams/reference/report-schema-v3",
1212
"Find the schema of data to expect from Data Streams reports: RWA": "/data-streams/reference/report-schema-v8",
1313
"Learn the basics about how to retrieve Data Streams reports using the Streams Trade implementation": "/data-streams/getting-started",
14-
"Learn how to fetch and decode Data Streams reports using the Data Streams API": "/data-streams/tutorials/api-go",
14+
"Learn how to fetch and decode Data Streams reports using the Data Streams API": "/data-streams/tutorials/go-sdk-decode",
1515
}
1616
---
1717

src/content/data-streams/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ metadata:
88
keywords: ["Chainlink", "Data Streams", "Oracle", "DeFi", "Market Data", "Low Latency", "High Frequency"]
99
whatsnext:
1010
{
11-
"Learn how to fetch and decode Data Streams reports with the API": "/data-streams/tutorials/api-go",
11+
"Learn how to fetch and decode Data Streams reports with the API": "/data-streams/tutorials/go-sdk-decode",
1212
"Find the list of available Stream IDs": "/data-streams/crypto-streams",
1313
"Find the schema of data to expect from Data Streams reports: Crypto": "/data-streams/reference/report-schema-v3",
1414
"Find the schema of data to expect from Data Streams reports: RWA": "/data-streams/reference/report-schema-v8",
@@ -88,7 +88,7 @@ Access data directly through REST APIs or WebSocket connections using our SDKs:
8888

8989
1. Explore Available Data: Browse [available Stream IDs](/data-streams/crypto-streams) and [report schemas](/data-streams/reference/report-schema-v3) to see what data is available.
9090

91-
1. Try the API: Follow our [hands-on tutorial](/data-streams/tutorials/api-go) to fetch and decode your first report.
91+
1. Try the API: Follow our [hands-on tutorial](/data-streams/tutorials/go-sdk-decode) to fetch and decode your first report.
9292

9393
1. Implement Verification: Add [onchain verification](/data-streams/reference/data-streams-api/onchain-verification) to ensure data authenticity in your smart contracts.
9494

src/content/data-streams/reference/data-streams-api/go-sdk.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ metadata:
88
keywords: ["Go SDK", "Golang", "Data Streams", "Integration", "API Client", "WebSocket Client", "Report Decoding"]
99
whatsnext:
1010
{
11-
"Learn how to fetch and decode Data Streams reports using the Data Streams SDK": "/data-streams/tutorials/api-go",
12-
"Learn how to stream and decode reports via a WebSocket connection using the Data Streams SDK": "/data-streams/tutorials/ws-go",
11+
"Learn how to fetch and decode Data Streams reports using the Data Streams SDK": "/data-streams/tutorials/go-sdk-decode",
12+
"Learn how to stream and decode reports via a WebSocket connection using the Data Streams SDK": "/data-streams/tutorials/go-sdk-stream",
1313
}
1414
---
1515

src/content/data-streams/reference/data-streams-api/rust-sdk.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ metadata:
88
keywords: ["Rust SDK", "Data Streams", "Integration", "API Client", "WebSocket Client", "Report Decoding"]
99
whatsnext:
1010
{
11-
"Learn how to fetch and decode Data Streams reports using the Data Streams SDK": "/data-streams/tutorials/api-rust",
12-
"Learn how to stream and decode reports via a WebSocket connection using the Data Streams SDK": "/data-streams/tutorials/ws-rust",
11+
"Learn how to fetch and decode Data Streams reports using the Data Streams SDK": "/data-streams/tutorials/rust-sdk-decode",
12+
"Learn how to stream and decode reports via a WebSocket connection using the Data Streams SDK": "/data-streams/tutorials/rust-sdk-stream",
1313
}
1414
---
1515

@@ -217,8 +217,8 @@ match client.get_latest_report(feed_id).await {
217217

218218
### Step-by-Step Guides
219219

220-
- [Fetch and decode reports using the REST API](/data-streams/tutorials/api-rust)
221-
- [Stream and decode reports via WebSocket](/data-streams/tutorials/ws-rust)
220+
- [Fetch and decode reports using the REST API](/data-streams/tutorials/rust-sdk-decode)
221+
- [Stream and decode reports via WebSocket](/data-streams/tutorials/rust-sdk-stream)
222222

223223
### More Examples
224224

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

Lines changed: 0 additions & 602 deletions
This file was deleted.

0 commit comments

Comments
 (0)