From 1ab3ebbd1f6e0f0c2e51956e110d70810ac74bc6 Mon Sep 17 00:00:00 2001 From: Vishal Rana Date: Sun, 19 Apr 2015 22:49:01 -0700 Subject: [PATCH] Docs updated Signed-off-by: Vishal Rana --- README.md | 2 +- website/docs/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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