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

@@ -48,7 +48,7 @@ Use the bash CLI wrapper for easy job submission:
### Web Interface (Fastest) ### Web Interface (Fastest)
1. **Visit the Marketplace** 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** 2. **Connect Your Wallet**
- Connect MetaMask or create a new AITBC wallet - Connect MetaMask or create a new AITBC wallet

View File

@@ -16,7 +16,7 @@ Build on the AITBC platform: SDKs, APIs, bounties, and resources for developers.
```bash ```bash
# Clone the repository # Clone the repository
git clone https://gitea.bubuit.net/oib/aitbc.git git clone https://github.com/oib/AITBC.git
cd aitbc cd aitbc
# Start all services # Start all services
@@ -40,7 +40,7 @@ The AITBC platform consists of:
### How to Contribute ### 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` 2. Create a feature branch: `git checkout -b feature/amazing-feature`
3. Make your changes 3. Make your changes
4. Add tests for new functionality 4. Add tests for new functionality
@@ -64,7 +64,7 @@ The AITBC platform consists of:
## Bounty Program ## 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 ### Current Bounties
@@ -82,7 +82,7 @@ Get paid to contribute to AITBC! Check open bounties on Gitea.
### How to Apply ### 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 2. Comment on the issue you want to work on
3. Submit your solution 3. Submit your solution
4. Get reviewed by core team 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) - **Documentation**: [https://docs.aitbc.bubuit.net](https://docs.aitbc.bubuit.net)
- **Discord**: [Join our server](https://discord.gg/aitbc) - **Discord**: [Join our server](https://discord.gg/aitbc)
- **Email**: [aitbc@bubuit.net](mailto:aitbc@bubuit.net) - **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)

View File

@@ -144,6 +144,20 @@ This document tracks components that have been successfully deployed and are ope
- Configure additional monitoring and observability - Configure additional monitoring and observability
- Set up automated backup procedures - 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) ## Recent Updates (2026-01-29)
### Cross-Site Synchronization Implementation ### Cross-Site Synchronization Implementation

View File

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

View File

