Skip to content

Commit 95ad3be

Browse files
committed
1305 update softlayer.com urls to ibm.com/cloud urls
1 parent 73ea275 commit 95ad3be

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

SoftLayer/managers/block.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
class BlockStorageManager(StorageManager):
1616
"""Manages SoftLayer Block Storage volumes.
1717
18-
See product information here: http://www.softlayer.com/block-storage
18+
See product information here: https://www.ibm.com/cloud/block-storage
1919
"""
2020

2121
def list_block_volume_limit(self):

SoftLayer/managers/dns.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
class DNSManager(utils.IdentifierMixin, object):
1515
"""Manage SoftLayer DNS.
1616
17-
See product information here: http://www.softlayer.com/DOMAIN-SERVICES
17+
See product information here: https://www.ibm.com/cloud/dns
1818
1919
:param SoftLayer.API.BaseClient client: the client instance
2020

SoftLayer/managers/firewall.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def has_firewall(vlan):
3232
class FirewallManager(utils.IdentifierMixin, object):
3333
"""Manages SoftLayer firewalls
3434
35-
See product information here: http://www.softlayer.com/firewalls
35+
See product information here: https://www.ibm.com/cloud/network-security
3636
3737
:param SoftLayer.API.BaseClient client: the client instance
3838

SoftLayer/managers/hardware.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class HardwareManager(utils.IdentifierMixin, object):
4141
client = SoftLayer.Client()
4242
mgr = SoftLayer.HardwareManager(client)
4343
44-
See product information here: http://www.softlayer.com/bare-metal-servers
44+
See product information here: https://www.ibm.com/cloud/bare-metal-servers
4545
4646
:param SoftLayer.API.BaseClient client: the client instance
4747
:param SoftLayer.managers.OrderingManager ordering_manager: an optional

SoftLayer/managers/network.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
class NetworkManager(object):
5858
"""Manage SoftLayer network objects: VLANs, subnets, IPs and rwhois
5959
60-
See product information here: http://www.softlayer.com/networking
60+
See product information here: https://www.ibm.com/cloud/network
6161
6262
:param SoftLayer.API.BaseClient client: the client instance
6363

SoftLayer/managers/object_storage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
class ObjectStorageManager(object):
1919
"""Manager for SoftLayer Object Storage accounts.
2020
21-
See product information here: http://www.softlayer.com/object-storage
21+
See product information here: https://www.ibm.com/cloud/object-storage
2222
2323
:param SoftLayer.API.BaseClient client: the client instance
2424

SoftLayer/managers/ssl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
class SSLManager(object):
1111
"""Manages SSL certificates in SoftLayer.
1212
13-
See product information here: http://www.softlayer.com/ssl-certificates
13+
See product information here: https://www.ibm.com/cloud/ssl-certificates
1414
1515
Example::
1616

SoftLayer/managers/ticket.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
class TicketManager(utils.IdentifierMixin, object):
1212
"""Manages SoftLayer support tickets.
1313
14-
See product information here: http://www.softlayer.com/support
14+
See product information here: https://www.ibm.com/cloud/support
1515
1616
:param SoftLayer.API.BaseClient client: the client instance
1717

SoftLayer/managers/vs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
class VSManager(utils.IdentifierMixin, object):
2525
"""Manages SoftLayer Virtual Servers.
2626
27-
See product information here: http://www.softlayer.com/virtual-servers
27+
See product information here: https://www.ibm.com/cloud/virtual-servers
2828
2929
Example::
3030

0 commit comments

Comments
 (0)