From 1ddfbef4388683f863a821bb807af2deec277263 Mon Sep 17 00:00:00 2001 From: Laptop Date: Wed, 25 Dec 2024 08:34:16 +0200 Subject: [PATCH] update links in dev guide --- docs/DEV_GUIDE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/DEV_GUIDE.md b/docs/DEV_GUIDE.md index c224174..e079c98 100644 --- a/docs/DEV_GUIDE.md +++ b/docs/DEV_GUIDE.md @@ -86,9 +86,9 @@ Now, you can run soundcloak with the `./main` binary. # Contributing Contributions are appreciated! -Development and discussion mainly happens on [our GitHub](https://github.com/maid-zone/soundcloak), but feel free to contribute on our [Codeberg mirror](https://codeberg.org/maid-zone/soundcloak) as well! +We develop soundcloak on [our forgejo instance](https://git.maid.zone/stuff/soundcloak), but feel free to contribute on our [Codeberg](https://codeberg.org/maid-zone/soundcloak) and [Github](https://github.com/maid-zone/soundcloak) as well! -If you want to add a new feature that's not in [the todo list](https://github.com/maid-zone/soundcloak/discussions/6), please create an issue or discussion first. +If you want to add a new feature that's not in [the todo list](https://git.maid.zone/stuff/soundcloak/issues/1), please create an issue or discussion first. If you have updated go dependencies or added new ones, please run `go mod tidy` before commiting.