Skip to content

Broken BCP 47 reference link in SDK v2 documentation #3240

@phankieuphu

Description

@phankieuphu

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

https://github.com/aws/aws-sdk-go-v2/blob/main/service/location/api_op_SearchPlaceIndexForPosition.go

AWS Go SDK V2 Module Versions Used

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationThis is a problem with documentation.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions