From e31c1cc07e7aaba9856e9cdd2bfc152dc687a645 Mon Sep 17 00:00:00 2001 From: jbskytap <41307692+jbskytap@users.noreply.github.com> Date: Thu, 16 May 2019 09:37:22 -0700 Subject: [PATCH 1/3] DOCS: fix broken link --- docs/api/client.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 `_ :: From cd02aa737a8582fd2b151bec84b3b208cd34271b Mon Sep 17 00:00:00 2001 From: jbskytap <41307692+jbskytap@users.noreply.github.com> Date: Thu, 16 May 2019 09:44:03 -0700 Subject: [PATCH 2/3] DOCS: replace 'developer' with 'sldn' links --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 `_ From 955e91ad6302182ad8f382513d52f916b0c6e2e4 Mon Sep 17 00:00:00 2001 From: jbskytap <41307692+jbskytap@users.noreply.github.com> Date: Thu, 16 May 2019 09:45:55 -0700 Subject: [PATCH 3/3] replace developer links with sldn links --- SoftLayer/managers/ssl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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::