Skip to content

Commit be73588

Browse files
authored
Fix broken link to standalone builds (#1911)
1 parent e6b7411 commit be73588

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/docs/v4-beta.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ Then compile your CSS using the CLI tool:
357357
$ npx @tailwindcss/cli -i input.css -o output.css
358358
```
359359

360-
You can also download [standalone builds](https://github.com/tailwindlabs/tailwindcss/releases/tag/v4.0.0-beta-1) of the new CLI tool from GitHub for projects that don't otherwise depend on the Node.js ecosystem.
360+
You can also download [standalone builds](https://github.com/tailwindlabs/tailwindcss/releases/tag/v4.0.0-beta.1) of the new CLI tool from GitHub for projects that don't otherwise depend on the Node.js ecosystem.
361361

362362
### Upgrading from v3
363363

0 commit comments

Comments
 (0)