From 854ef875b929da544d285436b00df74ee77323b1 Mon Sep 17 00:00:00 2001 From: River Riddle Date: Wed, 16 Jun 2021 18:21:47 -0700 Subject: [PATCH] [mlir-vscode] Add a link to mlir.llvm.org at the top of the vscode extension doc --- mlir/docs/Tools/MLIRLSP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mlir/docs/Tools/MLIRLSP.md b/mlir/docs/Tools/MLIRLSP.md index 3cd66b3..98b0102 100644 --- a/mlir/docs/Tools/MLIRLSP.md +++ b/mlir/docs/Tools/MLIRLSP.md @@ -147,7 +147,7 @@ may vary. Below are a set of plugins that are known to work: ### Visual Studio Code -Provides MLIR language IDE features for VS code: +Provides [MLIR](https://mlir.llvm.org/) language IDE features for VS code: * Syntax highlighting for .mlir files and `mlir` markdown blocks * go-to-definition and cross references -- 2.7.4