From 7160a0cac3464143752e2bf718997d15b23ec6f0 Mon Sep 17 00:00:00 2001 From: chansuke Date: Sun, 26 Nov 2023 15:04:01 +0900 Subject: [PATCH] docs: fix link to playground instrunctions --- crates/biome_js_formatter/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/biome_js_formatter/src/lib.rs b/crates/biome_js_formatter/src/lib.rs index 1576f3b06323..a14f0e938293 100644 --- a/crates/biome_js_formatter/src/lib.rs +++ b/crates/biome_js_formatter/src/lib.rs @@ -85,7 +85,7 @@ //! 4. Use the [playground](https://biomejs.dev/playground/) to inspect the code that you want to format. //! It helps you to understand which nodes need to be implemented/modified //! in order to implement formatting. Alternatively, you can locally run the playground by following -//! the [playground instructions](https://github.com/biomejs/biome/blob/main/website/playground/README.md). +//! the [playground instructions](https://github.com/biomejs/biome/blob/main/website/README.md). //! 5. Use the `quick_test.rs` file in `tests/` directory. //! function to test you snippet straight from your IDE, without running the whole test suite. The test //! is ignored on purpose, so you won't need to worry about the CI breaking.