From cf2e900b9a6cffc76c630c71fbd1de2b8d9ca866 Mon Sep 17 00:00:00 2001 From: David Pursehouse Date: Wed, 1 Mar 2017 19:10:43 +0900 Subject: [PATCH] dev-plugins: Fix formatting of "Getting Started" section Change-Id: Id3d78afb3f396c6b755f30f651e359981d4205f2 --- Documentation/dev-plugins.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Documentation/dev-plugins.txt b/Documentation/dev-plugins.txt index 9a289e1f95..f36fcb384d 100644 --- a/Documentation/dev-plugins.txt +++ b/Documentation/dev-plugins.txt @@ -27,14 +27,14 @@ Most of this documentation refers to either type as a plugin. To get started with the development of a plugin clone the sample plugin: -+ -This is a project that demonstrates the various features of the -plugin API. It can be taken as an example to develop an own plugin. -+ + ---- $ git clone https://gerrit.googlesource.com/plugins/cookbook-plugin ---- -+ + +This is a project that demonstrates the various features of the +plugin API. It can be taken as an example to develop an own plugin. + When starting from this example one should take care to adapt the `Gerrit-ApiVersion` in the `BUILD` to the version of Gerrit for which the plugin is developed.