Skip to content

Commit 1b4fe96

Browse files
committed
docs(about): Fix duplicate links
Artifacts / relics leftover after converting to markdown. Not sure if it was from pandoc or RST-to-MyST
1 parent ada8357 commit 1b4fe96

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/about.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
1515
```
1616

17-
libtmux is an [abstraction layer][abstraction layer] for tmux.
17+
libtmux is an [abstraction layer] for tmux.
1818

1919
It builds upon the concept of targets `-t`, to direct commands against
2020
individual session, windows and panes and `FORMATS`, template variables
2121
exposed by tmux to describe their properties. Think of `-t` analagously
22-
to [scope][scope].
22+
to [scope].
2323

2424
{class}`common.TmuxRelationalObject` acts as a container to connect the
2525
relations of {class}`Server`, {class}`Session`, {class}`Window` and
@@ -60,7 +60,7 @@ and how python objects and tools can abstract the API's in a pleasant way.
6060

6161
libtmux uses `FORMATTERS` in tmux to give identity attributes to
6262
{class}`Session`, {class}`Window` and {class}`Pane` objects. See
63-
[format.c][format.c].
63+
[format.c].
6464

6565
[format.c]: https://github.com/tmux/tmux/blob/master/format.c
6666

0 commit comments

Comments
 (0)