docs: update repository URLs from Gitea to GitHub across all documentation
This commit is contained in:
@@ -48,7 +48,7 @@ Use the bash CLI wrapper for easy job submission:
|
||||
### Web Interface (Fastest)
|
||||
|
||||
1. **Visit the Marketplace**
|
||||
- Go to [aitbc.bubuit.net/marketplace](https://gitea.bubuit.net/oib/aitbc)
|
||||
- Go to [aitbc.bubuit.net/marketplace](https://aitbc.bubuit.net/marketplace)
|
||||
|
||||
2. **Connect Your Wallet**
|
||||
- Connect MetaMask or create a new AITBC wallet
|
||||
|
||||
@@ -16,7 +16,7 @@ Build on the AITBC platform: SDKs, APIs, bounties, and resources for developers.
|
||||
|
||||
```bash
|
||||
# Clone the repository
|
||||
git clone https://gitea.bubuit.net/oib/aitbc.git
|
||||
git clone https://github.com/oib/AITBC.git
|
||||
cd aitbc
|
||||
|
||||
# Start all services
|
||||
@@ -40,7 +40,7 @@ The AITBC platform consists of:
|
||||
|
||||
### How to Contribute
|
||||
|
||||
1. Fork the repository on Gitea
|
||||
1. Fork the repository on GitHub
|
||||
2. Create a feature branch: `git checkout -b feature/amazing-feature`
|
||||
3. Make your changes
|
||||
4. Add tests for new functionality
|
||||
@@ -64,7 +64,7 @@ The AITBC platform consists of:
|
||||
|
||||
## Bounty Program
|
||||
|
||||
Get paid to contribute to AITBC! Check open bounties on Gitea.
|
||||
Get paid to contribute to AITBC! Check open bounties on GitHub.
|
||||
|
||||
### Current Bounties
|
||||
|
||||
@@ -82,7 +82,7 @@ Get paid to contribute to AITBC! Check open bounties on Gitea.
|
||||
|
||||
### How to Apply
|
||||
|
||||
1. Check open issues on Gitea
|
||||
1. Check open issues on GitHub
|
||||
2. Comment on the issue you want to work on
|
||||
3. Submit your solution
|
||||
4. Get reviewed by core team
|
||||
@@ -256,4 +256,4 @@ def test_create_feature_invalid():
|
||||
- **Documentation**: [https://docs.aitbc.bubuit.net](https://docs.aitbc.bubuit.net)
|
||||
- **Discord**: [Join our server](https://discord.gg/aitbc)
|
||||
- **Email**: [aitbc@bubuit.net](mailto:aitbc@bubuit.net)
|
||||
- **Issues**: [Report on Gitea](https://gitea.bubuit.net/oib/aitbc/issues)
|
||||
- **Issues**: [Report on GitHub](https://github.com/oib/AITBC/issues)
|
||||
|
||||
14
docs/done.md
14
docs/done.md
@@ -144,6 +144,20 @@ This document tracks components that have been successfully deployed and are ope
|
||||
- Configure additional monitoring and observability
|
||||
- Set up automated backup procedures
|
||||
|
||||
## Recent Updates (2026-02-11)
|
||||
|
||||
### Git & Repository Hygiene
|
||||
- ✅ **Branch Cleanup** - Purged all `master` branches from GitHub
|
||||
- Renamed local `master` branch to `main`
|
||||
- Set tracking to `github/main`
|
||||
- Deleted remote `master` branch from GitHub
|
||||
- Set `git config --global init.defaultBranch main` to prevent future `master` branches
|
||||
- ✅ **Remote Cleanup** - Removed stale `origin` remote (Gitea)
|
||||
- Only `github` remote remains (https://github.com/oib/AITBC.git)
|
||||
- ✅ **Legacy Cleanup** - Removed `.github/` directory
|
||||
- Contained only a legacy RFC pull request template (unused)
|
||||
- No active CI workflows or GitHub Actions
|
||||
|
||||
## Recent Updates (2026-01-29)
|
||||
|
||||
### Cross-Site Synchronization Implementation
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -38,7 +38,7 @@ The Marketplace Web is the primary interface for clients to submit AI compute jo
|
||||
|
||||
```bash
|
||||
# Clone the repository
|
||||
git clone https://gitea.bubuit.net/oib/aitbc.git
|
||||
git clone https://github.com/oib/AITBC.git
|
||||
cd aitbc/apps/marketplace-web
|
||||
|
||||
# Install dependencies
|
||||
@@ -407,4 +407,4 @@ if (import.meta.env.DEV) {
|
||||
|
||||
- Documentation: [docs.aitbc.bubuit.net](https://docs.aitbc.bubuit.net)
|
||||
- Discord: [discord.gg/aitbc](https://discord.gg/aitbc)
|
||||
- Issues: [Gitea Issues](https://gitea.bubuit.net/oib/aitbc/issues)
|
||||
- Issues: [GitHub Issues](https://github.com/oib/AITBC/issues)
|
||||
|
||||
@@ -24,7 +24,7 @@ Miners are essential to the AITBC network, providing both security through staki
|
||||
|
||||
```bash
|
||||
# Download miner binary
|
||||
wget https://gitea.bubuit.net/oib/aitbc/releases/download/latest/aitbc-miner-linux-amd64.tar.gz
|
||||
wget https://github.com/oib/AITBC/releases/download/latest/aitbc-miner-linux-amd64.tar.gz
|
||||
tar -xzf aitbc-miner-linux-amd64.tar.gz
|
||||
|
||||
# Initialize miner
|
||||
@@ -105,7 +105,7 @@ sudo apt update
|
||||
sudo apt install -y curl wget gnupg2
|
||||
|
||||
# Download miner
|
||||
wget https://gitea.bubuit.net/oib/aitbc/releases/download/latest/aitbc-miner-linux-amd64.tar.gz
|
||||
wget https://github.com/oib/AITBC/releases/download/latest/aitbc-miner-linux-amd64.tar.gz
|
||||
tar -xzf aitbc-miner-linux-amd64.tar.gz
|
||||
sudo mv aitbc-miner /usr/local/bin/
|
||||
|
||||
@@ -302,7 +302,7 @@ Authority nodes require invitation based on community contribution, technical ex
|
||||
|
||||
- Check the logs: `./aitbc-miner logs`
|
||||
- Visit our Discord community
|
||||
- Search issues on Gitea
|
||||
- Search issues on GitHub
|
||||
- Email support: aitbc@bubuit.net
|
||||
|
||||
## Additional Resources
|
||||
|
||||
@@ -24,7 +24,7 @@ Copy the AITBC project to your server and run there:
|
||||
|
||||
```bash
|
||||
# On server:
|
||||
git clone https://gitea.bubuit.net/oib/aitbc.git
|
||||
git clone https://github.com/oib/AITBC.git
|
||||
cd aitbc
|
||||
./run-local-services.sh
|
||||
```
|
||||
|
||||
@@ -731,6 +731,16 @@ Current Status: Canonical receipt schema specification moved from `protocols/rec
|
||||
| `docs/reference/specs/receipt-spec.md` finalize | Low | Q2 2026 | 🔄 Pending extensions |
|
||||
| Cross-site synchronization | High | Q1 2026 | ✅ Complete (2026-01-29) |
|
||||
|
||||
## Recent Progress (2026-02-11)
|
||||
|
||||
### Git & Repository Hygiene ✅ COMPLETE
|
||||
- Renamed local `master` branch to `main` and set tracking to `github/main`
|
||||
- Deleted remote `master` branch from GitHub (was recreated on each push)
|
||||
- Removed stale `origin` remote (Gitea — repo not found)
|
||||
- Set `git config --global init.defaultBranch main`
|
||||
- Removed `.github/` directory (legacy RFC PR template, no active workflows)
|
||||
- Single remote: `github` → `https://github.com/oib/AITBC.git`, branch: `main`
|
||||
|
||||
## Recent Progress (2026-01-29)
|
||||
|
||||
### Testing Infrastructure
|
||||
|
||||
Reference in New Issue
Block a user