From 49b085a392390cc66cd8458f5f4346e2bedeac9d Mon Sep 17 00:00:00 2001 From: Marius Sturm Date: Mon, 23 Dec 2019 11:16:18 +0100 Subject: [PATCH] Fix README links --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 35b5308..5153995 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Latest stable version of Graylog is *3.1.3* this Version is available with the t [hub]: https://hub.docker.com/r/graylog/graylog/ [microbadger]: https://microbadger.com/images/graylog/graylog -Use the stable `3.1` release for your production environments. Please check the [latest stable documentation](http://docs.graylog.org/en/stable/pages/installation/docker.html) for complete installation and configuration instruction. +Use the stable `3.1` release for your production environments. Please check the [latest stable documentation](http://docs.graylog.org/en/latest/pages/installation/docker.html) for complete installation and configuration instruction. ## What is Graylog? @@ -16,15 +16,15 @@ Graylog is a centralized logging solution that allows the user to aggregate and ## Architecture -Take a look at the minimal [Graylog architecture](http://docs.graylog.org/en/stable/pages/architecture.html) to get the big picture of a Graylog setup. In essence, Graylog needs to talk to MongoDB to store configuration data as well as Elasticsearch to store the actual log data. +Take a look at the minimal [Graylog architecture](http://docs.graylog.org/en/latest/pages/architecture.html) to get the big picture of a Graylog setup. In essence, Graylog needs to talk to MongoDB to store configuration data as well as Elasticsearch to store the actual log data. ## How to use this image -Please refer to the [Graylog Docker documentation](http://docs.graylog.org/en/stable/pages/installation/docker.html) for a comprehensive overview and a detailed description of the Graylog Docker image. +Please refer to the [Graylog Docker documentation](http://docs.graylog.org/en/latest/pages/installation/docker.html) for a comprehensive overview and a detailed description of the Graylog Docker image. ## Configuration -Every configuration option can be set via environment variables, take a look [here](http://docs.graylog.org/en/stable/pages/configuration/server.conf.html) for an overview. Simply prefix the parameter name with `GRAYLOG_` and put it all in upper case. Another option would be to store the configuration file outside of the container and edit it directly. +Every configuration option can be set via environment variables, take a look [here](http://docs.graylog.org/en/latest/pages/configuration/server.conf.html) for an overview. Simply prefix the parameter name with `GRAYLOG_` and put it all in upper case. Another option would be to store the configuration file outside of the container and edit it directly. ## Documentation