build.run: fix broken link in docstring.
This commit is contained in:
parent
d449b0349d
commit
544eeee788
1 changed files with 1 additions and 1 deletions
|
|
@ -165,7 +165,7 @@ class BuildPlan:
|
||||||
|
|
||||||
``connect_to`` is a dictionary that holds all input arguments to
|
``connect_to`` is a dictionary that holds all input arguments to
|
||||||
``paramiko``'s ``SSHClient.connect``
|
``paramiko``'s ``SSHClient.connect``
|
||||||
(`documentation <http://docs.paramiko.org/en/stable/api/client.html#paramiko.client.SSHClient.connect>`_).
|
(`documentation <https://docs.paramiko.org/en/latest/api/client.html#paramiko.client.SSHClient.connect>`_).
|
||||||
At a minimum, the ``hostname`` input argument must be supplied in this
|
At a minimum, the ``hostname`` input argument must be supplied in this
|
||||||
dictionary as the remote server.
|
dictionary as the remote server.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue