diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2014-01-30 14:29:22 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2014-01-30 14:29:22 -0800 |
commit | 7b059ea55d235a6c296bef71fedb5d294f425ac6 (patch) | |
tree | 7756d57f83b0114126a36f73e85b69b4d856e5df /sites/www | |
parent | 7a17770913bca7cdacbdd973909bfb3cf8f93298 (diff) | |
parent | 5aa0d401f61a56f8760ae6d4d64c3193e6d29def (diff) |
Merge branch '1.12'
Diffstat (limited to 'sites/www')
-rw-r--r-- | sites/www/contact.rst | 2 | ||||
-rw-r--r-- | sites/www/contributing.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sites/www/contact.rst b/sites/www/contact.rst index b479f170..2b6583f5 100644 --- a/sites/www/contact.rst +++ b/sites/www/contact.rst @@ -8,4 +8,4 @@ following ways: * IRC: ``#paramiko`` on Freenode * Mailing list: ``paramiko@librelist.com`` (see `the LibreList homepage <http://librelist.com>`_ for usage details). -* This website's :doc:`blog </blog>`. +* This website - a blog section is forthcoming. diff --git a/sites/www/contributing.rst b/sites/www/contributing.rst index b121e64b..2b752cc5 100644 --- a/sites/www/contributing.rst +++ b/sites/www/contributing.rst @@ -6,7 +6,7 @@ How to get the code =================== Our primary Git repository is on Github at `paramiko/paramiko -<https://github.com/paramiko/paramiko>`; please follow their instruction for +<https://github.com/paramiko/paramiko>`_; please follow their instructions for cloning to your local system. (If you intend to submit patches/pull requests, we recommend forking first, then cloning your fork. Github has excellent documentation for all this.) |