Skip to content

Commit

Permalink
Update to stellardev
Browse files Browse the repository at this point in the history
  • Loading branch information
janewang committed Jan 3, 2025
1 parent 52cf65c commit a355a0a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/tools/developer-tools/ai-bot.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ Stella is an AI assistant bot created by SDF to help developers and general user
- Development resources: Documentation, SDKs, and tools for building on Stellar
- Technical concepts: Blockchain fundamentals, consensus mechanisms, and more

Stella is available in the Stellar Developer Discord. To access Stella, you must agree to the disclaimer first in [#stella-disclaimer](https://discord.com/channels/897514728459468821/1265827552375738369/1266084686053249094) and visit Stella bot in [#stella-help](https://discord.gg/fHWKDWQX5u). Prompt Stella with, "Stella, ....".
Stella is available in the Stellar Developer Discord. To access Stella, you must agree to the disclaimer first in [#stella-disclaimer](https://discord.com/channels/897514728459468821/1265827552375738369/1266084686053249094) and visit Stella bot in [#stella-help](https://discord.gg/stellardev). Prompt Stella with, "Stella, ....".
2 changes: 1 addition & 1 deletion docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ const config: Config = {
items: [
{
label: "Developer Discord",
href: "https://discord.gg/fHWKDWQX5u",
href: "https://discord.gg/stellardev",
},
{
label: "Developer Google Group",
Expand Down
2 changes: 1 addition & 1 deletion src/components/Homepage/DeveloperResources/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const DeveloperResourcesBoxes: DeveloperResourcesItem[] = [
Ask questions and engage with other Stellar devs.
</Translate>
),
link: exploreLink('https://discord.gg/fHWKDWQX5u'),
link: exploreLink('https://discord.gg/stellardev'),
},
{
title: translate({
Expand Down

0 comments on commit a355a0a

Please sign in to comment.