|
57 | 57 | * |
58 | 58 | * @author SoftLayer Technologies, Inc. <[email protected]> |
59 | 59 | * @copyright Copyright (c) 2009 - 2010, Softlayer Technologies, Inc |
60 | | - * @license http://sldn.softlayer.com/wiki/index.php/License |
61 | | - * @link http://sldn.softlayer.com/wiki/index.php/The_SoftLayer_API The SoftLayer API |
| 60 | + * @license http://sldn.softlayer.com/article/License |
| 61 | + * @link http://sldn.softlayer.com/article/The_SoftLayer_API The SoftLayer API |
62 | 62 | * @see SoftLayer_SoapClient_AsynchronousAction |
63 | 63 | */ |
64 | 64 | class Softlayer_SoapClient extends SoapClient |
@@ -129,7 +129,7 @@ class Softlayer_SoapClient extends SoapClient |
129 | 129 | /** |
130 | 130 | * The name of the SoftLayer API service you wish to query. |
131 | 131 | * |
132 | | - * @link http://sldn.softlayer.com/wiki/index.php/Category:API_Services A list of SoftLayer API services |
| 132 | + * @link http://sldn.softlayer.com/reference/services A list of SoftLayer API services |
133 | 133 | * @var string |
134 | 134 | */ |
135 | 135 | protected $_serviceName; |
@@ -356,7 +356,7 @@ public function setAuthentication($username, $apiKey) |
356 | 356 | * 1234 in the SoftLayer_Hardware_Server Service instructs the API to act on |
357 | 357 | * server record 1234 in your method calls. |
358 | 358 | * |
359 | | - * @link http://sldn.softlayer.com/wiki/index.php/Using_Initialization_Parameters_in_the_SoftLayer_API Using Initialization Parameters in the SoftLayer API |
| 359 | + * @link http://sldn.softlayer.com/article/Using_Initialization_Parameters_in_the_SoftLayer_API Using Initialization Parameters in the SoftLayer API |
360 | 360 | * @param int $id The ID number of the SoftLayer API object you wish to instantiate. |
361 | 361 | * @return SoftLayer_SoapClient |
362 | 362 | */ |
@@ -409,8 +409,7 @@ public function setObjectMask($mask) |
409 | 409 | * support a way to limit the number of results retrieved from the SoftLayer |
410 | 410 | * API in a way akin to an SQL LIMIT statement. |
411 | 411 | * |
412 | | - * @link http://sldn.softlayer.com/wiki/index.php/Using_Result_Limits_in_the_SoftLayer_API Using Result Limits in the SoftLayer API |
413 | | - * @link http://sldn.softlayer.com/wiki/index.php/Category:API_methods_that_can_use_result_limits API methods that can use result limits |
| 412 | + * @link http://sldn.softlayer.com/article/Using_Result_Limits_in_the_SoftLayer_API Using Result Limits in the SoftLayer API |
414 | 413 | * @param int $limit The number of results to limit your SoftLayer API call to. |
415 | 414 | * @param int $offset An optional offset to begin your SoftLayer API call's returned result set at. |
416 | 415 | * @return SoftLayer_SoapClient |
|
0 commit comments