Update your-first-plugin.md (#8420)

This commit is contained in:
Pratyaksh Gautam 2020-10-01 16:43:42 +05:30 committed by GitHub
parent b17cb5fe2a
commit d26970cf25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 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 help you manage dependencies, keep separation from your site source code and
allow you to share functionality across multiple projects. For tips on creating 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 [Ruby gems guide](https://guides.rubygems.org/make-your-own-gem/) or look
through the source code of an existing plugin such as through the source code of an existing plugin such as
[jekyll-feed](https://github.com/jekyll/jekyll-feed). [jekyll-feed](https://github.com/jekyll/jekyll-feed).