docs: update repository URLs from Gitea to GitHub across all documentation
This commit is contained in:
@@ -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