From 13492d45e5121832889d0d117f22a7ed33394bc0 Mon Sep 17 00:00:00 2001 From: Remco Haszing Date: Tue, 16 Apr 2024 17:22:09 +0200 Subject: [PATCH] Update link in the configuration schema --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cd03231..2079fbd 100644 --- a/package.json +++ b/package.json @@ -108,7 +108,7 @@ "remark.requireConfig": { "type": "boolean", "default": false, - "markdownDescription": "If true, only perform actions if a [configuration file](https://github.com/remarkjs/remark-language-server#configuration-file) is found." + "markdownDescription": "If true, only perform actions if a [configuration file](https://github.com/remarkjs/vscode-remark#configuration-file) is found." } } },