You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2013/12/08 21:19:54 UTC

[3/8] git commit: Update a link to point to the correct page.

Update a link to point to the correct page.


Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/e17bc757
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/e17bc757
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/e17bc757

Branch: refs/heads/trunk
Commit: e17bc757be2792d0be4d1f502f13bc2349f937cf
Parents: 7307ac9
Author: Tomaz Muraus <to...@apache.org>
Authored: Sun Dec 8 20:06:49 2013 +0100
Committer: Tomaz Muraus <to...@apache.org>
Committed: Sun Dec 8 20:06:49 2013 +0100

----------------------------------------------------------------------
 libcloud/security.py | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/e17bc757/libcloud/security.py
----------------------------------------------------------------------
diff --git a/libcloud/security.py b/libcloud/security.py
index 30a7a5a..8bf1f04 100644
--- a/libcloud/security.py
+++ b/libcloud/security.py
@@ -69,9 +69,10 @@ CA_CERTS_UNAVAILABLE_WARNING_MSG = (
 )
 
 CA_CERTS_UNAVAILABLE_ERROR_MSG = (
-    'No CA Certificates were found in CA_CERTS_PATH. For information on'
+    'No CA Certificates were found in CA_CERTS_PATH. For information on '
     'how to get required certificate files, please visit '
-    'http://libcloud.apache.org/docs/ssl-certificate-validation.html'
+    'https://libcloud.readthedocs.org/en/latest/other/'
+    'ssl-certificate-validation.html'
 )
 
 VERIFY_SSL_DISABLED_MSG = (