Change wording about the example plugin in dev-plugins.txt

Rather than suggesting to download the examples plugin, just
provide a link to it.

Change-Id: Ie2a24c22185c60726d9208df901fc0c41fe3940b
This commit is contained in:
David Pursehouse
2019-04-25 19:55:49 +09:00
parent 51ad285b70
commit 092ac5c201

View File

@@ -33,12 +33,9 @@ Most of this documentation refers to either type as a plugin.
[[getting-started]] [[getting-started]]
== Getting started == Getting started
To get started with the development of a plugin clone the sample To get started with the development of a plugin, take a look at
plugins: the samples in the
link:https://gerrit.googlesource.com/plugins/examples[examples plugin project].
----
$ git clone https://gerrit.googlesource.com/plugins/examples
----
This is a project that demonstrates the various features of the 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. plugin API. It can be taken as an example to develop an own plugin.