-
Notifications
You must be signed in to change notification settings - Fork 737
Open
Labels
documentationThis is a problem with documentation.This is a problem with documentation.
Description
Describe the issue
Hi AWS team,
I found a broken documentation link in the AWS SDK for Go v2.
Source comment:
// If the data provider does not have a value for Greek, the result will be in a
// language that the provider does support.
//
// [BCP 47]: https://tools.ietf.org/search/bcp47
Language *string
The link https://tools.ietf.org/search/bcp47 is no longer valid because tools.ietf.org/search has been deprecated.
The correct link should be:
https://www.rfc-editor.org/info/bcp47
or
https://www.rfc-editor.org/rfc/bcp47
Request: Please update the reference to avoid sending developers to a dead link.
Thanks.
Links
AWS Go SDK V2 Module Versions Used
No response
Metadata
Metadata
Assignees
Labels
documentationThis is a problem with documentation.This is a problem with documentation.