Skip to content

Commit e67461a

Browse files
committed
fix: update Slack links to open in a new tab for better user experience (#267)
1 parent 2f12676 commit e67461a

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-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](/marketing-opt-in/, "_self") for help
270+
If you're still having issues, Join our [Slack Community](/marketing-opt-in/ "_blank", "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](/marketing-opt-in/, "_self").
10+
> For support, reach out in the [Slack channel](/marketing-opt-in/ "_blank").
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
@@ -900,7 +900,7 @@
900900
go to our
901901
<a
902902
href="/marketing-opt-in/"
903-
target="_self"
903+
target="_blank"
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="/marketing-opt-in/" target="_self">
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ <h2 class="landing-section-title">Community & Support</h2>
462462
data-clarity-event="docs_landing_page_card_click"
463463
data-clarity-title="Community"
464464
data-clarity-url="/marketing-opt-in/"
465-
target="_self"
465+
target="_blank"
466466
>
467467
<div
468468
class="landing-community-support-icon landing-tutorial-icon--pink"

0 commit comments

Comments
 (0)