From 22c79cb4643e047f5d06a5d438a1201d1e928a6a Mon Sep 17 00:00:00 2001 From: Hartley McGuire Date: Sun, 7 Jan 2024 12:38:55 -0500 Subject: [PATCH] Update link for creating a gem [The old link points to this new page][1] [1]: https://github.com/radar/guides/commit/eaaf139b440fd2d54ad54a3dc1732942ff8b22c0 --- guides/source/plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/source/plugins.md b/guides/source/plugins.md index 8bab69958987a..dd9c6f2f9116c 100644 --- a/guides/source/plugins.md +++ b/guides/source/plugins.md @@ -524,6 +524,6 @@ $ bundle exec rake rdoc ### References -* [Developing a RubyGem using Bundler](https://github.com/radar/guides/blob/master/gem-development.md) +* [Developing a RubyGem using Bundler](https://bundler.io/guides/creating_gem.html) * [Using .gemspecs as Intended](https://yehudakatz.com/2010/04/02/using-gemspecs-as-intended/) * [Gemspec Reference](https://guides.rubygems.org/specification-reference/)