From 0d37b7db6f0c8dd7084151fefdfca3af5ec66761 Mon Sep 17 00:00:00 2001 From: allmightyspiff Date: Fri, 16 Nov 2018 16:49:41 -0600 Subject: [PATCH] #1056 fixed documentation link in image manager --- SoftLayer/managers/image.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SoftLayer/managers/image.py b/SoftLayer/managers/image.py index 35f7c60c5..2eb4bc982 100644 --- a/SoftLayer/managers/image.py +++ b/SoftLayer/managers/image.py @@ -16,7 +16,7 @@ class ImageManager(utils.IdentifierMixin, object): """Manages SoftLayer server images. See product information here: - https://knowledgelayer.softlayer.com/topic/image-templates + https://console.bluemix.net/docs/infrastructure/image-templates/image_index.html :param SoftLayer.API.BaseClient client: the client instance """