Skip to content

Commit

Permalink
change more links to the new, hopefully final repo location https://g…
Browse files Browse the repository at this point in the history
  • Loading branch information
spytheman committed Jan 8, 2024
1 parent e74de24 commit 74989fa
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions editors/code/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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.
10 changes: 5 additions & 5 deletions editors/code/src/welcome.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@ export class WelcomePanel {
<h1 class="Header-title">V for VS Code v${vAnalyzerExtensionVersion}</h1>
<p>The v-analyzer extension for Visual Studio Code, providing rich language support for V projects.</p>
<ul class="Header-links">
<li><a href="https://github.com/v-analyzer/v-analyzer/blob/main/editors/code/CHANGELOG.md">Release notes</a></li>
<li><a href="https://github.com/v-analyzer/v-analyzer">GitHub</a></li>
<li><a href="https://github.com/vlang/v-analyzer/blob/main/editors/code/CHANGELOG.md">Release notes</a></li>
<li><a href="https://github.com/vlang/v-analyzer">GitHub</a></li>
<li><a href="https://discord.gg/vlang">Discord</a></li>
</ul>
</div>
Expand All @@ -142,7 +142,7 @@ export class WelcomePanel {
<div class="Card-inner">
<p class="Card-title">Getting started</p>
<p class="Card-content">Learn about the v-analyzer extension in
<a href="https://github.com/v-analyzer/v-analyzer/tree/main/editors/code/README.md">README</a>.
<a href="https://github.com/vlang/v-analyzer/tree/main/editors/code/README.md">README</a>.
</p>
</div>
</div>
Expand All @@ -151,7 +151,7 @@ export class WelcomePanel {
<div class="Card-inner">
<p class="Card-title">Learning V</p>
<p class="Card-content">If you're new to the V programming language,
<a href="https://docs.vosca.dev">docs.vosca.dev</a> is a great place to get started.</a>
<a href="https://github.com/vlang/v/blob/master/doc/docs.md</a> is a great place to get started.</a>
</p>
</div>
</div>
Expand All @@ -160,7 +160,7 @@ export class WelcomePanel {
<div class="Card-inner">
<p class="Card-title">Troubleshooting</p>
<p class="Card-content">Experiencing problems? Start with
<a href="https://github.com/v-analyzer/v-analyzer/blob/main/editors/code/docs/troubleshooting.md">troubleshooting guide</a>.
<a href="https://github.com/vlang/v-analyzer/blob/main/editors/code/docs/troubleshooting.md">troubleshooting guide</a>.
</p>
</div>
</div>
Expand Down

0 comments on commit 74989fa

Please sign in to comment.