diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2c4b151..d6b9a64 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -101,7 +101,7 @@ We welcome feature ideas! Please: ## 🤝 Community -- **Discord**: [Join our community](https://discord.gg/YjKFvEZSdZ) +- **Discord**: [Join our community](https://discord.gg/strix-ai) - **Issues**: [GitHub Issues](https://github.com/usestrix/strix/issues) ## ✨ Recognition @@ -113,4 +113,4 @@ We value all contributions! Contributors will be: --- -**Questions?** Reach out on [Discord](https://discord.gg/YjKFvEZSdZ) or create an issue. We're here to help! +**Questions?** Reach out on [Discord](https://discord.gg/strix-ai) or create an issue. We're here to help! diff --git a/README.md b/README.md index 66be192..fdf5e1e 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ PyPI Version -Join Discord +Join Discord Follow on X @@ -243,7 +243,7 @@ We welcome contributions of code, docs, and new skills - check out our [Contribu ## Join Our Community -Have questions? Found a bug? Want to contribute? **[Join our Discord!](https://discord.gg/YjKFvEZSdZ)** +Have questions? Found a bug? Want to contribute? **[Join our Discord!](https://discord.gg/strix-ai)** ## Support the Project diff --git a/scripts/install.sh b/scripts/install.sh index 5f225d2..ae5b11d 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -343,7 +343,7 @@ echo -e " ${CYAN}2.${NC} Run a penetration test:" echo -e " ${MUTED}strix --target https://example.com${NC}" echo "" echo -e "${MUTED}For more information visit ${NC}https://strix.ai" -echo -e "${MUTED}Join our community ${NC}https://discord.gg/YjKFvEZSdZ" +echo -e "${MUTED}Join our community ${NC}https://discord.gg/strix-ai" echo "" echo -e "${YELLOW}→${NC} Run ${MUTED}source ~/.$(basename $SHELL)rc${NC} or open a new terminal" diff --git a/strix/interface/main.py b/strix/interface/main.py index c7ced70..e2c89b8 100644 --- a/strix/interface/main.py +++ b/strix/interface/main.py @@ -452,7 +452,7 @@ def display_completion_message(args: argparse.Namespace, results_path: Path) -> console.print("\n") console.print(panel) console.print() - console.print("[#60a5fa]strix.ai[/] [dim]·[/] [#60a5fa]discord.gg/YjKFvEZSdZ[/]") + console.print("[#60a5fa]strix.ai[/] [dim]·[/] [#60a5fa]discord.gg/strix-ai[/]") console.print()