Drop readme This readme contains the same content as the plugin documentation and as result each documentation change must be done in 2 places. This is annoying, hence just drop the readme. Change-Id: Ic41f5917fc82ff522f9eaedbec7b176b3d9c4234 Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
diff --git a/README.md b/README.md deleted file mode 100644 index 367af0e..0000000 --- a/README.md +++ /dev/null
@@ -1,18 +0,0 @@ -External URL Avatar Plugin Configuration -========================= - -This plugin allows to use an own web service to load the avatar images from. - -Options: - -* `avatar.url` - the location of avatar images containing `%s`, which will then be replaced by the `username`. Required. -* `avatar.changeUrl` - the URL shown in Gerrit's user settings to tell the user, where the avatar can be changed. Optional. - -Example (to be added to `etc/gerrit.config`): - - [avatar] - url = http://example.org/avatars/%s.jpg - changeUrl = http://example.org/account.html - -Please note that `http://` URLs will be automatically rewritten to `https://`, if `gerrit.canonicalWebUrl` uses HTTPS. - \ No newline at end of file