config: update repo download config options
This was renamed to just "repo" a while ago but the docs were missed.
Change-Id: Id389374f886d37e69bd99736ab0a17087ef5bae9
diff --git a/src/main/resources/Documentation/config.md b/src/main/resources/Documentation/config.md
index 3781f9e..cd75027 100644
--- a/src/main/resources/Documentation/config.md
+++ b/src/main/resources/Documentation/config.md
@@ -19,7 +19,7 @@
scheme = http
scheme = anon_http
scheme = anon_git
- scheme = repo_download
+ scheme = repo
```
The download section configures the allowed download methods.
@@ -58,9 +58,10 @@
(../../../Documentation/config-gerrit.html#gerrit.canonicalGitUrl)
variable.
- * `repo_download`: Gerrit advertises patch set downloads with the
- `repo download` command, assuming that all projects managed by this
- instance are generally worked on with the repo multi-repository
+ * `repo`: Gerrit advertises patch set downloads with the `repo download`
+ command, assuming that all projects managed by this instance are generally
+ worked on with the
+ [repo multi-repository tool](https://gerrit.googlesource.com/git-repo)
tool. This is not default, as not all instances will deploy repo.
If `download.scheme` is not specified, SSH, HTTP and Anonymous HTTP