From 91ad2fd274ffbc431f980082d367a7477d9a68d2 Mon Sep 17 00:00:00 2001 From: joeybloggs Date: Thu, 24 Sep 2015 08:03:59 -0400 Subject: [PATCH] Update repo links to a few packages I recently migrated some code from one organization to another and am just updating the links to point directly to the new location: Repos affected: * https://github.com/go-playground/validator * https://github.com/go-playground/assert * https://github.com/go-playground/overalls --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 33b03e61..54ee1478 100644 --- a/README.md +++ b/README.md @@ -161,7 +161,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a *Tools for help with continuous integration* * [goveralls](https://github.com/mattn/goveralls) - Go integration for Coveralls.io continuous code coverage tracking system. -* [overalls](https://github.com/bluesuncorp/overalls) - Multi-Package go project coverprofile for tools like goveralls +* [overalls](https://github.com/go-playground/overalls) - Multi-Package go project coverprofile for tools like goveralls ## CSS Preprocessors @@ -648,7 +648,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis *Libraries for testing codebases and generating test data.* * Testing Frameworks - * [assert](https://github.com/bluesuncorp/assert) - Basic Assertion Library used along side native go testing, with building blocks for custom assertions + * [assert](https://github.com/go-playground/assert) - Basic Assertion Library used along side native go testing, with building blocks for custom assertions * [assert](https://github.com/bmizerany/assert) - Asserts to Go testing * [bro](https://github.com/marioidival/bro) - Watch files in directory and run tests for them * [frisby](https://github.com/verdverm/frisby) - a REST API testing framework @@ -799,7 +799,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis *Libraries for validation.* * [govalidator](https://github.com/asaskevich/govalidator) - Validators and sanitizers for strings, numerics, slices and structs -* [validator](https://github.com/bluesuncorp/validator) - Go Struct and Field validation, including Cross Field, Cross Struct, Map, Slice and Array diving +* [validator](https://github.com/go-playground/validator) - Go Struct and Field validation, including Cross Field, Cross Struct, Map, Slice and Array diving ## Version Control