|
13 | 13 |
|
14 | 14 | Node.js client library to use the Watson APIs.
|
15 | 15 |
|
16 |
| -<details> |
17 |
| - <summary>Table of Contents</summary> |
18 |
| - |
19 |
| - * [Before you begin](#before-you-begin) |
20 |
| - * [Installation](#installation) |
21 |
| - * [Usage](#usage) |
22 |
| - * [Client-side usage](#client-side-usage) |
23 |
| - * [Authentication](#authentication) |
24 |
| - * [Setting the Service URL](#setting-the-service-url) |
25 |
| - * [Promises](#promises) |
26 |
| - * [Sending request headers](#sending-request-headers) |
27 |
| - * [Parsing HTTP response](#parsing-http-response) |
28 |
| - * [Data collection opt-out](#data-collection-opt-out) |
29 |
| - * [Configuring the HTTPS Agent](#configuring-the-https-agent) |
30 |
| - * [Usw behind a corporate proxy](#use-behind-a-corporate-proxy) |
31 |
| - * [Sending custom certificates](#sending-custom-certificates) |
32 |
| - * [Documentation](#documentation) |
33 |
| - * [Questions](#questions) |
34 |
| - * [IBM Watson services](#ibm-watson-services) |
35 |
| - * [Authorization](#authorization) |
36 |
| - * [Assistant v2](#assistant-v2) |
37 |
| - * [Assistant v1](#assistant-v1) |
38 |
| - * [Discovery](#discovery) |
39 |
| - * [Language Translator](#language-translator) |
40 |
| - * [Natural Language Classifier](#natural-language-classifier) |
41 |
| - * [Natural Language Understanding](#natural-language-understanding) |
42 |
| - * [Personality Insights](#personality-insights) |
43 |
| - * [Speech to Text](#speech-to-text) |
44 |
| - * [Text to Speech](#text-to-speech) |
45 |
| - * [Tone Analyzer](#tone-analyzer) |
46 |
| - * [Visual Recognition](#visual-recognition) |
47 |
| - * [Composing Services](#composing-services) |
48 |
| - * [Debug](#debug) |
49 |
| - * [Tests](#tests) |
50 |
| - * [Contributing](#contributing) |
51 |
| - * [Featured Projects](#featured-projects) |
52 |
| - * [License](#license) |
53 |
| - |
54 |
| -</details> |
55 |
| - |
56 | 16 | ## Announcements
|
57 | 17 |
|
58 | 18 | ### Major version 6 released
|
@@ -964,7 +924,7 @@ This library is licensed under Apache 2.0. Full license text is available in
|
964 | 924 | [COPYING][license].
|
965 | 925 |
|
966 | 926 | [assistant]: https://www.ibm.com/cloud/watson-assistant/
|
967 |
| -[discovery]: https://www.ibm.com/watson/services/discovery/ |
| 927 | +[discovery]: https://www.ibm.com/cloud/watson-discovery |
968 | 928 | [personality_insights]: https://www.ibm.com/watson/services/personality-insights/
|
969 | 929 | [visual_recognition]: https://www.ibm.com/watson/services/visual-recognition/
|
970 | 930 | [tone_analyzer]: https://www.ibm.com/watson/services/tone-analyzer/
|
|
0 commit comments