Skip to content

Commit 9f18953

Browse files
DS contact us (#3482)
* update contact us link * update llms
1 parent 0633eb5 commit 9f18953

17 files changed

Lines changed: 55 additions & 35 deletions

src/content/chainlink-automation/guides/streams-lookup-error-handler.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ import { Aside } from "@components"
1212
import DataStreams from "@features/data-streams/common/DataStreams.astro"
1313

1414
<Aside type="note" title="Talk to an expert">
15-
[Contact us](https://chainlinkcommunity.typeform.com/datastreams?#ref_id=docs) to talk to an expert about integrating
16-
Chainlink Data Streams with your applications.
15+
[Contact us](https://chain.link/contact?ref_id=datastreams) to talk to an expert about integrating Chainlink Data
16+
Streams with your applications.
1717
</Aside>
1818

1919
<DataStreams section="streamsLookupErrorHandler" />

src/content/chainlink-automation/guides/streams-lookup.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ import { Aside, CodeSample } from "@components"
1212
import DataStreams from "@features/data-streams/common/DataStreams.astro"
1313

1414
<Aside type="note" title="Talk to an expert">
15-
[Contact us](https://chainlinkcommunity.typeform.com/datastreams?#ref_id=docs) to talk to an expert about integrating
16-
Chainlink Data Streams with your applications.
15+
[Contact us](https://chain.link/contact?ref_id=datastreams) to talk to an expert about integrating Chainlink Data
16+
Streams with your applications.
1717
</Aside>
1818

1919
<DataStreams section="gettingStarted" />

src/content/chainlink-automation/llms-full.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1524,8 +1524,8 @@ Your upkeeps will be displayed in your list of **Active Upkeeps**. You must moni
15241524
Source: https://docs.chain.link/chainlink-automation/guides/streams-lookup-error-handler
15251525

15261526
<Aside type="note" title="Talk to an expert">
1527-
[Contact us](https://chainlinkcommunity.typeform.com/datastreams?#ref_id=docs) to talk to an expert about integrating
1528-
Chainlink Data Streams with your applications.
1527+
[Contact us](https://chain.link/contact?ref_id=datastreams) to talk to an expert about integrating Chainlink Data
1528+
Streams with your applications.
15291529
</Aside>
15301530

15311531
---
@@ -1534,8 +1534,8 @@ Source: https://docs.chain.link/chainlink-automation/guides/streams-lookup-error
15341534
Source: https://docs.chain.link/chainlink-automation/guides/streams-lookup
15351535

15361536
<Aside type="note" title="Talk to an expert">
1537-
[Contact us](https://chainlinkcommunity.typeform.com/datastreams?#ref_id=docs) to talk to an expert about integrating
1538-
Chainlink Data Streams with your applications.
1537+
[Contact us](https://chain.link/contact?ref_id=datastreams) to talk to an expert about integrating Chainlink Data
1538+
Streams with your applications.
15391539
</Aside>
15401540

15411541
## Debugging StreamsLookup
@@ -2231,7 +2231,7 @@ If your upkeep is paused, your upkeep will not be performed. Please unpause it i
22312231

22322232
### Upkeep has not been allowlisted
22332233

2234-
Once you registered your upkeep, you need to [ask the Data Streams team to allowlist your upkeepID](https://chainlinkcommunity.typeform.com/datastreams?#ref_id=docs) and specify the feeds you will need to access. If your upkeepID has not been added to the allow list it will not perform an upkeep.
2234+
Once you registered your upkeep, you need to [ask the Data Streams team to allowlist your upkeepID](https://chain.link/contact?ref_id=datastreams) and specify the feeds you will need to access. If your upkeepID has not been added to the allow list it will not perform an upkeep.
22352235

22362236
### Requesting multiple feeds where one is not valid
22372237

src/content/chainlink-automation/reference/debugging-errors.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ If your upkeep is paused, your upkeep will not be performed. Please unpause it i
4040

4141
### Upkeep has not been allowlisted
4242

43-
Once you registered your upkeep, you need to [ask the Data Streams team to allowlist your upkeepID](https://chainlinkcommunity.typeform.com/datastreams?#ref_id=docs) and specify the feeds you will need to access. If your upkeepID has not been added to the allow list it will not perform an upkeep.
43+
Once you registered your upkeep, you need to [ask the Data Streams team to allowlist your upkeepID](https://chain.link/contact?ref_id=datastreams) and specify the feeds you will need to access. If your upkeepID has not been added to the allow list it will not perform an upkeep.
4444

4545
### Requesting multiple feeds where one is not valid
4646

src/content/data-streams/billing.mdx

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

2525
Chainlink Data Streams uses a subscription-based billing option.
2626

27-
[Contact us](https://chainlinkcommunity.typeform.com/datastreams?#ref_id=docs) to learn more about Mainnet pricing and subscription options.
27+
[Contact us](https://chain.link/contact?ref_id=datastreams) to learn more about Mainnet pricing and subscription options.
2828

2929
<Aside type="caution" title="[Deprecated] Pay-per-verification model">
3030
The pay-per-verification billing model has been deprecated. <br /> To learn more about the subscription model, please{" "}

src/content/data-streams/data-sources.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,5 @@ Chainlink Data Streams source pricing data from multiple independent aggregators
3535
| US Equities | 3+ market data vendors |
3636

3737
<Aside type="note" title="Need more details?">
38-
For additional information about data sourcing, please [contact
39-
us](https://chainlinkcommunity.typeform.com/datastreams?#ref_id=docs).
38+
For additional information about data sourcing, please [contact us](https://chain.link/contact?ref_id=datastreams).
4039
</Aside>

src/content/data-streams/llms-full.txt

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Source: https://docs.chain.link/data-streams/billing
121121

122122
Chainlink Data Streams uses a subscription-based billing option.
123123

124-
[Contact us](https://chainlinkcommunity.typeform.com/datastreams?#ref_id=docs) to learn more about Mainnet pricing and subscription options.
124+
[Contact us](https://chain.link/contact?ref_id=datastreams) to learn more about Mainnet pricing and subscription options.
125125

126126
<Aside type="caution" title="[Deprecated] Pay-per-verification model">
127127
The pay-per-verification billing model has been deprecated. <br /> To learn more about the subscription model, please{" "}
@@ -510,8 +510,7 @@ Chainlink Data Streams source pricing data from multiple independent aggregators
510510
| US Equities | 3+ market data vendors |
511511

512512
<Aside type="note" title="Need more details?">
513-
For additional information about data sourcing, please [contact
514-
us](https://chainlinkcommunity.typeform.com/datastreams?#ref_id=docs).
513+
For additional information about data sourcing, please [contact us](https://chain.link/contact?ref_id=datastreams).
515514
</Aside>
516515

517516
---
@@ -7021,7 +7020,7 @@ In this tutorial, you'll learn how to use the [Data Streams SDK](/data-streams/r
70217020

70227021
- **Git**: Make sure you have Git installed. You can check your current version by running git --version in your terminal and download the latest version from the official [Git website](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) if necessary.
70237022
- **Go Version**: Make sure you have Go version 1.21 or higher. You can check your current version by running `go version` in your terminal and download the latest version from the official [Go website](https://go.dev/) if necessary.
7024-
- **API Credentials**: Access to Data Streams requires API credentials. If you haven't already, [contact us](https://chainlinkcommunity.typeform.com/datastreams?typeform-source=docs.chain.link#ref_id=docs) to request mainnet or testnet access.
7023+
- **API Credentials**: Access to Data Streams requires API credentials. If you haven't already, [contact us](https://chain.link/contact?ref_id=datastreams) to request mainnet or testnet access.
70257024

70267025
## Tutorial
70277026

@@ -7631,7 +7630,7 @@ In this tutorial, you'll learn how to use the [Data Streams SDK](/data-streams/r
76317630

76327631
- **Git**: Make sure you have Git installed. You can check your current version by running git --version in your terminal and download the latest version from the official [Git website](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) if necessary.
76337632
- **Go Version**: Make sure you have Go version 1.21 or higher. You can check your current version by running `go version` in your terminal and download the latest version from the official [Go website](https://go.dev/) if necessary.
7634-
- **API Credentials**: Access to Data Streams requires API credentials. If you haven't already, [contact us](https://chainlinkcommunity.typeform.com/datastreams?typeform-source=docs.chain.link#ref_id=docs) to request mainnet or testnet access.
7633+
- **API Credentials**: Access to Data Streams requires API credentials. If you haven't already, [contact us](https://chain.link/contact?ref_id=datastreams) to request mainnet or testnet access.
76357634

76367635
## Tutorial
76377636

@@ -8076,7 +8075,7 @@ In this tutorial, you'll learn how to use the [Data Streams SDK](/data-streams/r
80768075
## Requirements
80778076

80788077
- **Rust**: Make sure you have Rust installed. You can install Rust by following the instructions on the official [Rust website](https://www.rust-lang.org/tools/install).
8079-
- **API Credentials**: Access to Data Streams requires API credentials. If you haven't already, [contact us](https://chainlinkcommunity.typeform.com/datastreams?typeform-source=docs.chain.link#ref_id=docs) to request mainnet or testnet access.
8078+
- **API Credentials**: Access to Data Streams requires API credentials. If you haven't already, [contact us](https://chain.link/contact?ref_id=datastreams) to request mainnet or testnet access.
80808079

80818080
## Tutorial
80828081

@@ -8388,7 +8387,7 @@ In this tutorial, you'll learn how to use the [Data Streams SDK](/data-streams/r
83888387
## Requirements
83898388

83908389
- **Rust**: Make sure you have Rust installed. You can install Rust by following the instructions on the official [Rust website](https://www.rust-lang.org/tools/install).
8391-
- **API Credentials**: Access to Data Streams requires API credentials. If you haven't already, [contact us](https://chainlinkcommunity.typeform.com/datastreams?typeform-source=docs.chain.link#ref_id=docs) to request mainnet or testnet access.
8390+
- **API Credentials**: Access to Data Streams requires API credentials. If you haven't already, [contact us](https://chain.link/contact?ref_id=datastreams) to request mainnet or testnet access.
83928391

83938392
## Tutorial
83948393

@@ -8846,7 +8845,7 @@ Before you begin, you should have:
88468845
- [RPC Clients](https://solana.com/docs/rpc) and network interaction
88478846
- [Transactions](https://solana.com/docs/core/transactions) and signing
88488847
- [Keypairs](https://solana.com/docs/intro/wallets#keypair) and account management
8849-
- An allowlisted account in the Data Streams Access Controller ([contact us](https://chainlinkcommunity.typeform.com/datastreams?typeform-source=docs.chain.link#ref_id=docs) to get started)
8848+
- An allowlisted account in the Data Streams Access Controller ([contact us](https://chain.link/contact?ref_id=datastreams) to get started)
88508849

88518850
### Requirements
88528851

@@ -9196,7 +9195,7 @@ Before you begin, you should have:
91969195
- [Instructions](https://solana.com/docs/core/transactions#instruction)
91979196
- [Program Derived Addresses (PDAs)](https://solana.com/docs/core/pda)
91989197
- Knowledge of the [Anchor](https://www.anchor-lang.com/) framework
9199-
- An allowlisted account in the Data Streams Access Controller. ([Contact us](https://chainlinkcommunity.typeform.com/datastreams?typeform-source=docs.chain.link#ref_id=docs) to get started).
9198+
- An allowlisted account in the Data Streams Access Controller. ([contact us](https://chain.link/contact?ref_id=datastreams) to get started).
92009199

92019200
### Requirements
92029201

@@ -9754,7 +9753,7 @@ In this tutorial, you'll learn how to use the [Data Streams SDK](/data-streams/r
97549753
- **Git**: Make sure you have Git installed. You can check your current version by running git --version in your terminal and download the latest version from the official [Git website](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) if necessary.
97559754
- **Node.js**: Make sure you have Node.js 20.0 or higher. You can check your current version by running node --version in your terminal and download the latest version from the official [Node.js website](https://nodejs.org/) if necessary.
97569755
- **TypeScript**: Make sure you have TypeScript 5.3 or higher. You can check your current version by running npx tsc --version in your terminal and install or update TypeScript by running npm install -g typescript if necessary.
9757-
- **API Credentials**: Access to Data Streams requires API credentials. If you haven't already, [contact us](https://chainlinkcommunity.typeform.com/datastreams?typeform-source=docs.chain.link#ref_id=docs) to request mainnet or testnet access.
9756+
- **API Credentials**: Access to Data Streams requires API credentials. If you haven't already, [contact us](https://chain.link/contact?ref_id=datastreams) to request mainnet or testnet access.
97589757

97599758
## Tutorial
97609759

@@ -10219,7 +10218,7 @@ In this tutorial, you'll learn how to use the [Data Streams SDK](/data-streams/r
1021910218
- **Git**: Make sure you have Git installed. You can check your current version by running git --version in your terminal and download the latest version from the official [Git website](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) if necessary.
1022010219
- **Node.js**: Make sure you have Node.js 20.0 or higher. You can check your current version by running node --version in your terminal and download the latest version from the official [Node.js website](https://nodejs.org/) if necessary.
1022110220
- **TypeScript**: Make sure you have TypeScript 5.3 or higher. You can check your current version by running npx tsc --version in your terminal and install or update TypeScript by running npm install -g typescript if necessary.
10222-
- **API Credentials**: Access to Data Streams requires API credentials. If you haven't already, [contact us](https://chainlinkcommunity.typeform.com/datastreams?typeform-source=docs.chain.link#ref_id=docs) to request mainnet or testnet access.
10221+
- **API Credentials**: Access to Data Streams requires API credentials. If you haven't already, [contact us](https://chain.link/contact?ref_id=datastreams) to request mainnet or testnet access.
1022310222

1022410223
## Tutorial
1022510224

src/content/data-streams/tutorials/go-sdk-fetch.mdx

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

4848
- **Git**: Make sure you have Git installed. You can check your current version by running <CopyText text="git --version" code/> in your terminal and download the latest version from the official [Git website](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) if necessary.
4949
- **Go Version**: Make sure you have Go version 1.21 or higher. You can check your current version by running `go version` in your terminal and download the latest version from the official [Go website](https://go.dev/) if necessary.
50-
- **API Credentials**: Access to Data Streams requires API credentials. If you haven't already, [contact us](https://chainlinkcommunity.typeform.com/datastreams?typeform-source=docs.chain.link#ref_id=docs) to request mainnet or testnet access.
50+
- **API Credentials**: Access to Data Streams requires API credentials. If you haven't already, [contact us](https://chain.link/contact?ref_id=datastreams) to request mainnet or testnet access.
5151

5252
## Tutorial
5353

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

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

4747
- **Git**: Make sure you have Git installed. You can check your current version by running <CopyText text="git --version" code/> in your terminal and download the latest version from the official [Git website](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) if necessary.
4848
- **Go Version**: Make sure you have Go version 1.21 or higher. You can check your current version by running `go version` in your terminal and download the latest version from the official [Go website](https://go.dev/) if necessary.
49-
- **API Credentials**: Access to Data Streams requires API credentials. If you haven't already, [contact us](https://chainlinkcommunity.typeform.com/datastreams?typeform-source=docs.chain.link#ref_id=docs) to request mainnet or testnet access.
49+
- **API Credentials**: Access to Data Streams requires API credentials. If you haven't already, [contact us](https://chain.link/contact?ref_id=datastreams) to request mainnet or testnet access.
5050

5151
## Tutorial
5252

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

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

4848
- **Rust**: Make sure you have Rust installed. You can install Rust by following the instructions on the official [Rust website](https://www.rust-lang.org/tools/install).
49-
- **API Credentials**: Access to Data Streams requires API credentials. If you haven't already, [contact us](https://chainlinkcommunity.typeform.com/datastreams?typeform-source=docs.chain.link#ref_id=docs) to request mainnet or testnet access.
49+
- **API Credentials**: Access to Data Streams requires API credentials. If you haven't already, [contact us](https://chain.link/contact?ref_id=datastreams) to request mainnet or testnet access.
5050

5151
## Tutorial
5252

0 commit comments

Comments
 (0)