Skip to content

Commit 7d560e3

Browse files
authored
Chore: fix wrong url into TypeScript definition file (parcel-bundler#33)
1 parent 38c02a0 commit 7d560e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ A CSS parser, transformer, and minifier written in Rust.
4646

4747
### From JavaScript
4848

49-
See the [TypeScript definitions](blob/master/node/index.d.ts) for full API docs.
49+
See the [TypeScript definitions](https://github.com/parcel-bundler/parcel-css/blob/master/node/index.d.ts) for full API docs.
5050

5151
Here is a simple example that compiles the input CSS for Safari 13.2, and minifies the output.
5252

0 commit comments

Comments
 (0)