From 98f6f6f2729a17365f34d34a9185325c173997ea Mon Sep 17 00:00:00 2001 From: Soheil Hassas Yeganeh Date: Wed, 29 Jul 2015 14:40:09 -0400 Subject: [PATCH] Nit in README Fix the broken godoc link. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 62e252f..5270af4 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ go httpS.Serve(httpL) m.Serve() ``` -Take a look at [other examples in the GoDoc](http://localhost:6060/pkg/github.com/soheilhy/cmux/#pkg-examples). +Take a look at [other examples in the GoDoc](http://godoc.org/github.com/soheilhy/cmux/#pkg-examples). ## Docs * [GoDocs](https://godoc.org/github.com/soheilhy/cmux)