Skip to content

Commit

Permalink
docs(website): fix broken links on getting-started (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinnyA3 authored Sep 2, 2023
1 parent 1fa61c8 commit e48a39a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions website/src/content/docs/guides/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import CodeBlockHeader from "@src/components/CodeBlockHeader.astro";

## Installation

The fastest way to download Biome is to use `npm` or your preferred package manager. The CLI is also available as a [standalone executable](/standalone-executable) if you want to use Biome without installing Node.js.
The fastest way to download Biome is to use `npm` or your preferred package manager. The CLI is also available as a [standalone executable](/guides/manual-installation) if you want to use Biome without installing Node.js.

To install Biome, run the following commands in a directory containing a `package.json` file.

Expand Down Expand Up @@ -64,7 +64,7 @@ After running the `init` command, you'll now have a new `biome.json` file in you
}
```

The `linter.enabled: true` enables the linter and `rules.recommended: true` enables the [recommended rules](/lint/rules/).
The `linter.enabled: true` enables the linter and `rules.recommended: true` enables the [recommended rules](/linter/rules/).

Formatting is enabled because the configuration doesn't explicitly [disable](/configuration/#formatterenabled) formatting with `formatter.enabled: false`.

Expand Down Expand Up @@ -118,6 +118,6 @@ Success! You're now ready to use Biome. 🥳

* Learn more about how to use and configure the [formatter](/formatter)
* Learn more about how to use and configure the [linter](/linter)
* Get familiar with the [CLI options](/cli)
* Get familiar with the [configuration options](/configuration)
* Get familiar with the [CLI options](/reference/cli)
* Get familiar with the [configuration options](/reference/configuration)
* Join our [community on Discord](https://discord.gg/BypW39g6Yc)

0 comments on commit e48a39a

Please sign in to comment.