Skip to content

Commit c9b81e3

Browse files
committed
fix(docs): use GitHub URL for release notes link
1 parent a6cb406 commit c9b81e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/api-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ type DateInput = number | string | Date;
1010
- `parse()` now uses **local time** for date-only strings (was UTC)
1111
- Getter functions now return **local time** components (was UTC)
1212

13-
See [Release Notes](/RELEASE_NOTES_v2.0.0.md) for migration guide.
13+
See [Release Notes](https://github.com/bbernag/react-native-date/blob/main/packages/native-date/RELEASE_NOTES_v2.0.0.md) for migration guide.
1414
:::
1515

1616
## Parsing

0 commit comments

Comments
 (0)