Skip to content

Commit

Permalink
change discord link
Browse files Browse the repository at this point in the history
  • Loading branch information
krypticmouse committed Oct 16, 2024
1 parent f1544b8 commit 05385a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/docs/building-blocks/solving_your_task.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,4 @@ At this point, go back to step 1 and revisit the major questions. Did you define

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.

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.
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.
4 changes: 2 additions & 2 deletions docs/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ const config: Config = {
"aria-label": "GitHub repository",
},
{
href: 'https://discord.gg/EBr7T9sH',
href: 'https://discord.gg/XCGy2WDCQB',
position: 'right',
className: 'header-discord-link',
'aria-label': 'Discord server',
Expand Down Expand Up @@ -136,7 +136,7 @@ const config: Config = {
},
{
label: 'Discord',
href: 'https://discord.gg/VzS6RHHK6F',
href: 'https://discord.gg/XCGy2WDCQB',
},
],
},
Expand Down

0 comments on commit 05385a7

Please sign in to comment.