From 1098f5beb9b49a9d88434f6b3b6ccb58b2dfe93f Mon Sep 17 00:00:00 2001 From: Elliot Winkler Date: Thu, 26 Jan 2023 10:17:26 -0700 Subject: [PATCH] Fix the link to the gem on Rubygems in the README Co-authored-by: Richard Hao --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b280832..50ed96e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Shoulda Context [![Gem Version][version-badge]][rubygems] [![Build Status][travis-badge]][travis] ![Downloads][downloads-badge] [![Hound][hound-badge]][hound] [version-badge]: https://img.shields.io/gem/v/shoulda-context.svg -[rubygems]: https://rubygems.org/gems/shoulda-matchers +[rubygems]: https://rubygems.org/gems/shoulda-context [travis-badge]: https://img.shields.io/travis/thoughtbot/shoulda-context/master.svg [travis]: https://travis-ci.org/thoughtbot/shoulda-context [downloads-badge]: https://img.shields.io/gem/dtv/shoulda-context.svg @@ -20,8 +20,7 @@ fully compatible with your existing tests and requires no retooling to use. [rubydocs]: http://rubydoc.info/github/thoughtbot/shoulda-context/master/frames [changelog]: CHANGELOG.md -[shoulda-matchers]: https://github.com/thoughtbot/shoulda-matchers -[minitest_matchers-vaccine]: https://github.com/rmm5t/minitest-matchers_vaccine +[shoulda-context]: https://github.com/thoughtbot/shoulda-context ## Getting started