Skip to content

Commit 8ab775f

Browse files
committed
chore: change all discord links to discord.langfuse.com
1 parent a8ab2fb commit 8ab775f

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

next.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ const nextraConfig = withNextra({
122122

123123
const nonPermanentRedirects = [
124124
["/analytics", "https://docs.google.com/document/d/1PEFSqn-VWjNXOZZ1U7FC0oH-spDdkKJxLwgp15iK7zY"],
125-
["/discord", "https://discord.gg/7NXusRtqYU"],
125+
["/discord", "https://discord.langfuse.com"],
126126
["/demo", "/docs/demo"],
127127
["/video", "/guides/videos/introducing-langfuse-2.0"],
128128
["/docs/video", "/guides/videos/introducing-langfuse-2.0"],

pages/support.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ description: "The Langfuse team and community can help you with questions and is
2727

2828
## Community Discord
2929

30-
Over 1,000 users are on our Discord Server. It's a great place to ask questions, share your projects, and get to know other Langfuse users.
30+
Over 1,000 users are on our [Discord Server](/discord). It's a great place to ask questions, share your projects, and get to know other Langfuse users.
3131

3232
Please note: The Langfuse team does not provide dedicated support on Discord. Please use our [GitHub Discussions](/ideas) or Email (support@langfuse.com) if your request is sensitive. Feel free to cross-post from GitHub to Discord to raise awareness for your issue or question.
3333

@@ -89,4 +89,4 @@ For more sensitive or private matters, you can reach out to us directly. Please
8989
- [Timeline/graph visualization for traces](https://github.com/orgs/langfuse/discussions/2195) _Jul 27, 2024_
9090
- [Full-text search on trace/observation/generation input/output](https://github.com/orgs/langfuse/discussions/939) _Jul 28, 2024_
9191
- [A new configuration env variable for custom URL prefix](https://github.com/orgs/langfuse/discussions/2747) _Jul 25, 2024_
92-
- [Support Exporting LangSmith Run Traces into Langfuse!](https://github.com/orgs/langfuse/discussions/2766) _Feb 8, 2024_
92+
- [Support Exporting LangSmith Run Traces into Langfuse!](https://github.com/orgs/langfuse/discussions/2766) _Feb 8, 2024_

theme.config.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,8 @@ const config: DocsThemeConfig = {
3939
<a
4040
className="p-1 hidden lg:inline-block hover:opacity-80"
4141
target="_blank"
42-
href="https://langfuse.com/discord"
42+
href="https://discord.langfuse.com"
4343
aria-label="Langfuse Discord"
44-
rel="nofollow noreferrer"
4544
>
4645
<IconDiscord className="h-7 w-7" />
4746
</a>

0 commit comments

Comments
 (0)