From 3afea38d7dc98cebceae6b9f747eba877590ea50 Mon Sep 17 00:00:00 2001 From: DeDe Morton Date: Mon, 25 Feb 2019 10:19:11 -0800 Subject: [PATCH] Remove broken link to docker source code (#10833) * Remove link to old repo for docker source * Remove dockergithub attribute --- libbeat/docs/shared-beats-attributes.asciidoc | 2 +- libbeat/docs/shared-docker.asciidoc | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/libbeat/docs/shared-beats-attributes.asciidoc b/libbeat/docs/shared-beats-attributes.asciidoc index 3aa2958ded9b..70d3644614c6 100644 --- a/libbeat/docs/shared-beats-attributes.asciidoc +++ b/libbeat/docs/shared-beats-attributes.asciidoc @@ -14,7 +14,7 @@ :monitoringdoc: https://www.elastic.co/guide/en/elastic-stack-overview/{doc-branch} :dashboards: https://artifacts.elastic.co/downloads/beats/beats-dashboards/beats-dashboards-{stack-version}.zip :dockerimage: docker.elastic.co/beats/{beatname_lc}:{version} -:dockergithub: https://github.com/elastic/beats-docker/tree/{doc-branch} +:dockerconfig: https://raw.githubusercontent.com/elastic/beats/{doc-branch}/deploy/docker/{beatname_lc}.docker.yml :downloads: https://artifacts.elastic.co/downloads/beats :ES-version: {stack-version} :LS-version: {stack-version} diff --git a/libbeat/docs/shared-docker.asciidoc b/libbeat/docs/shared-docker.asciidoc index 4476e5c94f9a..97251a37b771 100644 --- a/libbeat/docs/shared-docker.asciidoc +++ b/libbeat/docs/shared-docker.asciidoc @@ -5,8 +5,7 @@ Docker images for {beatname_uc} are available from the Elastic Docker registry. The base image is https://hub.docker.com/_/centos/[centos:7]. A list of all published Docker images and tags is available at -https://www.docker.elastic.co[www.docker.elastic.co]. The source code is in -{dockergithub}[GitHub]. +https://www.docker.elastic.co[www.docker.elastic.co]. These images are free to use under the Elastic license. They contain open source and free commercial features and access to paid commercial features.