Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ http://softlayer.github.io/softlayer-python/.
Additional API documentation can be found on the SoftLayer Development Network:

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

Expand Down
2 changes: 1 addition & 1 deletion SoftLayer/managers/ssl.py
Original file line number Diff line number Diff line change
Expand Up @@ -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::

Expand Down
2 changes: 1 addition & 1 deletion docs/api/client.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <http://developer.softlayer.com/reference/softlayerapi>`_
* `SoftLayer API Documentation <https://softlayer.github.io/reference/softlayerapi/>`_
* `Source on GitHub <https://github.com/softlayer/softlayer-python>`_

::
Expand Down