-
Notifications
You must be signed in to change notification settings - Fork 8
Description
Please make sure you have searched for information in the following guides.
- Search the issues already opened: https://github.com/GoogleCloudPlatform/google-cloud-node/issues
- Check our Troubleshooting guide: https://googlecloudplatform.github.io/google-cloud-node/#/docs/guides/troubleshooting
- Check our FAQ: https://googlecloudplatform.github.io/google-cloud-node/#/docs/guides/faq
- Check our libraries HOW-TO: https://github.com/googleapis/gax-nodejs/blob/main/client-libraries.md
- Check out our authentication guide: https://github.com/googleapis/google-auth-library-nodejs
- Check out handwritten samples for many of our APIs: https://github.com/GoogleCloudPlatform/nodejs-docs-samples
Documentation Request
Problem Description:
In the README.md for the reCAPTCHA Enterprise API client for Node.js, the link to the "reCAPTCHA Enterprise API Node.js Client API Reference" is broken.
File Path:
packages/google-cloud-recaptchaenterprise/README.md
Location:
In the bulleted list under the partials.introduction section:
[reCAPTCHA Enterprise API Nodejs Client API Reference](https://cloud.google.com/nodejs/docs/reference/recaptchaenterprise/latest)
Error:
The current link is: https://cloud.google.com/nodejs/docs/reference/recaptchaenterprise/latest
This link leads to a 404 Not Found error.
Suggested Fix:
The link is missing a hyphen in recaptchaenterprise.
The correct link should be: https://cloud.google.com/nodejs/docs/reference/recaptcha-enterprise/latest
Please update the link in the README.md file to point to the correct API reference documentation.
Thanks