Skip to content

Commit 4787f81

Browse files
committed
chore(docs): fix broken link
1 parent 7d40c7d commit 4787f81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/number/parseQuantity.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const moneyParser = new _.QuantityParser(moneyUnits)
3939
```
4040

4141
If you specifically need to parse a duration (e.g. "1 hour", "2 seconds") into milliseconds,
42-
you can use the [`parseDuration`](./parseDuration) function instead.
42+
you can use the [`parseDuration`](../parseDuration) function instead.
4343

4444
### Subclassing
4545

0 commit comments

Comments
 (0)