From 8b9bd7bcaac77ed788859e96e56685ccaebe4db9 Mon Sep 17 00:00:00 2001 From: Mamoon Raja Date: Fri, 6 Jul 2018 17:11:59 -0400 Subject: [PATCH 1/2] fix(link): update link to IBM cloud in Jumbotron --- views/layout.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/layout.jsx b/views/layout.jsx index a2a8222..cfb2327 100644 --- a/views/layout.jsx +++ b/views/layout.jsx @@ -34,7 +34,7 @@ function Layout(props) { apiReference="http://www.ibm.com/watson/developercloud/natural-language-classifier/api/v1/" version="GA" serviceIcon="/images/service-icon.png" - startInBluemix="https://console.bluemix.net/registration/trial?target=%2Fdeveloper%2Fwatson%2Fcreate-project%3Fservices%3Dnatural_language_classifier%26hideTours%3Dtrue&cm_mmc%3DOSocial_Tumblr-_-Watson%2BCore_Watson%2BCore%2B-%2BPlatform-_-WW_WW-_-wdc-ref%26cm_mmc%3DOSocial_Tumblr-_-Watson%2BCore_Watson%2BCore%2B-%2BPlatform-_-WW_WW-_-wdc-ref%26cm_mmca1%3D000000OF%26cm_mmca2%3D10000409%" + startInBluemix="https://console.bluemix.net/catalog/services/natural-language-classifier" description={DESCRIPTION} />
From b3fafd1751dc7b1f39e12649a87b158f0a19930a Mon Sep 17 00:00:00 2001 From: Mamoon Raja Date: Thu, 12 Jul 2018 09:55:02 -0400 Subject: [PATCH 2/2] fix(link): fix link to have registration tags --- views/layout.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/layout.jsx b/views/layout.jsx index cfb2327..07e76ae 100644 --- a/views/layout.jsx +++ b/views/layout.jsx @@ -34,7 +34,7 @@ function Layout(props) { apiReference="http://www.ibm.com/watson/developercloud/natural-language-classifier/api/v1/" version="GA" serviceIcon="/images/service-icon.png" - startInBluemix="https://console.bluemix.net/catalog/services/natural-language-classifier" + startInBluemix="https://console.bluemix.net/registration/?target=%2Fcatalog%2Fservices%2Fnatural-language-classifier%3FhideTours%3Dtrue%26cm_mmc%3D-_-Watson%2BCore_Watson%2BCore%2B-%2BPlatform-_-WW_WW-_-wdc-ref%26cm_mmc%3D-_-Watson%2BCore_Watson%2BCore%2B-%2BPlatform-_-WW_WW-_-wdc-ref%26cm_mmca1%3D000000OF%26cm_mmca2%3D10000409" description={DESCRIPTION} />