diff --git a/README.md b/README.md index 64a05141..5c00e588 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ BenchmarkZeus_GithubAll 2000 752907 ns/op 300688 B/op 2648 all ## Installation -- [Go](https://github.com/labstack/echo/tree/master/examples) > 1.4.x +- [Go](https://golang.org/doc/install) > 1.4.x - ```go get github.com/labstack/echo``` ## Examples diff --git a/website/docs/index.md b/website/docs/index.md index 359e4ccd..9e8036ce 100644 --- a/website/docs/index.md +++ b/website/docs/index.md @@ -36,7 +36,7 @@ Echo is a fast HTTP router (zero memory allocation) and micro web framework in G ## Installation -- [Go](https://github.com/labstack/echo/tree/master/examples) > 1.4.x +- [Go](https://golang.org/doc/install) > 1.4.x - ```go get github.com/labstack/echo``` ## Examples