Skip to content

Commit 0738549

Browse files
Merge pull request #1146 from jbskytap/master
Docs - replace broken 'developer' links with 'sldn'
2 parents c8f666f + 955e91a commit 0738549

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ http://softlayer.github.io/softlayer-python/.
3131
Additional API documentation can be found on the SoftLayer Development Network:
3232

3333
* `SoftLayer API reference
34-
<http://developer.softlayer.com/reference/softlayerapi>`_
34+
<https://sldn.softlayer.com/reference/softlayerapi>`_
3535
* `Object mask information and examples
36-
<http://developer.softlayer.com/article/Object-Masks>`_
36+
<https://sldn.softlayer.com/article/object-masks>`_
3737
* `Code Examples
3838
<https://softlayer.github.io/python/>`_
3939

SoftLayer/managers/ssl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def add_certificate(self, certificate):
6161
6262
:param dict certificate: A dictionary representing the parts of the
6363
certificate.
64-
See developer.softlayer.com for more info.
64+
See sldn.softlayer.com for more info.
6565
6666
Example::
6767

docs/api/client.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ and executing XML-RPC calls against the SoftLayer API. Below are some links
88
that will help to use the SoftLayer API.
99

1010

11-
* `SoftLayer API Documentation <http://developer.softlayer.com/reference/softlayerapi>`_
11+
* `SoftLayer API Documentation <https://softlayer.github.io/reference/softlayerapi/>`_
1212
* `Source on GitHub <https://github.com/softlayer/softlayer-python>`_
1313

1414
::

0 commit comments

Comments
 (0)