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
To get started with the development of a plugin clone the sample
plugins:
----
$ git clone https://gerrit.googlesource.com/plugins/examples
----
To get started with the development of a plugin, take a look at
the samples in the
link:https://gerrit.googlesource.com/plugins/examples[examples plugin project].
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.