From 9d7bb925107ef21f759015719d9bd3ba2f968fec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ernesto=20Jim=C3=A9nez?= Date: Mon, 2 Nov 2015 00:05:23 +0000 Subject: [PATCH] fix #201 - Remove broken link from README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 07fb92ab7..aaf2aa0a8 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Features include: Get started: * Install testify with [one line of code](#installation), or [update it with another](#staying-up-to-date) - * For an introduction to writing test code in Go, see our [blog post article](http://blog.stretchr.com/2014/03/05/test-driven-development-specifically-in-golang/) or check out http://golang.org/doc/code.html#Testing + * For an introduction to writing test code in Go, see http://golang.org/doc/code.html#Testing * Check out the API Documentation http://godoc.org/github.com/stretchr/testify * To make your testing life easier, check out our other project, [gorc](http://github.com/stretchr/gorc) * A little about [Test-Driven Development (TDD)](http://en.wikipedia.org/wiki/Test-driven_development)