summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Herold <opensource@michaeljherold.com>2019-11-16 20:09:50 -0600
committerMichael Herold <opensource@michaeljherold.com>2019-11-16 20:09:50 -0600
commitf4ee26b195c849e96f508fc7037120afb71f21db (patch)
treeb7b1153753f5e2c82b1a32338ccb903ca1b46b60
parent5ce2dbb91ba2eafe629392f300abda68c2e87cae (diff)
downloadhashie-f4ee26b195c849e96f508fc7037120afb71f21db.tar.gz
Update the README from moving the repo
[ci skip]
-rw-r--r--README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index 07e5d3e..9bbaebc 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,10 @@
# Hashie
-[![Join the chat at https://gitter.im/intridea/hashie](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/intridea/hashie?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
+[![Join the chat at https://gitter.im/hashie/hashie](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/hashie/hashie?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Gem Version](http://img.shields.io/gem/v/hashie.svg)](http://badge.fury.io/rb/hashie)
-[![Build Status](http://img.shields.io/travis/intridea/hashie.svg)](https://travis-ci.org/intridea/hashie)
-[![Test Coverage](https://api.codeclimate.com/v1/badges/7a0b42c8a22c945571fd/test_coverage)](https://codeclimate.com/github/intridea/hashie/test_coverage)
-[![Maintainability](https://api.codeclimate.com/v1/badges/7a0b42c8a22c945571fd/maintainability)](https://codeclimate.com/github/intridea/hashie/maintainability)
+[![Build Status](http://img.shields.io/travis/hashie/hashie.svg)](https://travis-ci.org/hashie/hashie)
+[![Test Coverage](https://api.codeclimate.com/v1/badges/7a0b42c8a22c945571fd/test_coverage)](https://codeclimate.com/github/hashie/hashie/test_coverage)
+[![Maintainability](https://api.codeclimate.com/v1/badges/7a0b42c8a22c945571fd/maintainability)](https://codeclimate.com/github/hashie/hashie/maintainability)
Hashie is a growing collection of tools that extend Hashes and make them more useful.
@@ -18,7 +18,7 @@ $ gem install hashie
## Upgrading
-You're reading the documentation for the next release of Hashie, which should be 4.0.1. Please read [UPGRADING](UPGRADING.md) when upgrading from a previous version. The current stable release is [4.0.0](https://github.com/intridea/hashie/blob/v4.0.0/README.md).
+You're reading the documentation for the next release of Hashie, which should be 4.0.1. Please read [UPGRADING](UPGRADING.md) when upgrading from a previous version. The current stable release is [4.0.0](https://github.com/hashie/hashie/blob/v4.0.0/README.md).
## Hash Extensions
@@ -1009,6 +1009,6 @@ See [CONTRIBUTING.md](CONTRIBUTING.md)
## Copyright
-Copyright (c) 2009-2014 Intridea, Inc. (http://intridea.com/) and [contributors](https://github.com/intridea/hashie/graphs/contributors).
+Copyright (c) 2009-2014 Intridea, Inc. (http://intridea.com/) and [contributors](https://github.com/hashie/hashie/graphs/contributors).
MIT License. See [LICENSE](LICENSE) for details.