diff --git a/docs/_docs/plugins/your-first-plugin.md b/docs/_docs/plugins/your-first-plugin.md index f1063581..e20bdda5 100644 --- a/docs/_docs/plugins/your-first-plugin.md +++ b/docs/_docs/plugins/your-first-plugin.md @@ -136,7 +136,7 @@ recommended best practices to help structure your plugin. We recommend using a [gem](/docs/ruby-101/#gems) for your plugin. This will help you manage dependencies, keep separation from your site source code and allow you to share functionality across multiple projects. For tips on creating -a gem take a look a the +a gem take a look at the [Ruby gems guide](https://guides.rubygems.org/make-your-own-gem/) or look through the source code of an existing plugin such as [jekyll-feed](https://github.com/jekyll/jekyll-feed).