Skip to content

Commit f4fcc77

Browse files
committed
docs: Fix include file paths
1 parent 8b75bcc commit f4fcc77

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/cli/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ $ tmuxp shell -c 'python code'
5050

5151
Launch into a python console with [libtmux] objects. Compare to django's shell.
5252

53-
```{image} _static/tmuxp-shell.gif
53+
```{image} ../_static/tmuxp-shell.gif
5454
:width: 100%
5555
```
5656

docs/configuration/examples.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -565,14 +565,14 @@ pane during creation.
565565
:::
566566

567567
````{tab} YAML
568-
```{literalinclude} ../.tmuxp.yaml
568+
```{literalinclude} ../../.tmuxp.yaml
569569
:language: yaml
570570
571571
```
572572
````
573573

574574
````{tab} JSON
575-
```{literalinclude} ../.tmuxp.json
575+
```{literalinclude} ../../.tmuxp.json
576576
:language: json
577577
578578
```

docs/plugins/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ your tmuxp configuration file.
1414

1515
````{tab} YAML
1616
17-
```{literalinclude} ../examples/plugin-system.yaml
17+
```{literalinclude} ../../examples/plugin-system.yaml
1818
:language: yaml
1919
2020
```
@@ -23,7 +23,7 @@ your tmuxp configuration file.
2323

2424
````{tab} JSON
2525
26-
```{literalinclude} ../examples/plugin-system.json
26+
```{literalinclude} ../../examples/plugin-system.json
2727
:language: json
2828
2929
```

0 commit comments

Comments
 (0)