diff --git a/BUGS.md b/BUGS.md index 46766de..972da23 100644 --- a/BUGS.md +++ b/BUGS.md @@ -169,5 +169,5 @@ When fixing bugs, ensure: ## Contact For bug-related questions: -- **GitHub Issues:** https://github.com/vsilent/stackdog/issues +- **GitHub Issues:** https://github.com/trydirect/stackdog/issues - **Gitter:** https://gitter.im/stackdog/community diff --git a/CHANGELOG.md b/CHANGELOG.md index 169152b..ebb9575 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -306,7 +306,7 @@ This release was made possible by contributions from: ## Links -- **GitHub:** https://github.com/vsilent/stackdog +- **GitHub:** https://github.com/trydirect/stackdog - **Documentation:** See docs/ directory -- **Issues:** https://github.com/vsilent/stackdog/issues -- **Discussions:** https://github.com/vsilent/stackdog/discussions +- **Issues:** https://github.com/trydirect/stackdog/issues +- **Discussions:** https://github.com/trydirect/stackdog/discussions diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6982b06..f535a22 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -30,7 +30,7 @@ git clone https://github.com/YOUR_USERNAME/stackdog cd stackdog # Add upstream remote -git remote add upstream https://github.com/vsilent/stackdog +git remote add upstream https://github.com/trydirect/stackdog ``` ### 2. Setup Development Environment @@ -353,8 +353,8 @@ Update relevant documentation: ## Questions? - **General questions:** [Gitter](https://gitter.im/stackdog/community) -- **Bug reports:** [GitHub Issues](https://github.com/vsilent/stackdog/issues) -- **Feature requests:** [GitHub Discussions](https://github.com/vsilent/stackdog/discussions) +- **Bug reports:** [GitHub Issues](https://github.com/trydirect/stackdog/issues) +- **Feature requests:** [GitHub Discussions](https://github.com/trydirect/stackdog/discussions) --- diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index afa725c..34a7985 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -597,7 +597,7 @@ cargo-deny = "0.14" ```bash # Clone repository -git clone https://github.com/vsilent/stackdog +git clone https://github.com/trydirect/stackdog cd stackdog # Install Rust (if not installed) diff --git a/QWEN.md b/QWEN.md index 9ce8ee0..946405d 100644 --- a/QWEN.md +++ b/QWEN.md @@ -74,7 +74,7 @@ stackdog/ ```bash # Clone and setup -git clone https://github.com/vsilent/stackdog +git clone https://github.com/trydirect/stackdog cd stackdog # Environment setup diff --git a/README.md b/README.md index d79b6d5..6e66340 100644 --- a/README.md +++ b/README.md @@ -756,7 +756,7 @@ copies of the Software... - **Project Lead:** Vasili Pascal - **Email:** info@try.direct - **X:** [@VasiliiPascal](https://twitter.com/VasiliiPascal) -- **GitHub:** [vsilent/stackdog](https://github.com/vsilent/stackdog) +- **GitHub:** [trydirect/stackdog](https://github.com/trydirect/stackdog) --- diff --git a/STATUS.md b/STATUS.md index 79fbc26..9d8f7f5 100644 --- a/STATUS.md +++ b/STATUS.md @@ -347,7 +347,7 @@ All Phase 1 tasks are now complete. The foundation for Stackdog Security is read - **Project Lead:** Vasili Pascal - **Email:** info@try.direct -- **GitHub:** https://github.com/vsilent/stackdog +- **GitHub:** https://github.com/trydirect/stackdog - **Gitter:** https://gitter.im/stackdog/community --- diff --git a/docs/INDEX.md b/docs/INDEX.md index 95e8ebd..705cfd6 100644 --- a/docs/INDEX.md +++ b/docs/INDEX.md @@ -48,7 +48,7 @@ This document provides an index of all Stackdog Security documentation. | Document | Purpose | For | |----------|---------|-----| | [BUGS.md](../BUGS.md) | Bug tracking & reporting | Users/Dev | -| [GitHub Issues](https://github.com/vsilent/stackdog/issues) | Issue tracker | Everyone | +| [GitHub Issues](https://github.com/trydirect/stackdog/issues) | Issue tracker | Everyone | | [Gitter](https://gitter.im/stackdog/community) | Community chat | Everyone | --- @@ -153,7 +153,7 @@ This document provides an index of all Stackdog Security documentation. ## 📞 Need Help? 1. **Check documentation** - Start with this index -2. **Search issues** - https://github.com/vsilent/stackdog/issues +2. **Search issues** - https://github.com/trydirect/stackdog/issues 3. **Ask on Gitter** - https://gitter.im/stackdog/community 4. **Create issue** - If documentation is missing diff --git a/docs/QUICKSTART.md b/docs/QUICKSTART.md index 30f267c..4489fde 100644 --- a/docs/QUICKSTART.md +++ b/docs/QUICKSTART.md @@ -308,7 +308,7 @@ cargo test ## Getting Help -- **GitHub Issues:** https://github.com/vsilent/stackdog/issues +- **GitHub Issues:** https://github.com/trydirect/stackdog/issues - **Gitter:** https://gitter.im/stackdog/community - **Email:** info@try.direct diff --git a/install.sh b/install.sh index 79a2736..f1a4430 100755 --- a/install.sh +++ b/install.sh @@ -2,15 +2,15 @@ # Stackdog Security — install script # # Usage: -# curl -fsSL https://raw.githubusercontent.com/vsilent/stackdog/main/install.sh | sudo bash -# curl -fsSL https://raw.githubusercontent.com/vsilent/stackdog/main/install.sh | sudo bash -s -- --version v0.2.2 +# curl -fsSL https://raw.githubusercontent.com/trydirect/stackdog/main/install.sh | sudo bash +# curl -fsSL https://raw.githubusercontent.com/trydirect/stackdog/main/install.sh | sudo bash -s -- --version v0.2.2 # # Installs the stackdog binary to /usr/local/bin. # Requires: curl, tar, sha256sum (or shasum), Linux x86_64 or aarch64. set -eu -REPO="vsilent/stackdog" +REPO="trydirect/stackdog" INSTALL_DIR="/usr/local/bin" BINARY_NAME="stackdog"