From 74989fa4a380518693d65bd84f960375af7f139a Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Mon, 8 Jan 2024 21:05:20 +0200 Subject: [PATCH] change more links to the new, hopefully final repo location https://github.com/vlang/v-analyzer --- editors/code/README.md | 10 +++++----- editors/code/src/welcome.ts | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/editors/code/README.md b/editors/code/README.md index 7d49d510..663082eb 100644 --- a/editors/code/README.md +++ b/editors/code/README.md @@ -1,18 +1,18 @@ # v-analyzer support for Visual Studio Code [![VSCode Extension](https://img.shields.io/badge/VS_Code-extension-25829e?logo=visualstudiocode&logoWidth=10)](https://marketplace.visualstudio.com/items?itemName=VOSCA.vscode-v-analyzer) -[![VS Code extension tests](https://github.com/v-analyzer/v-analyzer/actions/workflows/vscode_extension_tests.yml/badge.svg)](https://github.com/v-analyzer/v-analyzer/actions/workflows/vscode_extension_tests.yml) +[![VS Code extension tests](https://github.com/vlang/v-analyzer/actions/workflows/vscode_extension_tests.yml/badge.svg)](https://github.com/vlang/v-analyzer/actions/workflows/vscode_extension_tests.yml) Provides [V programming language](https://vlang.io) and -[`v-analyzer`](https://github.com/v-analyzer/v-analyzer) +[`v-analyzer`](https://github.com/vlang/v-analyzer) support for Visual Studio Code. It is recommended over and replaces [V extension](https://marketplace.visualstudio.com/items?itemName=vlanguage.vscode-vlang). For most of its functionality, the extension uses -[`v-analyzer`](https://github.com/v-analyzer/v-analyzer), +[`v-analyzer`](https://github.com/vlang/v-analyzer), which we will refer to as the server to avoid confusion. ## Features @@ -91,7 +91,7 @@ You are ready to code in V! 🎉 You can install ``v-analyzer`` server manually: Clone the -[`v-analyzer`](https://github.com/v-analyzer/v-analyzer) +[`v-analyzer`](https://github.com/vlang/v-analyzer) repository, build it and specify the path to the compiled binary. ```json @@ -160,5 +160,5 @@ npm run package This project is under the **MIT License**. See the -[LICENSE](https://github.com/v-analyzer/v-analyzer/blob/main/editors/code/LICENSE) +[LICENSE](https://github.com/vlang/v-analyzer/blob/main/editors/code/LICENSE) file for the full license text. diff --git a/editors/code/src/welcome.ts b/editors/code/src/welcome.ts index 5279e347..d8a1f67a 100644 --- a/editors/code/src/welcome.ts +++ b/editors/code/src/welcome.ts @@ -130,8 +130,8 @@ export class WelcomePanel {

V for VS Code v${vAnalyzerExtensionVersion}

The v-analyzer extension for Visual Studio Code, providing rich language support for V projects.

@@ -142,7 +142,7 @@ export class WelcomePanel {

Getting started

Learn about the v-analyzer extension in - README. + README.

@@ -151,7 +151,7 @@ export class WelcomePanel {

Learning V

If you're new to the V programming language, - docs.vosca.dev is a great place to get started. +

Troubleshooting

Experiencing problems? Start with - troubleshooting guide. + troubleshooting guide.