diff --git a/README.rst b/README.rst index 177f15143..24b3625e2 100644 --- a/README.rst +++ b/README.rst @@ -31,9 +31,9 @@ http://softlayer.github.io/softlayer-python/. Additional API documentation can be found on the SoftLayer Development Network: * `SoftLayer API reference - `_ + `_ * `Object mask information and examples - `_ + `_ * `Code Examples `_ diff --git a/SoftLayer/managers/ssl.py b/SoftLayer/managers/ssl.py index f0d75dc37..3fa2ac1dd 100644 --- a/SoftLayer/managers/ssl.py +++ b/SoftLayer/managers/ssl.py @@ -61,7 +61,7 @@ def add_certificate(self, certificate): :param dict certificate: A dictionary representing the parts of the certificate. - See developer.softlayer.com for more info. + See sldn.softlayer.com for more info. Example:: diff --git a/docs/api/client.rst b/docs/api/client.rst index 9fc13c1e7..c798ac71d 100644 --- a/docs/api/client.rst +++ b/docs/api/client.rst @@ -8,7 +8,7 @@ and executing XML-RPC calls against the SoftLayer API. Below are some links that will help to use the SoftLayer API. -* `SoftLayer API Documentation `_ +* `SoftLayer API Documentation `_ * `Source on GitHub `_ ::