From 7c8762511ce485207c9171a5449195bd02239dde Mon Sep 17 00:00:00 2001 From: cinderflash <154299375+cinderflash@users.noreply.github.com> Date: Wed, 20 Dec 2023 18:18:01 -0700 Subject: [PATCH] Fix reason:completed link The "Issue tracking" page has a link to completed issues. The text is reason:complete but the query is reason:completed. This patch updates the text to align with the query. --- introduction/issue-tracking.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/introduction/issue-tracking.md b/introduction/issue-tracking.md index e550ac40..64db9112 100644 --- a/introduction/issue-tracking.md +++ b/introduction/issue-tracking.md @@ -91,7 +91,7 @@ The issue tracker has several [projects](https://github.com/QubesOS/qubes-issues - [Search with labels.](https://github.com/QubesOS/qubes-issues/labels) For example, you can search issues by priority ([blocker](https://github.com/QubesOS/qubes-issues/labels/P%3A%20blocker), [critical](https://github.com/QubesOS/qubes-issues/labels/P%3A%20critical), [major](https://github.com/QubesOS/qubes-issues/labels/P%3A%20major), etc.) and by component ([core](https://github.com/QubesOS/qubes-issues/issues?q=is%3Aopen+is%3Aissue+label%3A%22C%3A+core%22), [manager/widget](https://github.com/QubesOS/qubes-issues/issues?utf8=%E2%9C%93&q=is%3Aopen+is%3Aissue+label%3A%22C%3A+manager%2Fwidget%22+), [Xen](https://github.com/QubesOS/qubes-issues/issues?q=is%3Aopen+is%3Aissue+label%3A%22C%3A+Xen%22), etc.). -- Search by closure reason: [`reason:complete`](https://github.com/QubesOS/qubes-issues/issues?q=reason%3Acompleted) and [`reason:"not planned"`](https://github.com/QubesOS/qubes-issues/issues?q=reason%3A%22not+planned%22). +- Search by closure reason: [`reason:completed`](https://github.com/QubesOS/qubes-issues/issues?q=reason%3Acompleted) and [`reason:"not planned"`](https://github.com/QubesOS/qubes-issues/issues?q=reason%3A%22not+planned%22). - [Search by project](https://github.com/QubesOS/qubes-issues/projects).