mirror of
https://github.com/jlengrand/Maestro.git
synced 2026-03-10 08:31:19 +00:00
discord link updated
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# Maestro
|
||||
|
||||
[](https://github.com/pedramamini/Maestro)
|
||||
[](https://discord.gg/SVSRy593)
|
||||
[](https://discord.gg/Up2BeZFZxT)
|
||||
[](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
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user