Skip to content

Commit 5a687a0

Browse files
chore: Update dependencies (#228)
1 parent e7a516e commit 5a687a0

3 files changed

Lines changed: 1607 additions & 2309 deletions

File tree

README.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@
1414

1515
You can view a [demo][demo_url] of this app.
1616

17-
Please note this app uses the [Watson Assistant V2 API](https://console.bluemix.net/apidocs/assistant-v2#introduction). To access a version of the V1 app, you can go to [v1.4.1](https://github.com/watson-developer-cloud/assistant-simple/releases/tag/v1.4.1).
17+
Please note this app uses the [Watson Assistant V2 API](https://cloud.ibm.com/apidocs/assistant-v2#introduction). To access a version of the V1 app, you can go to [v1.4.1](https://github.com/watson-developer-cloud/assistant-simple/releases/tag/v1.4.1).
1818

1919
If you need more information about the V1 API, you can go to the [Watson Assistant V1 API page](https://cloud.ibm.com/apidocs/assistant#introduction).
2020

2121

2222
## Prerequisites
2323

24-
1. Sign up for an [IBM Cloud account](https://console.bluemix.net/registration/).
25-
1. Download the [IBM Cloud CLI](https://console.bluemix.net/docs/cli/index.html#overview).
24+
1. Sign up for an [IBM Cloud account](https://cloud.ibm.com/registration/).
25+
1. Download the [IBM Cloud CLI](https://cloud.ibm.com/docs/cli/index.html#overview).
2626
1. Create an instance of the Watson Assistant service and get your credentials:
27-
- Go to the [Watson Assistant](https://console.bluemix.net/catalog/services/conversation) page in the IBM Cloud Catalog.
27+
- Go to the [Watson Assistant](https://cloud.ibm.com/catalog/services/conversation) page in the IBM Cloud Catalog.
2828
- Log in to your IBM Cloud account.
2929
- Click **Create**.
3030
- Click **Show** to view the service credentials.
@@ -84,7 +84,6 @@ If you need more information about the V1 API, you can go to the [Watson Assista
8484
```
8585
```
8686
ASSISTANT_IAM_APIKEY=ca2905e6-7b5d-4408-9192-e4d54d83e604
87-
ASSISTANT_IAM_URL=https://gateway-syd.watsonplatform.net/assistant/api
8887
```
8988
9089
8. Add the `ASSISTANT_ID` to the previous properties
@@ -111,7 +110,7 @@ If you need more information about the V1 API, you can go to the [Watson Assista
111110
112111
## Deploying to IBM Cloud as a Cloud Foundry Application
113112
114-
1. Login to IBM Cloud with the [IBM Cloud CLI](https://console.bluemix.net/docs/cli/index.html#overview)
113+
1. Login to IBM Cloud with the [IBM Cloud CLI](https://cloud.ibm.com/docs/cli/index.html#overview)
115114
116115
```
117116
ibmcloud login
@@ -151,9 +150,9 @@ Find more open source projects on the
151150
152151
153152
[demo_url]: https://assistant-simple.ng.bluemix.net/
154-
[doc_intents]: (https://console.bluemix.net/docs/services/conversation/intents-entities.html#planning-your-entities)
155-
[docs]: https://console.bluemix.net/docs/services/conversation/index.html
156-
[docs_landing]: (https://console.bluemix.net/docs/services/conversation/index.html)
153+
[doc_intents]: https://cloud.ibm.com/docs/services/conversation/intents-entities.html#planning-your-entities
154+
[docs]: https://cloud.ibm.com/docs/services/assistant/index.html#index
155+
[docs_landing]: (https://cloud.ibm.com/docs/services/assistant/index.html#index)
157156
[node_link]: (http://nodejs.org/)
158157
[npm_link]: (https://www.npmjs.com/)
159-
[sign_up]: bluemix.net/registration
158+
[sign_up]: https://cloud.ibm.com/registration

0 commit comments

Comments
 (0)