dev-plugins: Fix formatting of "Getting Started" section

Change-Id: Id3d78afb3f396c6b755f30f651e359981d4205f2
This commit is contained in:
David Pursehouse
2017-03-01 19:10:43 +09:00
parent c35fa215c9
commit cf2e900b9a

View File

@@ -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.