From 6555254902c98370ed333e73f2e19a5c0bde4871 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Wed, 15 Feb 2023 09:21:30 -0800 Subject: [PATCH] Fix link markup --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 1c44e6e0..dcff9917 100644 --- a/README.adoc +++ b/README.adoc @@ -270,7 +270,7 @@ Once the configuration file is created, configure your IDE to use it: === Visual Studio Code The Visual Studio Code extension provides custom formatter support for Microsoft Visual Studio Code. -The extension using the [`DocumentFormattingEditProvider`](https://code.visualstudio.com/api/references/vscode-api#DocumentFormattingEditProvider) API. +The extension using the https://code.visualstudio.com/api/references/vscode-api#DocumentFormattingEditProvider[`DocumentFormattingEditProvider`] API. Once installed it may be activated by using the "`Format Document`" action available in the editor context menu or from the Command Palette. To install the extension select "`Install from VSIX`" in the extensions panel and choose the `spring-javaformat-vscode-extension` vsix file.