replace repo url

This commit is contained in:
itsrubberduck
2025-10-18 11:34:36 +02:00
parent cbbe902187
commit 3014754b65
2 changed files with 3 additions and 3 deletions

View File

@@ -35,7 +35,7 @@ Goal: a community-driven alternative to other costly AI-ATC solutions while bein
1. Clone the repository:
```bash
git clone https://github.com/FaktorxMensch/OpenSquawk.git
git clone https://github.com/OpenSquawk/OpenSquawk.git
cd OpenSquawk
```
2. Enable corepack and install dependencies:

View File

@@ -844,7 +844,7 @@
Get involved
</NuxtLink>
<NuxtLink
to="https://github.com/FaktorxMensch/OpenSquawk"
to="https://github.com/OpenSquawk/OpenSquawk"
external
target="_blank"
rel="noopener"
@@ -1237,7 +1237,7 @@ import type {NewsPost} from '~~/shared/utils/news'
const api = useApi()
const GITHUB_URL = 'https://github.com/FaktorxMensch/OpenSquawk'
const GITHUB_URL = 'https://github.com/OpenSquawk/OpenSquawk'
interface NavLink {
label: string