From 62e2dd0f8e2d25dd1965cfab627d494ccbc1d19b Mon Sep 17 00:00:00 2001 From: Sayali Gaikawad Date: Fri, 4 Sep 2020 13:59:34 -0700 Subject: [PATCH] Fix download link in package description --- plugin/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/build.gradle b/plugin/build.gradle index 3ba7d4081a..89a85a42d7 100644 --- a/plugin/build.gradle +++ b/plugin/build.gradle @@ -110,7 +110,7 @@ afterEvaluate { license 'ASL-2.0' maintainer 'OpenDistro for Elasticsearch Team ' - url 'https://opendistro.github.io/elasticsearch/downloads' + url 'https://opendistro.github.io/for-elasticsearch/downloads.html' summary ''' SQL plugin for OpenDistro for Elasticsearch. Reference documentation can be found at https://opendistro.github.io/for-elasticsearch-docs/.