summaryrefslogtreecommitdiff
path: root/examples/docs/src
diff options
context:
space:
mode:
Diffstat (limited to 'examples/docs/src')
-rw-r--r--examples/docs/src/components/RightSidebar/MoreMenu.astro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/docs/src/components/RightSidebar/MoreMenu.astro b/examples/docs/src/components/RightSidebar/MoreMenu.astro
index c23da0c7b..c295d8933 100644
--- a/examples/docs/src/components/RightSidebar/MoreMenu.astro
+++ b/examples/docs/src/components/RightSidebar/MoreMenu.astro
@@ -40,7 +40,7 @@ const showMoreSection = (CONFIG.COMMUNITY_INVITE_URL || editHref);
}
{CONFIG.COMMUNITY_INVITE_URL &&
<li class={`header-link depth-2`}>
- <a href="https://astro.build/chat" target="_blank">
+ <a href={CONFIG.COMMUNITY_INVITE_URL} target="_blank">
<svg
aria-hidden="true"
focusable="false"