Skip to content

Commit 52b4fff

Browse files
[update] day of release and broken link
1 parent 8e8ac1f commit 52b4fff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/guides/integration_with_react.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ export default function KanbanComponent(props) {
254254
}
255255
~~~
256256

257-
You can also use the [`parse()`](/api/methods/js_board_parse_method/) method inside the `useEffect()` method of React to load data into Kanban:
257+
You can also use the [`parse()`](/api/methods/js_kanban_parse_method/) method inside the `useEffect()` method of React to load data into Kanban:
258258

259259
~~~jsx {9-11,27} title="Kanban.jsx"
260260
import { useEffect, useRef } from "react";

docs/news/whats_new.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ If you are updating Kanban from an older version, check [Migration to newer vers
1010

1111
## Version 1.5.13
1212

13-
Released on September 9, 2024
13+
Released on September 10, 2024
1414

1515
### Fixes
1616

0 commit comments

Comments
 (0)