Skip to content

Commit

Permalink
fix: fix website links (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
matejkrajcovic authored Sep 6, 2023
1 parent e0e20df commit aa0b862
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/src/content/docs/formatter/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The language agnostic options supported by Biome are:
- tab width (default: `2`): The number of spaces per indention level
- line width (default: `80`): The column width at which Biome wraps code

Other formatting options are available for specific languages as well. See the [configuration](/configuration) options for details.
Other formatting options are available for specific languages as well. See the [configuration](/reference/configuration) options for details.

## Use the formatter with the CLI

Expand Down
2 changes: 1 addition & 1 deletion website/src/content/docs/guides/manual-installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ Now you can use Biome by simply running `./biome`.

## Next Steps

Read more about how to use Biome in our getting [started section](/configuration).
Read more about how to use Biome in our [getting started section](/guides/getting-started#next-steps).

0 comments on commit aa0b862

Please sign in to comment.