Skip to content

Commit 6f72ee5

Browse files
authored
fix: update calls to action in dedicated and clustered (#6049)
1 parent 01167ec commit 6f72ee5

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

content/influxdb3/cloud-dedicated/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The InfluxDB time series platform is designed to handle high write and query loa
1818
Learn how to use and leverage InfluxDB Cloud Dedicated for your specific
1919
time series use case.
2020

21-
<a class="btn" href="{{< cta-link >}}">Request an InfluxDB Cloud Dedicated cluster</a>
21+
<a class="btn" href="{{< cta-link >}}">Run an {{% product-name %}} proof of concept (PoC)</a>
2222
<a class="btn" href="/influxdb3/cloud-dedicated/get-started/">Get started with InfluxDB Cloud Dedicated</a>
2323

2424
## InfluxDB 3

content/influxdb3/cloud-dedicated/get-started/_index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ provides nearly unlimited series cardinality,
1717
improved query performance, and interoperability with widely used data
1818
processing tools and platforms.
1919

20+
<a class="btn" href="{{< cta-link >}}">Run an {{% product-name %}} proof of concept (PoC)</a>
21+
2022
**Time series data** is a sequence of data points indexed in time order. Data
2123
points typically consist of successive measurements made from the same source
2224
and are used to track changes over time. Examples of time series data include:

content/influxdb3/clustered/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The InfluxDB time series platform is designed to handle high write and query loa
1818
Learn how to use and leverage InfluxDB Clustered for your specific
1919
time series use case.
2020

21-
<a class="btn" href="{{< cta-link >}}">Contact InfluxData Sales</a>
21+
<a class="btn" href="{{< cta-link >}}">Run an {{% product-name %}} proof of concept (PoC)</a>
2222
<a class="btn" href="/influxdb3/clustered/get-started/">Get started with InfluxDB Clustered</a>
2323

2424
## InfluxDB 3

data/products.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ influxdb3_cloud_dedicated:
4949
versions: [cloud-dedicated]
5050
list_order: 3
5151
latest: cloud-dedicated
52-
link: "https://www.influxdata.com/contact-sales-form/"
52+
link: "https://www.influxdata.com/contact-sales-cloud-dedicated/"
5353
latest_cli: 2.10.0
5454
placeholder_host: cluster-id.a.influxdb.io
5555
ai_sample_questions:
@@ -65,7 +65,7 @@ influxdb3_clustered:
6565
versions: [clustered]
6666
list_order: 3
6767
latest: clustered
68-
link: "https://www.influxdata.com/contact-sales-influxdb-clustered"
68+
link: "https://www.influxdata.com/contact-sales-influxdb-clustered/"
6969
placeholder_host: cluster-host.com
7070
ai_sample_questions:
7171
- How do I use a Helm chart to configure Clustered?

0 commit comments

Comments
 (0)