From d54c2fb96a52f78efefae86df08414a56c75fd61 Mon Sep 17 00:00:00 2001 From: Sayali Gaikawad <61760125+gaiksaya@users.noreply.github.com> Date: Fri, 4 Sep 2020 14:23:38 -0700 Subject: [PATCH] Fix download and doc links in package description (#248) --- build-tools/pkgbuild.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-tools/pkgbuild.gradle b/build-tools/pkgbuild.gradle index ba654654..c275cbc9 100644 --- a/build-tools/pkgbuild.gradle +++ b/build-tools/pkgbuild.gradle @@ -25,10 +25,10 @@ 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 ''' Open Distro for Elasticsearch Alerting. - Reference documentation can be found at https://opendistro.github.io/elasticsearch/docs. + Reference documentation can be found at https://opendistro.github.io/for-elasticsearch-docs/. '''.stripIndent().replace('\n', ' ').trim() }