chore: point site links + plugin release at Gitea instead of GitHub

This commit is contained in:
2026-08-21 03:36:08 +08:00
parent af13853a61
commit fe97cd5417
6 changed files with 34 additions and 27 deletions
+3 -3
View File
@@ -154,7 +154,7 @@ The Decky Loader plugin uses a dual architecture: a React/TypeScript frontend (r
### Installation
```bash
git clone https://github.com/AdrianBonpin/deckyvault.git
git clone https://git.ranio.xyz/adrianbonpin/deckyvault.git
cd deckyvault
bun install
```
@@ -349,9 +349,9 @@ deckyvault/
Contributions are welcome. Here's how to get involved:
1. **Report bugs** — [Open an issue](https://github.com/AdrianBonpin/deckyvault/issues) with steps to reproduce
1. **Report bugs** — [Open an issue](https://git.ranio.xyz/adrianbonpin/deckyvault/issues) with steps to reproduce
2. **Suggest features** — Describe the problem you're solving and your proposed approach
3. **Submit code** — Fork the repo, create a branch, and [open a PR](https://github.com/AdrianBonpin/deckyvault/pulls)
3. **Submit code** — Fork the repo, create a branch, and [open a PR](https://git.ranio.xyz/adrianbonpin/deckyvault/pulls)
### Guidelines