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

This commit is contained in:
ekempin
2017-03-02 07:12:30 +00:00
committed by Gerrit Code Review

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.