From 8b963e30e17db74445d92dd63bbd4e972b70069b Mon Sep 17 00:00:00 2001 From: kuisathaverat Date: Fri, 20 Nov 2020 13:39:09 +0100 Subject: [PATCH] fix: broken links --- Dockerfile | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5dd500e..3669204 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ ################################################################################ # Build stage 0 -# Extract APM Server and make various file manipulations. +# Extract Filebeat and make various file manipulations. ################################################################################ ARG BASE_REGISTRY=registry1.dsop.io ARG BASE_IMAGE=ironbank/redhat/ubi/ubi8 @@ -79,7 +79,7 @@ LABEL org.label-schema.schema-version="1.0" \ org.label-schema.vendor="Elastic" \ org.label-schema.name="${ELASTIC_PRODUCT}" \ org.label-schema.version="${ELASTIC_STACK}" \ - org.label-schema.url="https://www.elastic.co/products/${ELASTIC_PRODUCT}" \ + org.label-schema.url="https://www.elastic.co/products/beats/${ELASTIC_PRODUCT}" \ org.label-schema.vcs-url="https://github.com/elastic/${ELASTIC_PRODUCT}" \ org.label-schema.license="Elastic License" license="Elastic License" diff --git a/README.md b/README.md index 91c173e..e4bbaec 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ visiting [Elastic Community](https://www.elastic.co/community). This software is governed by the [Elastic -License](https://github.com/elastic/elasticsearch/blob/7.9/licenses/ELASTIC-LICENSE.txt), +License](https://github.com/elastic/elasticsearch/blob/7.10/licenses/ELASTIC-LICENSE.txt), and includes the full set of [free features](https://www.elastic.co/subscriptions). -- GitLab