update refs

This commit is contained in:
Nishan
2026-05-10 07:09:22 +05:30
parent b6f6c3f7be
commit f2b286331e
10 changed files with 18 additions and 18 deletions

View File

@@ -19,7 +19,7 @@ A powerful Kubernetes certification practice environment that provides a realist
Watch live demo video showcasing the CK-X Simulator in action:
[![CK-X Simulator Demo](https://img.youtube.com/vi/EQVGhF8x7R4/0.jpg)](https://www.youtube.com/watch?v=EQVGhF8x7R4&ab_channel=NishanB)
[![CK-X Simulator Demo](https://img.youtube.com/vi/EQVGhF8x7R4/0.jpg)](https://www.youtube.com/watch?v=EQVGhF8x7R4)
## Installation

View File

@@ -110,7 +110,7 @@
<li><hr class="dropdown-divider"></li>
<li><a class="dropdown-item" href="#" id="toggleViewBtn">Switch to Terminal</a></li>
<li><hr class="dropdown-divider"></li>
<li><a class="dropdown-item" href="https://github.com/nishanb/CK-X">Help</a></li>
<li><a class="dropdown-item" href="https://github.com/sailor-sh/CK-X">Help</a></li>
</ul>
</div>
<div class="dropdown d-inline-block">

View File

@@ -247,7 +247,7 @@
<button type="button" class="btn btn-primary" id="startSelectedExam" disabled>START EXAM</button>
</div>
<div class="text-muted text-center w-100" style="font-size: 0.65rem;">
By clicking on Start exam, you accept our <a href="https://github.com/nishanb/CK-X/blob/master/docs/PRIVACY_POLICY.md" target="_blank">Privacy Policy</a>
By clicking on Start exam, you accept our <a href="https://github.com/sailor-sh/CK-X/blob/master/docs/PRIVACY_POLICY.md" target="_blank">Privacy Policy</a>
</div>
</div>
</div>

View File

@@ -4,7 +4,7 @@ Thank you for your interest in contributing! Here's how you can help:
## Quick Start
1. Fork and clone the [repository](https://github.com/@nishanb/CK-X)
1. Fork and clone the [repository](https://github.com/@sailor-sh/CK-X)
2. Follow our [Development Setup Guide](development-setup.md)
3. Create a new branch for your changes
4. Submit a Pull Request

View File

@@ -4,7 +4,7 @@
1. Clone the repository:
```bash
git clone https://github.com/@nishanb/CK-X.git
git clone https://github.com/@sailor-sh/CK-X.git
cd ck-x
```

View File

@@ -60,7 +60,7 @@ The `index.html` file serves as the main landing page for the CK-X Simulator. He
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://github.com/nishanb/CK-X" target="_blank">
<a class="nav-link" href="https://github.com/sailor-sh/CK-X" target="_blank">
<!-- GitHub Icon -->
GitHub
</a>

View File

@@ -17,13 +17,13 @@ This guide provides instructions for deploying the CK-X Simulator on different o
Open Terminal and run:
```bash
curl -fsSL https://raw.githubusercontent.com/nishanb/CK-X/master/scripts/install.sh | bash
curl -fsSL https://raw.githubusercontent.com/sailor-sh/CK-X/master/scripts/install.sh | bash
```
or, if the current user does not have the permission to run docker commands:
```bash
curl -fsSL https://raw.githubusercontent.com/nishanb/CK-X/master/scripts/install.sh | sudo bash
curl -fsSL https://raw.githubusercontent.com/sailor-sh/CK-X/master/scripts/install.sh | sudo bash
```
### Windows
@@ -31,7 +31,7 @@ curl -fsSL https://raw.githubusercontent.com/nishanb/CK-X/master/scripts/install
Open PowerShell as Administrator and run:
```powershell
irm https://raw.githubusercontent.com/nishanb/CK-X/master/scripts/install.ps1 | iex
irm https://raw.githubusercontent.com/sailor-sh/CK-X/master/scripts/install.ps1 | iex
```
## Manual Installation
@@ -40,7 +40,7 @@ irm https://raw.githubusercontent.com/nishanb/CK-X/master/scripts/install.ps1 |
1. Clone the repository:
```bash
git clone https://github.com/nishanb/CK-X.git
git clone https://github.com/sailor-sh/CK-X.git
cd CK-X
```
@@ -54,8 +54,8 @@ irm https://raw.githubusercontent.com/nishanb/CK-X/master/scripts/install.ps1 |
If you prefer to install manually or the quick install doesn't work:
1. Download the installation script:
- Linux/macOS: [install.sh](https://raw.githubusercontent.com/nishanb/CK-X/master/scripts/install.sh)
- Windows: [install.ps1](https://raw.githubusercontent.com/nishanb/CK-X/master/scripts/install.ps1)
- Linux/macOS: [install.sh](https://raw.githubusercontent.com/sailor-sh/CK-X/master/scripts/install.sh)
- Windows: [install.ps1](https://raw.githubusercontent.com/sailor-sh/CK-X/master/scripts/install.ps1)
2. Run the script:
- Linux/macOS:
@@ -124,7 +124,7 @@ docker compose up -d
If you encounter issues:
1. Check the logs: `docker compose logs -f`
2. Visit our [GitHub Issues](https://github.com/nishanb/CK-X/issues)
2. Visit our [GitHub Issues](https://github.com/sailor-sh/CK-X/issues)
3. Contact support with logs and system information
## Uninstallation

View File

@@ -5,7 +5,7 @@
# Supports multi-architecture builds (linux/amd64 and linux/arm64)
# Set variables
DOCKER_HUB_USERNAME=${DOCKER_HUB_USERNAME:-nishanb}
DOCKER_HUB_USERNAME=${DOCKER_HUB_USERNAME:}
REGISTRY="${DOCKER_HUB_USERNAME}"
SKIP_LOGIN_CHECK=${SKIP_LOGIN_CHECK:-false}
PLATFORMS="linux/amd64,linux/arm64"

View File

@@ -46,7 +46,7 @@ try {
Write-ColorOutput "CK-X Simulator: Kubernetes Certification Exam Simulator" "Cyan"
Write-ColorOutput "Practice in a realistic environment for CKA, CKAD, and more" "Cyan"
Write-ColorOutput "==============================================================" "Cyan"
Write-ColorOutput " Facing any issues? Please report at: https://github.com/nishanb/CK-X/issues" "Cyan"
Write-ColorOutput " Facing any issues? Please report at: https://github.com/sailor-sh/CK-X/issues" "Cyan"
Write-Host ""
}
@@ -258,7 +258,7 @@ try {
# Download docker-compose.yml
Write-ColorOutput "Downloading Docker Compose file..." "Yellow"
$composeUrl = "https://raw.githubusercontent.com/nishanb/ck-x/master/docker-compose.yaml"
$composeUrl = "https://raw.githubusercontent.com/sailor-sh/CK-X/master/docker-compose.yaml"
if (Test-Command curl) {
curl.exe -fsSL $composeUrl -o docker-compose.yml

View File

@@ -23,7 +23,7 @@ print_header() {
echo -e "${CYAN}CK-X Simulator: Kubernetes Certification Exam Simulator${NC}"
echo -e "${CYAN}Practice in a realistic environment for CKA, CKAD, and more${NC}"
echo -e "${CYAN}==============================================================${NC}"
echo -e "${CYAN} Facing any issues? Please report at: https://github.com/nishanb/CK-X/issues${NC}"
echo -e "${CYAN} Facing any issues? Please report at: https://github.com/sailor-sh/CK-X/issues${NC}"
echo
}
@@ -184,7 +184,7 @@ main() {
# Download docker-compose.yml
echo -e "${YELLOW}Downloading Docker Compose file...${NC}"
curl -fsSL https://raw.githubusercontent.com/nishanb/ck-x/master/docker-compose.yaml -o docker-compose.yml
curl -fsSL https://raw.githubusercontent.com/sailor-sh/CK-X/master/docker-compose.yaml -o docker-compose.yml
if [ ! -f docker-compose.yml ]; then
echo -e "${RED}✗ Failed to download docker-compose.yml${NC}"