diff --git a/LearnServerProgramming.md b/LearnServerProgramming.md index 7a015120..7a87ba5b 100644 --- a/LearnServerProgramming.md +++ b/LearnServerProgramming.md @@ -102,7 +102,7 @@ If you decide you need a bit more infrastructure, start by looking at some of th ### Amazon Web Services -- The [aws-sdk-go](https://github.com/awslabs/aws-sdk-go) repository provides automatically generated AWS clients in Go. It has [official support](http://aws.amazon.com/blogs/aws/coming-soon-aws-sdk-for-go) from Amazon. +- The [aws-sdk-go](https://github.com/aws/aws-sdk-go) repository provides automatically generated AWS clients in Go. It has [official support](https://aws.amazon.com/blogs/aws/now-available-version-1-0-of-the-aws-sdk-for-go/) from Amazon. - [Package goamz](https://wiki.ubuntu.com/goamz) enables Go programs to interact with the Amazon Web Services. - Search packages for [AWS](http://godoc.org/?q=aws) or [Amazon services](http://godoc.org/?q=amazon+service)