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
|
||||
|
||||
@@ -455,7 +455,7 @@
|
||||
<div class="step-number">1</div>
|
||||
<div class="step-content">
|
||||
<h4>Visit the Marketplace</h4>
|
||||
<p>Go to <a href="https://gitea.bubuit.net/oib/aitbc">aitbc.bubuit.net/marketplace</a></p>
|
||||
<p>Go to <a href="https://aitbc.bubuit.net/marketplace">aitbc.bubuit.net/marketplace</a></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -428,12 +428,12 @@
|
||||
<div class="step-content">
|
||||
<h4>Fork & Clone</h4>
|
||||
<div class="code-block">
|
||||
# Fork the repository on Gitea
|
||||
git clone https://gitea.bubuit.net/YOUR_USERNAME/aitbc.git
|
||||
# Fork the repository on GitHub
|
||||
git clone https://github.com/YOUR_USERNAME/AITBC.git
|
||||
cd aitbc
|
||||
|
||||
# Add upstream remote
|
||||
git remote add upstream https://gitea.bubuit.net/oib/aitbc.git</code-block>
|
||||
git remote add upstream https://github.com/oib/AITBC.git</code-block>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -513,7 +513,7 @@
|
||||
<i class="fas fa-wallet"></i>
|
||||
<span>Browser Wallet</span>
|
||||
</a>
|
||||
<a href="https://gitea.bubuit.net/oib/aitbc" class="link-item">
|
||||
<a href="https://github.com/oib/AITBC" class="link-item">
|
||||
<i class="fab fa-git-alt"></i>
|
||||
<span>Source Code</span>
|
||||
</a>
|
||||
|
||||
@@ -372,7 +372,7 @@
|
||||
<li><a href="docs-miners.html" class="active">Miners</a></li>
|
||||
<li><a href="docs-clients.html">Clients</a></li>
|
||||
<li><a href="docs-developers.html">Developers</a></li>
|
||||
<li><a href="https://gitea.bubuit.net/oib/aitbc">GitHub</a></li>
|
||||
<li><a href="https://github.com/oib/AITBC">GitHub</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
@@ -417,7 +417,7 @@ LOG_LEVEL=info</code></pre>
|
||||
|
||||
<h3>Installation</h3>
|
||||
<pre><code># Clone repository
|
||||
git clone https://gitea.bubuit.net/oib/aitbc.git
|
||||
git clone https://github.com/oib/AITBC.git
|
||||
cd aitbc/apps/blockchain-node
|
||||
|
||||
# Install dependencies
|
||||
|
||||
@@ -323,7 +323,7 @@
|
||||
|
||||
<h3>CLI Wrapper Tool (Recommended)</h3>
|
||||
<pre><code># Install the CLI wrapper
|
||||
curl -O https://gitea.bubuit.net/oib/aitbc/releases/download/latest/aitbc-cli.sh
|
||||
curl -O https://github.com/oib/AITBC/releases/download/latest/aitbc-cli.sh
|
||||
chmod +x aitbc-cli.sh
|
||||
|
||||
# Check available services
|
||||
|
||||
@@ -372,7 +372,7 @@
|
||||
</div>
|
||||
|
||||
<pre><code># Fork & Clone
|
||||
git clone https://gitea.bubuit.net/YOUR_USERNAME/aitbc.git
|
||||
git clone https://github.com/YOUR_USERNAME/AITBC.git
|
||||
cd aitbc
|
||||
|
||||
# Set up Python environment
|
||||
|
||||
@@ -113,7 +113,7 @@
|
||||
<div class="step-number">1</div>
|
||||
<div class="step-content">
|
||||
<h4>Visit the Marketplace</h4>
|
||||
<p>Go to <a href="https://gitea.bubuit.net/oib/aitbc">aitbc.bubuit.net/marketplace</a></p>
|
||||
<p>Go to <a href="https://aitbc.bubuit.net/marketplace">aitbc.bubuit.net/marketplace</a></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -105,12 +105,12 @@
|
||||
<div class="step-content">
|
||||
<h4>Fork & Clone</h4>
|
||||
<div class="code-block">
|
||||
# Fork the repository on Gitea
|
||||
git clone https://gitea.bubuit.net/YOUR_USERNAME/aitbc.git
|
||||
# Fork the repository on GitHub
|
||||
git clone https://github.com/YOUR_USERNAME/AITBC.git
|
||||
cd aitbc
|
||||
|
||||
# Add upstream remote
|
||||
git remote add upstream https://gitea.bubuit.net/oib/aitbc.git</div>
|
||||
git remote add upstream https://github.com/oib/AITBC.git</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -86,12 +86,12 @@
|
||||
<p>Get the AITBC mining software for your platform</p>
|
||||
<div class="code-block">
|
||||
# Linux/macOS
|
||||
curl -O https://gitea.bubuit.net/oib/aitbc/releases/download/v1.0.0/aitbc-miner-v1.0.0.tar.gz
|
||||
curl -O https://github.com/oib/AITBC/releases/download/v1.0.0/aitbc-miner-v1.0.0.tar.gz
|
||||
tar -xzf aitbc-miner-v1.0.0.tar.gz
|
||||
cd aitbc-miner
|
||||
|
||||
# Windows
|
||||
# Download from https://gitea.bubuit.net/oib/aitbc/releases</div>
|
||||
# Download from https://github.com/oib/AITBC/releases</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -392,7 +392,7 @@
|
||||
|
||||
<h3>Quick Start with Docker</h3>
|
||||
<pre><code># 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
|
||||
|
||||
@@ -698,7 +698,7 @@
|
||||
<h2 id="quick-start">Quick Start</h2>
|
||||
<h3>Option 1: Docker Compose (Recommended)</h3>
|
||||
<pre><code># Clone the repository
|
||||
git clone https://gitea.bubuit.net/aitbc/aitbc.git
|
||||
git clone https://github.com/oib/AITBC.git
|
||||
cd aitbc
|
||||
|
||||
# Copy environment configuration
|
||||
@@ -1067,7 +1067,7 @@ gosec ./...</code></pre>
|
||||
<ul>
|
||||
<li>Documentation: <a href="full-documentation.html">Full Documentation</a></li>
|
||||
<li>Community: <a href="https://discord.gg/aitbc">Discord</a></li>
|
||||
<li>Issues: <a href="https://gitea.bubuit.net/aitbc/issues">Gitea Issues</a></li>
|
||||
<li>Issues: <a href="https://github.com/oib/AITBC/issues">GitHub Issues</a></li>
|
||||
<li>Email: <a href="mailto:aitbc@bubuit.net">aitbc@bubuit.net</a></li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
@@ -160,7 +160,7 @@
|
||||
<i class="fa fa-book"></i>
|
||||
<span>Full Documentation</span>
|
||||
</a>
|
||||
<a href="https://gitea.bubuit.net/oib/aitbc/src/branch/master/docs" class="link-item" target="_blank">
|
||||
<a href="https://github.com/oib/AITBC/tree/main/docs" class="link-item" target="_blank">
|
||||
<i class="fa fa-file-alt"></i>
|
||||
<span>Markdown Docs</span>
|
||||
</a>
|
||||
@@ -168,7 +168,7 @@
|
||||
<i class="fa fa-exchange"></i>
|
||||
<span>Trade Exchange</span>
|
||||
</a>
|
||||
<a href="https://gitea.bubuit.net/oib/aitbc" class="link-item">
|
||||
<a href="https://github.com/oib/AITBC" class="link-item">
|
||||
<i class="fa fa-git"></i>
|
||||
<span>Source Code</span>
|
||||
</a>
|
||||
|
||||
@@ -273,7 +273,7 @@
|
||||
<!-- Alert for markdown format -->
|
||||
<div class="alert alert-info">
|
||||
<i class="fas fa-info-circle"></i>
|
||||
<strong>Documentation Format:</strong> <a href="https://gitea.bubuit.net/oib/aitbc/src/branch/master/docs/marketplace-web.md" target="_blank" style="color: #1e40af; text-decoration: underline;">View this documentation in markdown format</a> for easier contribution and version control.
|
||||
<strong>Documentation Format:</strong> <a href="https://github.com/oib/AITBC/blob/main/docs/marketplace-web.md" target="_blank" style="color: #1e40af; text-decoration: underline;">View this documentation in markdown format</a> for easier contribution and version control.
|
||||
</div>
|
||||
|
||||
<!-- Overview -->
|
||||
@@ -339,7 +339,7 @@
|
||||
|
||||
<h3>Installation</h3>
|
||||
<pre><code># 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
|
||||
|
||||
@@ -394,12 +394,12 @@
|
||||
<h3>1. Download & Install</h3>
|
||||
<p>Get the AITBC mining software for your platform</p>
|
||||
<pre><code># Linux/macOS
|
||||
curl -O https://gitea.bubuit.net/oib/aitbc/releases/download/latest/aitbc-miner-linux-amd64.tar.gz
|
||||
curl -O https://github.com/oib/AITBC/releases/download/latest/aitbc-miner-linux-amd64.tar.gz
|
||||
tar -xzf aitbc-miner-linux-amd64.tar.gz
|
||||
cd aitbc-miner
|
||||
|
||||
# Windows
|
||||
# Download from https://gitea.bubuit.net/oib/aitbc/releases</code></pre>
|
||||
# Download from https://github.com/oib/AITBC/releases</code></pre>
|
||||
|
||||
<h3>2. Configure Your Node</h3>
|
||||
<p>Set up your mining configuration</p>
|
||||
|
||||
@@ -473,7 +473,7 @@ docker-compose up -d</code></pre>
|
||||
</ol>
|
||||
|
||||
<h3>Contributing</h3>
|
||||
<p>We welcome contributions! Please see our <a href="https://gitea.bubuit.net/aitbc/blob/main/CONTRIBUTING.md">contributing guide</a> for details.</p>
|
||||
<p>We welcome contributions! Please see our <a href="https://github.com/oib/AITBC/blob/main/CONTRIBUTING.md">contributing guide</a> for details.</p>
|
||||
</section>
|
||||
|
||||
<section id="deployment">
|
||||
|
||||
@@ -623,7 +623,7 @@
|
||||
<h2 id="quick-start">Quick Start</h2>
|
||||
<h3>Option 1: Docker Compose (Recommended)</h3>
|
||||
<pre><code># Clone the repository
|
||||
git clone https://gitea.bubuit.net/aitbc/aitbc.git
|
||||
git clone https://github.com/oib/AITBC.git
|
||||
cd aitbc
|
||||
|
||||
# Copy environment configuration
|
||||
@@ -992,7 +992,7 @@ gosec ./...</code></pre>
|
||||
<ul>
|
||||
<li>Documentation: <a href="documentation.html">Full Documentation</a></li>
|
||||
<li>Community: <a href="https://discord.gg/aitbc">Discord</a></li>
|
||||
<li>Issues: <a href="https://gitea.bubuit.net/aitbc/issues">Gitea Issues</a></li>
|
||||
<li>Issues: <a href="https://github.com/oib/AITBC/issues">GitHub Issues</a></li>
|
||||
<li>Email: <a href="mailto:aitbc@bubuit.net">aitbc@bubuit.net</a></li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user