@@ -38,7 +38,7 @@ The Marketplace Web is the primary interface for clients to submit AI compute jo
```bash ```bash
# Clone the repository # 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 cd aitbc/apps/marketplace-web
# Install dependencies # Install dependencies
@@ -407,4 +407,4 @@ if (import.meta.env.DEV) {
- Documentation: [docs.aitbc.bubuit.net](https://docs.aitbc.bubuit.net) - Documentation: [docs.aitbc.bubuit.net](https://docs.aitbc.bubuit.net)
- Discord: [discord.gg/aitbc](https://discord.gg/aitbc) - 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)

View File

@@ -24,7 +24,7 @@ Miners are essential to the AITBC network, providing both security through staki
```bash ```bash
# Download miner binary # 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 tar -xzf aitbc-miner-linux-amd64.tar.gz
# Initialize miner # Initialize miner
@@ -105,7 +105,7 @@ sudo apt update
sudo apt install -y curl wget gnupg2 sudo apt install -y curl wget gnupg2
# Download miner # 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 tar -xzf aitbc-miner-linux-amd64.tar.gz
sudo mv aitbc-miner /usr/local/bin/ 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` - Check the logs: `./aitbc-miner logs`
- Visit our Discord community - Visit our Discord community
- Search issues on Gitea - Search issues on GitHub
- Email support: aitbc@bubuit.net - Email support: aitbc@bubuit.net
## Additional Resources ## Additional Resources

View File

@@ -24,7 +24,7 @@ Copy the AITBC project to your server and run there:
```bash ```bash
# On server: # On server:
git clone https://gitea.bubuit.net/oib/aitbc.git git clone https://github.com/oib/AITBC.git
cd aitbc cd aitbc
./run-local-services.sh ./run-local-services.sh
``` ```

View File

@@ -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 | | `docs/reference/specs/receipt-spec.md` finalize | Low | Q2 2026 | 🔄 Pending extensions |
| Cross-site synchronization | High | Q1 2026 | ✅ Complete (2026-01-29) | | 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) ## Recent Progress (2026-01-29)
### Testing Infrastructure ### Testing Infrastructure

View File

@@ -455,7 +455,7 @@
<div class="step-number">1</div> <div class="step-number">1</div>
<div class="step-content"> <div class="step-content">
<h4>Visit the Marketplace</h4> <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>
</div> </div>

View File

@@ -428,12 +428,12 @@
<div class="step-content"> <div class="step-content">
<h4>Fork & Clone</h4> <h4>Fork & Clone</h4>
<div class="code-block"> <div class="code-block">
# Fork the repository on Gitea # Fork the repository on GitHub
git clone https://gitea.bubuit.net/YOUR_USERNAME/aitbc.git git clone https://github.com/YOUR_USERNAME/AITBC.git
cd aitbc cd aitbc
# Add upstream remote # 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>
</div> </div>

View File

@@ -513,7 +513,7 @@
<i class="fas fa-wallet"></i> <i class="fas fa-wallet"></i>
<span>Browser Wallet</span> <span>Browser Wallet</span>
</a> </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> <i class="fab fa-git-alt"></i>
<span>Source Code</span> <span>Source Code</span>
</a> </a>

View File

@@ -372,7 +372,7 @@
<li><a href="docs-miners.html" class="active">Miners</a></li> <li><a href="docs-miners.html" class="active">Miners</a></li>
<li><a href="docs-clients.html">Clients</a></li> <li><a href="docs-clients.html">Clients</a></li>
<li><a href="docs-developers.html">Developers</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> </ul>
</nav> </nav>
</header> </header>

View File

@@ -417,7 +417,7 @@ LOG_LEVEL=info</code></pre>
<h3>Installation</h3> <h3>Installation</h3>
<pre><code># Clone repository <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 cd aitbc/apps/blockchain-node
# Install dependencies # Install dependencies

View File

@@ -323,7 +323,7 @@
<h3>CLI Wrapper Tool (Recommended)</h3> <h3>CLI Wrapper Tool (Recommended)</h3>
<pre><code># Install the CLI wrapper <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 chmod +x aitbc-cli.sh
# Check available services # Check available services

View File

@@ -372,7 +372,7 @@
</div> </div>
<pre><code># Fork & Clone <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 cd aitbc
# Set up Python environment # Set up Python environment

View File

@@ -113,7 +113,7 @@
<div class="step-number">1</div> <div class="step-number">1</div>
<div class="step-content"> <div class="step-content">
<h4>Visit the Marketplace</h4> <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>
</div> </div>

View File

@@ -105,12 +105,12 @@
<div class="step-content"> <div class="step-content">
<h4>Fork & Clone</h4> <h4>Fork & Clone</h4>
<div class="code-block"> <div class="code-block">
# Fork the repository on Gitea # Fork the repository on GitHub
git clone https://gitea.bubuit.net/YOUR_USERNAME/aitbc.git git clone https://github.com/YOUR_USERNAME/AITBC.git
cd aitbc cd aitbc
# Add upstream remote # 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>
</div> </div>

View File

@@ -86,12 +86,12 @@
<p>Get the AITBC mining software for your platform</p> <p>Get the AITBC mining software for your platform</p>
<div class="code-block"> <div class="code-block">
# Linux/macOS # 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 tar -xzf aitbc-miner-v1.0.0.tar.gz
cd aitbc-miner cd aitbc-miner
# Windows # Windows
# Download from https://gitea.bubuit.net/oib/aitbc/releases</div> # Download from https://github.com/oib/AITBC/releases</div>
</div> </div>
</div> </div>

View File

@@ -392,7 +392,7 @@
<h3>Quick Start with Docker</h3> <h3>Quick Start with Docker</h3>
<pre><code># Clone the repository <pre><code># Clone the repository
git clone https://gitea.bubuit.net/oib/aitbc.git git clone https://github.com/oib/AITBC.git
cd aitbc cd aitbc
# Start all services # Start all services

View File

@@ -698,7 +698,7 @@
<h2 id="quick-start">Quick Start</h2> <h2 id="quick-start">Quick Start</h2>
<h3>Option 1: Docker Compose (Recommended)</h3> <h3>Option 1: Docker Compose (Recommended)</h3>
<pre><code># Clone the repository <pre><code># Clone the repository
git clone https://gitea.bubuit.net/aitbc/aitbc.git git clone https://github.com/oib/AITBC.git
cd aitbc cd aitbc
# Copy environment configuration # Copy environment configuration
@@ -1067,7 +1067,7 @@ gosec ./...</code></pre>
<ul> <ul>
<li>Documentation: <a href="full-documentation.html">Full Documentation</a></li> <li>Documentation: <a href="full-documentation.html">Full Documentation</a></li>
<li>Community: <a href="https://discord.gg/aitbc">Discord</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> <li>Email: <a href="mailto:aitbc@bubuit.net">aitbc@bubuit.net</a></li>
</ul> </ul>
</section> </section>

View File

@@ -160,7 +160,7 @@
<i class="fa fa-book"></i> <i class="fa fa-book"></i>
<span>Full Documentation</span> <span>Full Documentation</span>
</a> </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> <i class="fa fa-file-alt"></i>
<span>Markdown Docs</span> <span>Markdown Docs</span>
</a> </a>
@@ -168,7 +168,7 @@
<i class="fa fa-exchange"></i> <i class="fa fa-exchange"></i>
<span>Trade Exchange</span> <span>Trade Exchange</span>
</a> </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> <i class="fa fa-git"></i>
<span>Source Code</span> <span>Source Code</span>
</a> </a>

View File

@@ -273,7 +273,7 @@
<!-- Alert for markdown format --> <!-- Alert for markdown format -->
<div class="alert alert-info"> <div class="alert alert-info">
<i class="fas fa-info-circle"></i> <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> </div>
<!-- Overview --> <!-- Overview -->
@@ -339,7 +339,7 @@
<h3>Installation</h3> <h3>Installation</h3>
<pre><code># Clone the repository <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 cd aitbc/apps/marketplace-web
# Install dependencies # Install dependencies

View File

@@ -394,12 +394,12 @@
<h3>1. Download & Install</h3> <h3>1. Download & Install</h3>
<p>Get the AITBC mining software for your platform</p> <p>Get the AITBC mining software for your platform</p>
<pre><code># Linux/macOS <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 tar -xzf aitbc-miner-linux-amd64.tar.gz
cd aitbc-miner cd aitbc-miner
# Windows # 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> <h3>2. Configure Your Node</h3>
<p>Set up your mining configuration</p> <p>Set up your mining configuration</p>

View File

@@ -473,7 +473,7 @@ docker-compose up -d</code></pre>
</ol> </ol>
<h3>Contributing</h3> <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>
<section id="deployment"> <section id="deployment">

View File

@@ -623,7 +623,7 @@
<h2 id="quick-start">Quick Start</h2> <h2 id="quick-start">Quick Start</h2>
<h3>Option 1: Docker Compose (Recommended)</h3> <h3>Option 1: Docker Compose (Recommended)</h3>
<pre><code># Clone the repository <pre><code># Clone the repository
git clone https://gitea.bubuit.net/aitbc/aitbc.git git clone https://github.com/oib/AITBC.git
cd aitbc cd aitbc
# Copy environment configuration # Copy environment configuration
@@ -992,7 +992,7 @@ gosec ./...</code></pre>
<ul> <ul>
<li>Documentation: <a href="documentation.html">Full Documentation</a></li> <li>Documentation: <a href="documentation.html">Full Documentation</a></li>
<li>Community: <a href="https://discord.gg/aitbc">Discord</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> <li>Email: <a href="mailto:aitbc@bubuit.net">aitbc@bubuit.net</a></li>
</ul> </ul>
</section> </section>