From 468fe1ca534bea9c7a71f7af9c9b9765d82753d6 Mon Sep 17 00:00:00 2001 From: Alex Ni <12097569+nialexsan@users.noreply.github.com> Date: Thu, 2 Jan 2025 10:57:23 -0500 Subject: [PATCH] fix link --- docs/tools/vscode-extension/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tools/vscode-extension/index.md b/docs/tools/vscode-extension/index.md index dc12aa9da5..58f1435aa7 100644 --- a/docs/tools/vscode-extension/index.md +++ b/docs/tools/vscode-extension/index.md @@ -5,7 +5,7 @@ title: Cadence VS Code Extension This extension integrates [Cadence](https://cadence-lang.org/docs), the resource-oriented smart contract programming language of [Flow](https://www.onflow.org/), into [Visual Studio Code](https://code.visualstudio.com/). It provides features like syntax highlighting, type checking, code completion, etc. -Note that most editing features (type checking, code completion, etc.) are implemented in the [Cadence Language Server](https://github.com/onflow/cadence/tree/master/languageserver). +Note that most editing features (type checking, code completion, etc.) are implemented in the [Cadence Language Server](https://github.com/onflow/cadence-tools/tree/master/languageserver). ## Features