Skip to content

Commit fa5c56b

Browse files
authored
Feat/v3/new marketing page for concern from main (#270)
* fix: update Slack links to open in a new tab for better user experience (#267) * fix: update Slack links to open in a new tab with proper attributes for improved accessibility
1 parent 6e461de commit fa5c56b

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

docs/getting-started.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,4 +267,5 @@ 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/){:target="_blank" rel="noopener noreferrer"} for help
271+

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/){:target="_blank" rel="noopener noreferrer"}.
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -899,7 +899,7 @@
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"
902+
href="/marketing-opt-in/"
903903
target="_blank"
904904
rel="noopener"
905905
class="tw-text-blue-600 tw-underline"
@@ -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="_blank">
922922
<img
923923
src="/docs/assets/slack-icon.svg"
924924
alt="slack"

overrides/partials/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,8 @@ <h2 class="landing-section-title">Community & Support</h2>
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="_blank"
465466
>
466467
<div
467468
class="landing-community-support-icon landing-tutorial-icon--pink"

0 commit comments

Comments
 (0)