This is an automated email from the ASF dual-hosted git repository. cwylie pushed a commit to branch 0.15.1-incubating in repository https://gitbox.apache.org/repos/asf/incubator-druid.git
commit e67dc893ee37d77c41ffc34c49d61707972c67c2 Author: Eyal Yurman <[email protected]> AuthorDate: Mon Jul 1 11:18:27 2019 -0700 Improve pull-deps reference in extensions page. (#8002) --- docs/content/development/extensions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/development/extensions.md b/docs/content/development/extensions.md index 2190793..6e8bb3a 100644 --- a/docs/content/development/extensions.md +++ b/docs/content/development/extensions.md @@ -74,7 +74,7 @@ Community extensions are not maintained by Druid committers, although we accept A number of community members have contributed their own extensions to Druid that are not packaged with the default Druid tarball. If you'd like to take on maintenance for a community extension, please post on [[email protected]](https://lists.apache.org/[email protected]) to let us know! -All of these community extensions can be downloaded using *pull-deps* with the coordinate org.apache.druid.extensions.contrib:EXTENSION_NAME:LATEST_DRUID_STABLE_VERSION. +All of these community extensions can be downloaded using [pull-deps](../operations/pull-deps.html) while specifying a `-c` coordinate option to pull `org.apache.druid.extensions.contrib:{EXTENSION_NAME}:{DRUID_VERSION}`. |Name|Description|Docs| |----|-----------|----| --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
