From 605806a1ae564dc3033a4271cd7dd7d738f9b914 Mon Sep 17 00:00:00 2001 From: Rose Liverman Date: Thu, 2 Jul 2026 02:01:53 +0000 Subject: [PATCH] Fixing broken commands link in Plugin.md The wiki-style link previously used doesn't work, and didn't link to the correct location. Signed-off-by: Rose Liverman --- docs/Getting Started/Plugin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Getting Started/Plugin.md b/docs/Getting Started/Plugin.md index 447986f..81cbe4d 100644 --- a/docs/Getting Started/Plugin.md +++ b/docs/Getting Started/Plugin.md @@ -59,7 +59,7 @@ The plugin adds 8 commands in the palette, one of which is also available in the - `Test the connection to the configured repository` - `Check the rate limit of the GitHub API` -Each of the commands are explained [[Commands|here]]. +Each of the commands are explained [here](https://enveloppe.ovh/Getting%20Started/Commands/). ## 🤖 How it works