Skip to content

Commit eb7d1fb

Browse files
committed
docs(cli[import_config]): Fix api doc links
1 parent 5adb60e commit eb7d1fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tmuxp/cli/import_config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def get_tmuxinator_dir() -> pathlib.Path:
2424
2525
See Also
2626
--------
27-
:meth:`tmuxp.workspace.importers.tmuxinator.import_tmuxinator`
27+
:meth:`tmuxp.workspace.importers.import_tmuxinator`
2828
"""
2929
if "TMUXINATOR_CONFIG" in os.environ:
3030
return pathlib.Path(os.environ["TMUXINATOR_CONFIG"]).expanduser()
@@ -42,7 +42,7 @@ def get_teamocil_dir() -> pathlib.Path:
4242
4343
See Also
4444
--------
45-
:meth:`tmuxp.workspace.importers.teamocil.import_teamocil`
45+
:meth:`tmuxp.workspace.importers.import_teamocil`
4646
"""
4747
return pathlib.Path("~/.teamocil/").expanduser()
4848

0 commit comments

Comments
 (0)