diff --git a/README.md b/README.md index 944c25ed..3cf0dba8 100644 --- a/README.md +++ b/README.md @@ -532,7 +532,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis *These libraries were placed here because none of the other categories seemed to fit* * [autoflags](https://github.com/artyom/autoflags) - Go package to automatically define command line flags from struct fields. -* [browscap_go](https://github.com/fromYukki/browscap_go) - GoLang Library for [Browser Capabilities Project](http://browscap.org/). +* [browscap_go](https://github.com/digitalcrab/browscap_go) - GoLang Library for [Browser Capabilities Project](http://browscap.org/). * [datacounter](https://github.com/miolini/datacounter) - Go counters for readers/writer/http.ResponseWriter. * [go-chat-bot](https://github.com/go-chat-bot/bot) - IRC, Slack & Telegram bot written in Go. * [go-multierror](https://github.com/hashicorp/go-multierror) - A Go (golang) package for representing a list of errors as a single error. @@ -858,7 +858,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [coop](https://github.com/rakyll/coop) - Cheat sheet for some of the common concurrent flows in Go. * [Deepcopier](https://github.com/ulule/deepcopier) - Simple struct copying for Go * [delve](https://github.com/derekparker/delve) - Go debugger. -* [fastlz](https://github.com/fromYukki/fastlz) - Wrap over [FastLz](http://fastlz.org/) (free, open-source, portable real-time compression library) for GoLang. +* [fastlz](https://github.com/digitalcrab/fastlz) - Wrap over [FastLz](http://fastlz.org/) (free, open-source, portable real-time compression library) for GoLang. * [filetype](https://github.com/h2non/filetype) - Small package to infer the file type checking the magic numbers signature. * [fzf](https://github.com/junegunn/fzf) - A command-line fuzzy finder written in Go * [generate](https://github.com/go-playground/generate) - runs go generate recursively on a specified path or environment variable and can filter by regex.