diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2023-05-18 15:19:00 -0400 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2023-05-22 12:22:05 -0400 |
commit | b0caad4a7df909a2b52c18c330afa18dc02814da (patch) | |
tree | 0f4a3931b9c3cd7d2ef1114bd2bef132c95d1c2f /sites/www/changelog.rst | |
parent | af67bb86b071c2714442670ce193f2fb21d7abcd (diff) |
Fix up dangling refs to aborted new doc
Diffstat (limited to 'sites/www/changelog.rst')
-rw-r--r-- | sites/www/changelog.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index bdd2d426..ff59a865 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -57,8 +57,8 @@ Changelog - :feature:`387` Users of `~paramiko.client.SSHClient` can now configure the authentication logic Paramiko uses when connecting to servers; this functionality is intended for advanced users and higher-level libraries such - as `Fabric <https://fabfile.org>`_. See :ref:`the conceptual API docs - <auth-flow>` for details. + as `Fabric <https://fabfile.org>`_. See `~paramiko.auth_strategy` for + details. Fabric's co-temporal release includes a proof-of-concept use of this feature, implementing an auth flow much closer to that of the OpenSSH client (versus |