From 3bab3491fb76809edb756bc800fd79000e5e8292 Mon Sep 17 00:00:00 2001 From: Anton Lofgren Date: Fri, 11 Oct 2013 17:26:52 +0200 Subject: [PATCH] docs/plugins: Correct a broken link in the development basics section I'm assuming the link is supposed to point to the packaging and distribution section. With this patch, it does! --- website/docs/source/v2/plugins/development-basics.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/source/v2/plugins/development-basics.html.md b/website/docs/source/v2/plugins/development-basics.html.md index 884d88bc0..e57936bcf 100644 --- a/website/docs/source/v2/plugins/development-basics.html.md +++ b/website/docs/source/v2/plugins/development-basics.html.md @@ -24,7 +24,7 @@ upgrades and use a stable API. Plugins are written using [Ruby](http://www.ruby-lang.org/en/) and are packaged using [RubyGems](http://rubygems.org/). Familiarity with Ruby is required, -but the [packaging and distribution](#) section should help +but the [packaging and distribution](/v2/plugins/packaging.html) section should help guide you to packaging your plugin into a RubyGem. ## Plugin Definition