Skip to content

Commit 831ad40

Browse files
authored
fix: update Slack community links to use marketing opt-in page (#266)
1 parent a0a9910 commit 831ad40

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,4 +267,4 @@ Now let's explore the data you just loaded.
267267
- Check available memory and CPU resources
268268
- For large datasets, consider the high-availability deployment
269269

270-
If you're still having issues, Join our [Slack Community](https://short.openobserve.ai/community) for help
270+
If you're still having issues, Join our [Slack Community](/marketing-opt-in/, "_self") for help

docs/openobserve-enterprise-edition-installation-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: >-
77

88
This guide explains how to deploy [OpenObserve Enterprise Edition](https://openobserve.ai/downloads/) in a **Kubernetes** environment using **Helm**.
99

10-
> For support, reach out in the [Slack channel](https://short.openobserve.ai/community).
10+
> For support, reach out in the [Slack channel](/marketing-opt-in/, "_self").
1111
1212
!!! info "Architecture Overview"
1313
OpenObserve Enterprise Edition depends on several components to support scalable ingestion, search, storage, and access control:

overrides/partials/footer.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -899,8 +899,8 @@
899899
This is for <b>Website feedback only</b> - for general support
900900
go to our
901901
<a
902-
href="https://short.openobserve.ai/community"
903-
target="_blank"
902+
href="/marketing-opt-in/"
903+
target="_self"
904904
rel="noopener"
905905
class="tw-text-blue-600 tw-underline"
906906
>Community Slack</a
@@ -918,7 +918,7 @@
918918
<li
919919
class="tw-p-2 tw-rounded-lg tw-transition-all tw-duration-200 hover:tw-bg-white hover:tw-bg-opacity-10 header-list-style"
920920
>
921-
<a href="https://short.openobserve.ai/community" target="_blank">
921+
<a href="/marketing-opt-in/" target="_self">
922922
<img
923923
src="/docs/assets/slack-icon.svg"
924924
alt="slack"

overrides/partials/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -457,11 +457,12 @@ <h3>WINDOWS</h3>
457457
<h2 class="landing-section-title">Community & Support</h2>
458458
<div class="landing-community-support-grid">
459459
<a
460-
href="https://short.openobserve.ai/community"
460+
href="/marketing-opt-in/"
461461
class="landing-community-support-item"
462462
data-clarity-event="docs_landing_page_card_click"
463463
data-clarity-title="Community"
464-
data-clarity-url="https://short.openobserve.ai/community"
464+
data-clarity-url="/marketing-opt-in/"
465+
target="_self"
465466
>
466467
<div
467468
class="landing-community-support-icon landing-tutorial-icon--pink"

0 commit comments

Comments
 (0)