We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5adb60e commit eb7d1fbCopy full SHA for eb7d1fb
src/tmuxp/cli/import_config.py
@@ -24,7 +24,7 @@ def get_tmuxinator_dir() -> pathlib.Path:
24
25
See Also
26
--------
27
- :meth:`tmuxp.workspace.importers.tmuxinator.import_tmuxinator`
+ :meth:`tmuxp.workspace.importers.import_tmuxinator`
28
"""
29
if "TMUXINATOR_CONFIG" in os.environ:
30
return pathlib.Path(os.environ["TMUXINATOR_CONFIG"]).expanduser()
@@ -42,7 +42,7 @@ def get_teamocil_dir() -> pathlib.Path:
42
43
44
45
- :meth:`tmuxp.workspace.importers.teamocil.import_teamocil`
+ :meth:`tmuxp.workspace.importers.import_teamocil`
46
47
return pathlib.Path("~/.teamocil/").expanduser()
48
0 commit comments