From 35fd4737ff6ae0366be641e2a54e49005d797ce2 Mon Sep 17 00:00:00 2001 From: Luke <69049131+lguenth@users.noreply.github.com> Date: Sat, 15 Oct 2022 20:52:53 +0200 Subject: [PATCH] fix: Correct repo link in issues template --- .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 2e9c392..d422e4a 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -6,7 +6,7 @@ body: attributes: value: | ## Self Check - - Try searching existing [GitHub Issues](https://github.com/phibr0/obsidian-dictionary/issues) (open or closed) for similar issues. + - Try searching existing [GitHub Issues](https://github.com/phibr0/obsidian-commander/issues) (open or closed) for similar issues. - type: textarea validations: required: true