build.run: fix broken link in docstring.

This commit is contained in:
Wanda 2024-04-10 06:12:42 +02:00 committed by Catherine
parent d449b0349d
commit 544eeee788

View file

@ -165,7 +165,7 @@ class BuildPlan:
``connect_to`` is a dictionary that holds all input arguments to
``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
dictionary as the remote server.