summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2016-04-23 16:17:16 -0700
committerJeff Forcier <jeff@bitprophet.org>2016-04-23 16:22:15 -0700
commit0ae4d44e0d10ee0939d23032c840a8378c48abf2 (patch)
tree34b9dab92bd2540ec28ba0a7d7d410e7dbcd287f
parent126c0fbca806e52a687eacf59a263eaba29820f6 (diff)
Fix broken changelog doc link
-rw-r--r--sites/www/changelog.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index eaf3cd57..e9c4fa79 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -155,8 +155,9 @@ Changelog
well) would hang due to incorrect values passed into the new window size
arguments for `.Transport` (thanks to a botched merge). This has been
corrected. Thanks to Dylan Thacker-Smith for the report & patch.
-* :feature:`167` Add `.SSHConfig.get_hostnames` for easier introspection of a
- loaded SSH config file or object. Courtesy of Søren Løvborg.
+* :feature:`167` Add `~paramiko.config.SSHConfig.get_hostnames` for easier
+ introspection of a loaded SSH config file or object. Courtesy of Søren
+ Løvborg.
* :release:`1.15.0 <2014-09-18>`
* :support:`393` Replace internal use of PyCrypto's ``SHA.new`` with the
stdlib's ``hashlib.sha1``. Thanks to Alex Gaynor.