From 84d2d8824678ccfa4d1c4a6a201c4e4321b47700 Mon Sep 17 00:00:00 2001 From: Samuel Bronson Date: Wed, 17 May 2023 15:43:48 -0400 Subject: [PATCH] Update README.md: Fix "Releases" link You seem to need an absolute URL to link to Releases; the relative link wasn't working at all. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dbd4aa3..797973a 100644 --- a/README.md +++ b/README.md @@ -12,5 +12,5 @@ VSCode extension for [`astx`](https://github.com/codemodsquad/astx) structural s ## Installation -This is currently in beta. Install it by going to [Releases](/releases), downloading `vscode-astx-1.0.0-beta.#.vsix` in +This is currently in beta. Install it by going to [Releases](https://github.com/codemodsquad/vscode-astx/releases), downloading `vscode-astx-1.0.0-beta.#.vsix` in the assets of the latest release, and installing by running `code --install-extension vscode-astx-1.0.0-beta.#.vsix`.