Skip to content

Commit

Permalink
fix links (#5841)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcSkovMadsen authored Nov 10, 2023
1 parent a59b365 commit e59d2ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion doc/how_to/callbacks/defer_load.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This guide addresses how to defer long running, bound and displayed functions with `defer_load`. You can use this to improve the user experience of your app.

If you need to defer and orchestrate multiple, dependent tasks then check out the [Defer Long Running Tasks Guide](defer_load.md).
If you need to defer and orchestrate multiple, dependent tasks then check out the [Defer Long Running Tasks Guide](load.md).

---

Expand Down
1 change: 1 addition & 0 deletions doc/how_to/callbacks/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ Use `add_periodic_callback` to stream data to a `Tabulator` widget.
:maxdepth: 2
async
defer_load
load
session
periodic
Expand Down

0 comments on commit e59d2ea

Please sign in to comment.