From 9bcffc6a3a861046125fcce85eb3d33cd732f0e8 Mon Sep 17 00:00:00 2001 From: Saecki Date: Tue, 28 Nov 2023 18:50:54 +0100 Subject: [PATCH] fix: bug report issue template --- .github/ISSUE_TEMPLATE/bug_report.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 32bcf777..6dc5d5ff 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -46,7 +46,7 @@ body: value: | -- comment out, and add the things that are _necessary_ for reproducing the ISSUE for name, url in pairs({ - crates = "/home/tobi/Projects/crates.nvim", + crates = "https://github.com/saecki/crates.nvim", plenary = "https://github.com/nvim-lua/plenary.nvim", -- cmp = "https://github.com/hrsh7th/nvim-cmp", -- coq = "https://github.com/ms-jpq/coq_nvim",