docs: update gitea.bubuit.net references to GitHub
Some checks failed
Cross-Node Transaction Testing / transaction-test (push) Has been cancelled
Deploy to Testnet / deploy-testnet (push) Has been cancelled
Documentation Validation / validate-docs (push) Has been cancelled
Documentation Validation / validate-policies-strict (push) Has been cancelled
Multi-Node Stress Testing / stress-test (push) Has been cancelled

- Updated all public documentation to use GitHub as primary repository
- Changed clone URLs from gitea.bubuit.net to github.com/oib/AITBC
- Updated issue tracking links to GitHub issues
- Updated git remote strategy documentation to reflect GitHub as primary
- Gitea remains for internal development only
This commit is contained in:
aitbc
2026-05-26 09:25:36 +02:00
parent be09e83640
commit 6895c86589
7 changed files with 12 additions and 12 deletions

View File

@@ -122,7 +122,7 @@ The hub.aitbc.bubuit.net open island is a test environment for AITBC software. A
**Quick Setup:**
```bash
# Clone repository
git clone https://gitea.bubuit.net/oib/aitbc.git /opt/aitbc
git clone https://github.com/oib/AITBC.git /opt/aitbc
cd /opt/aitbc
# Install dependencies
@@ -198,7 +198,7 @@ sudo journalctl -u aitbc-blockchain-p2p -f
## Support
- **Documentation:** `/opt/aitbc/docs/`
- **Issues:** https://gitea.bubuit.net/oib/aitbc
- **Issues:** https://github.com/oib/AITBC/issues
- **Community:** Join AITBC development discussions
---