docs: update repository URLs from Gitea to GitHub across all documentation

This commit is contained in:
oib
2026-02-11 22:05:59 +01:00
parent 3b3e97579f
commit 76a2fc9b6d
25 changed files with 67 additions and 43 deletions

View File

@@ -87,7 +87,7 @@ AITBC uses a hybrid Proof-of-Authority/Proof-of-Stake consensus:
```bash
# Clone repository
git clone https://gitea.bubuit.net/oib/aitbc.git
git clone https://github.com/oib/AITBC.git
cd aitbc
# Start all services
@@ -250,7 +250,7 @@ Features:
2. **Install Miner**
```bash
wget https://gitea.bubuit.net/oib/aitbc/releases/download/latest/aitbc-miner
wget https://github.com/oib/AITBC/releases/download/latest/aitbc-miner
chmod +x aitbc-miner
./aitbc-miner init
```
@@ -272,7 +272,7 @@ Features:
1. **Setup Development**
```bash
git clone https://gitea.bubuit.net/oib/aitbc.git
git clone https://github.com/oib/AITBC.git
cd aitbc
docker-compose -f docker-compose.dev.yml up
```
@@ -385,7 +385,7 @@ The platform has been audited by:
- **Documentation**: https://docs.aitbc.bubuit.net
- **Discord**: https://discord.gg/aitbc
- **Email**: aitbc@bubuit.net
- **Issues**: https://gitea.bubuit.net/oib/aitbc/issues
- **Issues**: https://github.com/oib/AITBC/issues
## License