refactor: 🚚 Point all GitHub links to new repo address

This commit is contained in:
Jesse Wierzbinski 2024-07-21 15:41:27 +02:00
parent 9466c37afc
commit 7c7ddb44e2
No known key found for this signature in database
5 changed files with 6 additions and 6 deletions

View file

@ -19,7 +19,7 @@ FROM node:21-alpine as final
COPY --from=builder /app/.output/ /app COPY --from=builder /app/.output/ /app
LABEL org.opencontainers.image.authors "Gaspard Wierzbinski (https://cpluspatch.com)" LABEL org.opencontainers.image.authors "Gaspard Wierzbinski (https://cpluspatch.com)"
LABEL org.opencontainers.image.source "https://github.com/lysand-org/lysand-fe" LABEL org.opencontainers.image.source "https://github.com/lysand-org/frontend"
LABEL org.opencontainers.image.vendor "Lysand Org" LABEL org.opencontainers.image.vendor "Lysand Org"
LABEL org.opencontainers.image.licenses "AGPL-3.0" LABEL org.opencontainers.image.licenses "AGPL-3.0"
LABEL org.opencontainers.image.title "Lysand-FE" LABEL org.opencontainers.image.title "Lysand-FE"

View file

@ -68,7 +68,7 @@ Here are the steps to install Lysand-FE manually:
```yaml ```yaml
services: services:
fe: fe:
image: ghcr.io/lysand-org/lysand-fe:main image: ghcr.io/lysand-org/frontend:main
container_name: lysand-fe container_name: lysand-fe
restart: unless-stopped restart: unless-stopped
networks: networks:

View file

@ -7,7 +7,7 @@
<p class="mt-6 text-base leading-7 text-gray-400" v-html="error.message"></p> <p class="mt-6 text-base leading-7 text-gray-400" v-html="error.message"></p>
<div class="mt-10 grid grid-cols-2 gap-x-6 mx-auto max-w-md"> <div class="mt-10 grid grid-cols-2 gap-x-6 mx-auto max-w-md">
<Button theme="primary" class="w-full" @click="back">Go back</Button> <Button theme="primary" class="w-full" @click="back">Go back</Button>
<a href="https://github.com/lysand-org/lysand-fe/issues" target="_blank"> <a href="https://github.com/lysand-org/frontend/issues" target="_blank">
<Button theme="secondary" class="w-full">Report an issue</Button> <Button theme="secondary" class="w-full">Report an issue</Button>
</a> </a>
</div> </div>

View file

@ -17,7 +17,7 @@
], ],
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/lysand-org/lysand-fe.git" "url": "git+https://github.com/lysand-org/frontend.git"
}, },
"scripts": { "scripts": {
"build": "nuxt build", "build": "nuxt build",

View file

@ -10,11 +10,11 @@
"readme": "README.md", "readme": "README.md",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/lysand-org/lysand-fe.git", "url": "https://github.com/lysand-org/frontend.git",
"directory": "packages/ui" "directory": "packages/ui"
}, },
"bugs": { "bugs": {
"url": "https://github.com/lysand-org/lysand-fe/issues" "url": "https://github.com/lysand-org/frontend/issues"
}, },
"license": "MIT", "license": "MIT",
"contributors": [ "contributors": [