Skip to content

Commit d5691cf

Browse files
authoredFeb 28, 2025··
docs: fix slack invite (#260)
Closes #259 Signed-off-by: Gabriele Bartolini <[email protected]>
1 parent 0444333 commit d5691cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎layouts/partials/nav.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<a class="github-button" href="https://github.com/cloudnative-pg/cloudnative-pg"
5959
data-color-scheme="no-preference: light; light: light; dark: dark;" data-size="large" data-show-count="true"
6060
aria-label="Star cloudnative-pg/cloudnative-pg on GitHub">Star</a>
61-
<a href="https://join.slack.com/t/cloudnativepg/shared_invite/zt-237bhehx3-htDW2kz2hKJxEhn1W4VTnw">
61+
<a href="https://join.slack.com/t/cloudnativepg/shared_invite/zt-30a6l6bp3-u1lNAmh~N02Cfiv2utKTFg">
6262
<img src="/icons/Slack.svg" alt="Slack" title="Join our Slack channel now!">
6363
</a>
6464
<a href="https://twitter.com/CloudNativePg">
@@ -78,4 +78,4 @@
7878
toggleButton.addEventListener('click', () => {
7979
naviList.classList.toggle('hidden');
8080
})
81-
</script>
81+
</script>

0 commit comments

Comments
 (0)