From 52183257d0ac71c72263331c3542d36a2b49ab94 Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Thu, 30 Jan 2014 14:20:04 -0800 Subject: [PATCH 1/2] Remove blog link for now --- sites/www/contact.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sites/www/contact.rst b/sites/www/contact.rst index b479f17..2b6583f 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 `_ for usage details). -* This website's :doc:`blog `. +* This website - a blog section is forthcoming. From 55722240b5b676277ef26a20b4b03ef81be3b372 Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Thu, 30 Jan 2014 14:20:13 -0800 Subject: [PATCH 2/2] Fix broken link format --- sites/www/contributing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sites/www/contributing.rst b/sites/www/contributing.rst index b121e64..2b752cc 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 -`; please follow their instruction for +`_; 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.)