Skip to content

Commit 708e8fc

Browse files
dalelaneapaparazzi0329
authored andcommitted
docs: fix dead links in README
Noticed a couple of dead links in the README doc. One is a typo (AUTHENTICATION.md should be Authentication.md) so I fixed that. The other pointed at a doc on VCAP_SERVICES that doesn't exist any more, so I changed it for the only description I could find for VCAP_SERVICES on the public cloud docs site. Signed-off-by: Dale Lane <[email protected]>
1 parent a0c52f9 commit 708e8fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Watson services are migrating to token-based Identity and Access Management (IAM
5959

6060
Authentication is accomplished using dedicated Authenticators for each authentication scheme. Import authenticators from `ibm-watson/auth` or rely on externally-configured credentials which will be read from a credentials file or environment variables.
6161

62-
To learn more about the Authenticators and how to use them with your services, see [the detailed documentation](https://github.com/IBM/node-sdk-core/blob/master/AUTHENTICATION.md).
62+
To learn more about the Authenticators and how to use them with your services, see [the detailed documentation](https://github.com/IBM/node-sdk-core/blob/master/Authentication.md).
6363

6464
### Getting credentials
6565

@@ -164,7 +164,7 @@ assistant.setServiceUrl('<url_as_per_region>')
164164
When uploading your application to IBM Cloud there is a certain priority Watson services will use when looking for proper credentials. The order is as follows:
165165
1. Programmatic (i.e. IamAuthenticator)
166166
2. Credentials File
167-
3. VCAP_SERVICES (an environment variable used by IBM Cloud, details found [here](https://cloud.ibm.com/docs/watson?topic=watson-vcapServices))
167+
3. VCAP_SERVICES (an environment variable used by IBM Cloud, details found [here](https://cloud.ibm.com/docs/cloud-foundry-public?topic=cloud-foundry-public-deployingapps#app_env))
168168

169169
## Setting the Service URL
170170
You can set or reset the base URL after constructing the client instance using the `setServiceUrl` method:

0 commit comments

Comments
 (0)