discord link updated

This commit is contained in:
Pedram Amini
2026-01-07 19:36:49 -06:00
parent 2b54790f26
commit 7c80cbb3f9
5 changed files with 7 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
# Maestro
[![Made with Maestro](docs/assets/made-with-maestro.svg)](https://github.com/pedramamini/Maestro)
[![Discord](https://img.shields.io/badge/Discord-Join%20Us-5865F2?logo=discord&logoColor=white)](https://discord.gg/SVSRy593)
[![Discord](https://img.shields.io/badge/Discord-Join%20Us-5865F2?logo=discord&logoColor=white)](https://discord.gg/Up2BeZFZxT)
[![User Docs](https://img.shields.io/badge/Docs-Usage%20%26%20Documentation-blue?logo=readthedocs&logoColor=white)](https://docs.runmaestro.ai/)
> Maestro hones fractured attention into focused intent.
@@ -163,7 +163,7 @@ Full documentation and usage guide available at **[docs.runmaestro.ai](https://d
## Community
- **Discord**: [Join Us](https://discord.gg/SVSRy593)
- **Discord**: [Join Us](https://discord.gg/Up2BeZFZxT)
- **GitHub Issues**: [Report bugs & request features](https://github.com/pedramamini/Maestro/issues)
## Contributing

View File

@@ -103,7 +103,7 @@
"links": [
{
"label": "Discord",
"href": "https://discord.gg/SVSRy593"
"href": "https://discord.gg/Up2BeZFZxT"
},
{
"label": "GitHub",
@@ -122,7 +122,7 @@
},
"footer": {
"socials": {
"discord": "https://discord.gg/SVSRy593",
"discord": "https://discord.gg/Up2BeZFZxT",
"github": "https://github.com/pedramamini/Maestro"
}
}

View File

@@ -138,5 +138,5 @@ For new projects, always clone to the Linux filesystem from the start.
## Getting Help
- **GitHub Issues**: [Report bugs or request features](https://github.com/pedramamini/Maestro/issues)
- **Discord**: [Join the community](https://discord.gg/SVSRy593)
- **Discord**: [Join the community](https://discord.gg/Up2BeZFZxT)
- **Documentation**: [Docs site](https://docs.runmaestro.ai), [CONTRIBUTING.md](https://github.com/pedramamini/Maestro/blob/main/CONTRIBUTING.md), and [ARCHITECTURE.md](https://github.com/pedramamini/Maestro/blob/main/ARCHITECTURE.md)

View File

@@ -108,7 +108,7 @@ export function AboutModal({ theme, autoRunStats, usageStats, handsOnTimeMs, onC
<Globe className="w-4 h-4" />
</button>
<button
onClick={() => window.maestro.shell.openExternal('https://discord.gg/SVSRy593')}
onClick={() => window.maestro.shell.openExternal('https://discord.gg/Up2BeZFZxT')}
className="p-1 rounded hover:bg-white/10 transition-colors"
title="Join our Discord"
style={{ color: theme.colors.accent }}

View File

@@ -380,7 +380,7 @@ export function QuickActionsModal(props: QuickActionsModalProps) {
{ id: 'about', label: 'About Maestro', action: () => { setAboutModalOpen(true); setQuickActionOpen(false); } },
{ id: 'website', label: 'Maestro Website', subtext: 'Open the Maestro website', action: () => { window.maestro.shell.openExternal('https://runmaestro.ai/'); setQuickActionOpen(false); } },
{ id: 'docs', label: 'Documentation and User Guide', subtext: 'Open the Maestro documentation', action: () => { window.maestro.shell.openExternal('https://docs.runmaestro.ai/'); setQuickActionOpen(false); } },
{ id: 'discord', label: 'Join Discord', subtext: 'Join the Maestro community', action: () => { window.maestro.shell.openExternal('https://discord.gg/SVSRy593'); setQuickActionOpen(false); } },
{ id: 'discord', label: 'Join Discord', subtext: 'Join the Maestro community', action: () => { window.maestro.shell.openExternal('https://discord.gg/Up2BeZFZxT'); setQuickActionOpen(false); } },
...(setUpdateCheckModalOpen ? [{ id: 'updateCheck', label: 'Check for Updates', action: () => { setUpdateCheckModalOpen(true); setQuickActionOpen(false); } }] : []),
{ id: 'createDebugPackage', label: 'Create Debug Package', subtext: 'Generate a support bundle for bug reporting', action: () => {
setQuickActionOpen(false);