Skip to content

Commit

Permalink
Update repo links to a few packages
Browse files Browse the repository at this point in the history
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
  • Loading branch information
joeybloggs authored and joeybloggs committed Sep 24, 2015
1 parent 1335305 commit 91ad2fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 91ad2fd

Please sign in to comment.