Skip to content

Commit 05385a7

Browse files
committed
change discord link
1 parent f1544b8 commit 05385a7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/docs/building-blocks/solving_your_task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,4 +101,4 @@ At this point, go back to step 1 and revisit the major questions. Did you define
101101

102102
Iterative development is key. DSPy gives you the pieces to do that incrementally: iterating on your data, your program structure, your assertions, your metric, and your optimization steps.
103103

104-
Optimizing complex LM programs is an entirely new paradigm that only exists in DSPy at the time of writing, so naturally the norms around what to do are still emerging. If you need help, we recently created a [Discord server](https://discord.gg/VzS6RHHK6F) for the community.
104+
Optimizing complex LM programs is an entirely new paradigm that only exists in DSPy at the time of writing, so naturally the norms around what to do are still emerging. If you need help, we recently created a [Discord server](https://discord.gg/XCGy2WDCQB) for the community.

docs/docusaurus.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ const config: Config = {
9595
"aria-label": "GitHub repository",
9696
},
9797
{
98-
href: 'https://discord.gg/EBr7T9sH',
98+
href: 'https://discord.gg/XCGy2WDCQB',
9999
position: 'right',
100100
className: 'header-discord-link',
101101
'aria-label': 'Discord server',
@@ -136,7 +136,7 @@ const config: Config = {
136136
},
137137
{
138138
label: 'Discord',
139-
href: 'https://discord.gg/VzS6RHHK6F',
139+
href: 'https://discord.gg/XCGy2WDCQB',
140140
},
141141
],
142142
},

0 commit comments

Comments
 (0)