Skip to content

Commit

Permalink
Fixed broken links in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirsten Schumy committed Dec 10, 2020
1 parent 5b9f32e commit 01069fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/kubernetes/kubernetes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ If you are building from macOS, and have installed go 1.15.3 with
$ go env GOROOT
/usr/local/Cellar/go/1.15.3/libexec
```
In our [build container](../../../builder-base/README.md), you can see we
get Go from https://golang.org/dl/] and install it in `/usr/local`
In our [build container](https://github.com/aws/eks-distro-build-tooling/blob/main/builder-base/README.md),
you can see we get Go from https://golang.org/dl/ and install it in `/usr/local`,
resulting in the following `GOROOT`:
```bash
# cd builder-base
Expand Down

0 comments on commit 01069fc

Please sign in to comment.