README.md in testcontainers-redis-0.1.0 vs README.md in testcontainers-redis-0.1.1

- old
+ new

@@ -132,18 +132,18 @@ This example creates a Redis container, connects to it using the `redis` gem, sets and retrieves a key-value pair, and then stops the container. ### Example with RSpec -Take a look to the files [examples/redis_container_rspec.rb](https://github.com/guilleiguaran/testcontainers-ruby/blob/main/examples/redis_container_rspec.rb) for a example using RSpec. +Take a look to the files [examples/redis_container_rspec.rb](https://github.com/testcontainers/testcontainers-ruby/blob/main/examples/redis_container_rspec.rb) for a example using RSpec. ## Contributing -Bug reports and pull requests are welcome on GitHub at https://github.com/guilleiguaran/testcontainers. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/guilleiguaran/testcontainers-ruby/blob/main/CODE_OF_CONDUCT.md). +Bug reports and pull requests are welcome on GitHub at https://github.com/testcontainers/testcontainers-ruby. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/testcontainers/testcontainers-ruby/blob/main/CODE_OF_CONDUCT.md). ## License The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT). ## Code of Conduct -Everyone interacting in the Testcontainers project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/guilleiguaran/testcontainers-ruby/blob/main/CODE_OF_CONDUCT.md). +Everyone interacting in the Testcontainers project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/testcontainers/testcontainers-ruby/blob/main/CODE_OF_CONDUCT.md).