Skip to content

Commit

Permalink
Fix README link to developer guide (#3494)
Browse files Browse the repository at this point in the history
The trailing slash here leads to a 404. Removing it makes everything happier.
  • Loading branch information
Undo1 authored Aug 21, 2020
1 parent f4e1349 commit 8e014a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ We work hard to provide a high-quality and useful SDK for our AWS services, and

## Resources

[Developer guide](https://docs.aws.amazon.com/sdk-for-go/v1/developer-guide/welcome.html/) - This document
[Developer guide](https://docs.aws.amazon.com/sdk-for-go/v1/developer-guide/welcome.html) - This document
is a general introduction on how to configure and make requests with the SDK.
If this is your first time using the SDK, this documentation and the API
documentation will help you get started. This document focuses on the syntax
Expand Down Expand Up @@ -516,4 +516,4 @@ features and AWS services.

[issues]: https://github.com/aws/aws-sdk-go/issues
[pr]: https://github.com/aws/aws-sdk-go/pulls
[license]: http://aws.amazon.com/apache2.0/
[license]: http://aws.amazon.com/apache2.0/

0 comments on commit 8e014a7

Please sign in to comment.