Skip to content

Commit

Permalink
update links (#1174)
Browse files Browse the repository at this point in the history
  • Loading branch information
lambtron authored Oct 9, 2024
1 parent 2d6b066 commit 9995cbe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@

<img align="right" src=https://raw.githubusercontent.com/denoland/vscode_deno/main/deno.png height="150px">

This extension adds support for using [Deno](https://deno.land/) with Visual
This extension adds support for using [Deno](https://deno.com/) with Visual
Studio Code, powered by the Deno language server.

> ⚠️ **Important:** You need to have a version of Deno CLI installed (v1.13.0 or
> later). The extension requires the executable and by default will use the
> environment path. You can explicitly set the path to the executable in Visual
> Studio Code Settings for `deno.path`.
>
> [Check here](https://deno.land/#installation) for instructions on how to
> [Check here](https://docs.deno.com/runtime/) for instructions on how to
> install the Deno CLI.
![Basic Usage of the Extension](./screenshots/basic_usage.gif)
Expand Down Expand Up @@ -128,7 +128,7 @@ automatically in some cases:
The formatter will respect the settings in your Deno configuration file, which
can be explicitly set via `deno.config` or automatically detected in the
workspace. You can find more information about formatter settings at
[Deno Tools - Formatter](https://deno.land/manual/tools/formatter).
[Deno Tools - Formatter](https://docs.deno.com/runtime/reference/cli/formatter/).

> ℹ️ &nbsp; It does not currently provide format-on-paste or format-on-type
> capabilities.
Expand Down Expand Up @@ -180,7 +180,7 @@ extension has the following configuration options:
disable document preloading.
- `deno.importMap`: The file path to an import map. This is the equivalent to
using `--import-map` on the command line.
[Import maps](https://deno.land/manual/linking_to_external_code/import_maps)
[Import maps](https://docs.deno.com/runtime/fundamentals/configuration/#dependencies)
provide a way to "relocate" modules based on their specifiers. The path can
either be relative to the workspace, or an absolute path. _string, default
`null`, examples: `./import_map.json`, `/path/to/import_map.json`,
Expand Down
2 changes: 1 addition & 1 deletion client/src/welcome.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ export class WelcomePanel {
<p class="Card-title">Getting started with Deno</p>
<p class="Card-content">
If you are new to Deno, check out the
<a href="https://deno.land/manual/getting_started">getting started
<a href="https://docs.deno.com/runtime/">getting started
section</a> of the Deno manual.
</p>
</div>
Expand Down

0 comments on commit 9995cbe

Please sign in to comment.