Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion BUGS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)

---

Expand Down
2 changes: 1 addition & 1 deletion DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion QWEN.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

---

Expand Down
2 changes: 1 addition & 1 deletion STATUS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

---
Expand Down
4 changes: 2 additions & 2 deletions docs/INDEX.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

---
Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/QUICKSTART.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 3 additions & 3 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
Loading