Skip to content

Commit 032068c

Browse files
committed
docs(examples): Fix link, format
1 parent 6f6ed73 commit 032068c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/examples.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ This will delay loading as it runs synchronously for each pane. In future versio
388388
```
389389

390390
Omit sending {kbd}`enter` to key commands. Equivalent to having
391-
a [`time.sleep`](time.sleep) before and after [`send_keys`](libtmux.Pane.send_keys).
391+
a [`time.sleep`](time.sleep) before and after [`send_keys`](libtmux.Pane.send_keys).
392392

393393
This is especially useful for expensive commands where the terminal needs some breathing room (virtualenv, poetry, pipenv, sourcing a configuration, launching a tui app, etc).
394394

@@ -546,7 +546,7 @@ pane during creation.
546546

547547
:::{seealso}
548548

549-
{ref}`tmuxp developer config` in the {ref}`developing` section.
549+
{ref}`tmuxp-developer-config` in the {ref}`developing` section.
550550

551551
:::
552552

0 commit comments

Comments
 (0)