From 7b00e9e28819875ea90a19a99a1c94809bc8dd9a Mon Sep 17 00:00:00 2001 From: WorkAlexGahr Date: Tue, 24 Apr 2018 11:05:20 +0200 Subject: [PATCH] Link to documentation was wrong Corrected the link to documentation. As creating and instance was pointing to deleting an instance. --- lib/model/cloudcontroller/ServiceInstances.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/model/cloudcontroller/ServiceInstances.js b/lib/model/cloudcontroller/ServiceInstances.js index 2055ee0..2790f2d 100644 --- a/lib/model/cloudcontroller/ServiceInstances.js +++ b/lib/model/cloudcontroller/ServiceInstances.js @@ -152,7 +152,7 @@ class ServiceInstances extends CloudControllerBase { /** * Remove a Service Instance - * {@link https://apidocs.cloudfoundry.org/226/service_instances/delete_a_service_instance.html} + * {@link https://apidocs.cloudfoundry.org/226/service_instances/creating_a_service_instance.html} * * @param {String} guid [Service Instance guid] * @return {JSON} [return a JSON response]