From 5319ceba61d69b6f9082ebd332eb0775efea118c Mon Sep 17 00:00:00 2001 From: Ilkka Poutanen Date: Thu, 5 May 2022 19:05:11 +0300 Subject: [PATCH] Change issues link to point at Spacedrive issues It was pointing at github/docs issues, probably from some contributing guide boilerplate. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b4fa8acad..be1b48d4c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -27,7 +27,7 @@ If you find an issue with the repository or have a feature request with Spacedri #### Solve an issue -Scan through our [existing issues](https://github.com/github/docs/issues) to find one that interests you. You can narrow down the search using `labels` as filters. See [Labels](/contributing/how-to-use-labels.md) for more information. As a general rule. If you find an issue to work on, you are welcome to open a PR with a fix. +Scan through our [existing issues](https://github.com/spacedriveapp/spacedrive/issues) to find one that interests you. You can narrow down the search using `labels` as filters. See [Labels](/contributing/how-to-use-labels.md) for more information. As a general rule. If you find an issue to work on, you are welcome to open a PR with a fix. ### Make Changes