Skip to content

Commit 966c731

Browse files
committed
docs: Update tmuxp doc links to mention tmuxp.git-pull.com
1 parent 7701073 commit 966c731

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/quickstart.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ python abstraction layer
9898
:meth:`libtmux.Pane.send_keys` ``$ tmux send-keys``
9999
======================================== =================================
100100

101-
.. _Import: http://tmuxp.readthedocs.io/cli.html#import
101+
.. _Import: http://tmuxp.git-pull.com/cli.html#import
102102
.. _tmuxinator: https://github.com/aziz/tmuxinator
103103
.. _teamocil: https://github.com/remiprev/teamocil
104104
.. _Abstraction Layer: http://en.wikipedia.org/wiki/Abstraction_layer

tmuxp/cli.py

+5-5
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,7 @@ def cli(log_level):
606606
607607
Pass the "--help" argument to any command to see detailed help.
608608
See detailed documentation and examples at:
609-
http://tmuxp.readthedocs.io/"""
609+
http://tmuxp.git-pull.com/"""
610610
try:
611611
has_minimum_version()
612612
except TmuxCommandNotFound:
@@ -735,8 +735,8 @@ def command_freeze(session_name, socket_name, socket_path):
735735
else:
736736
print(
737737
'tmuxp has examples in JSON and YAML format at '
738-
'<http://tmuxp.readthedocs.io/examples.html>\n'
739-
'View tmuxp docs at <http://tmuxp.readthedocs.io/>.'
738+
'<http://tmuxp.git-pull.com/examples.html>\n'
739+
'View tmuxp docs at <http://tmuxp.git-pull.com/>.'
740740
)
741741
sys.exit()
742742

@@ -866,8 +866,8 @@ def import_config(configfile, importfunc):
866866
else:
867867
click.echo(
868868
'tmuxp has examples in JSON and YAML format at '
869-
'<http://tmuxp.readthedocs.io/examples.html>\n'
870-
'View tmuxp docs at <http://tmuxp.readthedocs.io/>'
869+
'<http://tmuxp.git-pull.com/examples.html>\n'
870+
'View tmuxp docs at <http://tmuxp.git-pull.com/>'
871871
)
872872
sys.exit()
873873

0 commit comments

Comments
 (0)