From 2f8b11cee40149d18b46f39718ef5d6edca640af Mon Sep 17 00:00:00 2001 From: Rand McKinney Date: Tue, 15 Sep 2015 11:05:22 -0700 Subject: [PATCH] Fix link to docs --- lib/storage-service.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/storage-service.js b/lib/storage-service.js index 9d55291..80a7004 100644 --- a/lib/storage-service.js +++ b/lib/storage-service.js @@ -18,7 +18,7 @@ module.exports = StorageService; * * * Other supported values depend on the provider. - * See the [documentation](http://docs.strongloop.com/display/DOC/Storage+service) for more information. + * See the [documentation](https://docs.strongloop.com/display/LB/Storage+component) for more information. * @class */ function StorageService(options) {