From 347b529ef2210251a64162dbc928a7281ab78dd4 Mon Sep 17 00:00:00 2001 From: natashadsilva Date: Tue, 27 Nov 2018 12:31:54 -0500 Subject: [PATCH] change Bluemix to IBM Cloud --- lib/spl-build-common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/spl-build-common.js b/lib/spl-build-common.js index 773ec7f..7f90ed7 100644 --- a/lib/spl-build-common.js +++ b/lib/spl-build-common.js @@ -457,7 +457,7 @@ export class SplBuilder { // service is started. this.messageHandler.handleError( "Verify that the streaming analytics service is started and able to handle requests.", - [{label: "Open Bluemix Dashboard", + [{label: "Open IBM Cloud Dashboard", callbackFn: ()=>{this.openUrlHandler("https://console.bluemix.net/dashboard/apps")} }]); }