mirror of
https://github.com/OpenSquawk/OpenSquawk
synced 2026-08-05 08:55:54 +08:00
replace repo url
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user