Skip to content

Commit 9cb4c7f

Browse files
committed
addressing PR feedback, properly naming events
1 parent 0535f4c commit 9cb4c7f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/use-cases/observability/clickstack/deployment/hyperdx-clickhouse-cloud.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ import { TrackedLink } from '@site/src/components/GalaxyTrackedLink/GalaxyTracke
2424

2525
::::note[Private Preview]
2626
This feature is in ClickHouse Cloud private preview. If your org is interested in getting priority access,
27-
<TrackedLink href="https://clickhouse.com/cloud/clickstack-private-preview" eventName="clickstack.deployment.waitlist.cta">join the waitlist</TrackedLink>.
27+
<TrackedLink href="https://clickhouse.com/cloud/clickstack-private-preview" eventName="docs.clickstack_deployment.waitlist_cta">join the waitlist</TrackedLink>.
2828

29-
If you're new to ClickHouse Cloud click
29+
If you're new to ClickHouse Cloud, click
3030
<TrackedLink href="/docs/cloud/overview" eventName="clickstack.deployment.cloud_learn_more.cta">here</TrackedLink> to learn more or <TrackedLink href="https://clickhouse.cloud/signUp" eventName="docs.clickstack_deployment.cloud_signup_cta" target="_blank" rel="noopener noreferrer">sign up for a free trial</TrackedLink> to get started.
3131
::::
3232

src/components/GalaxyTrackedLink/GalaxyTrackedLink.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ export const TrackedLink: React.FC<TrackedLinkProps> = ({
2525
{children}
2626
</a>
2727
);
28-
};
28+
};

0 commit comments

Comments
 (0)