From 98e24a199f5a286ad50cc4a94df9718ce6992d2a Mon Sep 17 00:00:00 2001 From: Burak Hancerli Date: Tue, 1 Aug 2023 14:24:38 +0200 Subject: [PATCH] Copilot: Fix the broken link in the settings page Change-Id: Iabedbbd1cc4c3371bd5351e434918e8368705daf Reviewed-by: Marcus Tillmanns --- src/plugins/copilot/copilotsettings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/copilot/copilotsettings.cpp b/src/plugins/copilot/copilotsettings.cpp index ce67265d56e..c03ada7dce5 100644 --- a/src/plugins/copilot/copilotsettings.cpp +++ b/src/plugins/copilot/copilotsettings.cpp @@ -173,7 +173,7 @@ public: "file from the Copilot neovim plugin.", "Markdown text for the copilot instruction label") .arg("[README.md](https://github.com/github/copilot.vim)") - .arg("[agent.js](https://github.com/github/copilot.vim/tree/release/copilot/dist)")); + .arg("[agent.js](https://github.com/github/copilot.vim/tree/release/dist)")); Column { QString("" + Tr::tr("Note:") + ""), br,