From 00d2332d91a7c8591c66527c06a0812b1ee5c774 Mon Sep 17 00:00:00 2001 From: Elisey Zanko Date: Sun, 16 Jun 2019 17:08:47 +0500 Subject: [PATCH] Update Storm documentation --- storm/content.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/storm/content.md b/storm/content.md index a2e4f8580..901567c66 100644 --- a/storm/content.md +++ b/storm/content.md @@ -54,7 +54,7 @@ Run `docker stack deploy -c stack.yml storm` (or `docker-compose -f stack.yml up ## Configuration -This image uses [default configuration](https://github.com/apache/storm/blob/v1.1.0/conf/defaults.yaml) of the Apache Storm. There are two main ways to change it. +This image uses [default configuration](https://github.com/apache/storm/blob/v2.0.0/conf/defaults.yaml) of the Apache Storm. There are two main ways to change it. 1. Using command line arguments. @@ -70,7 +70,7 @@ This image uses [default configuration](https://github.com/apache/storm/blob/v1. ## Logging -This image uses [default logging configuration](https://github.com/apache/storm/tree/v1.1.0/log4j2). All logs go to the `/logs` directory by default. +This image uses [default logging configuration](https://github.com/apache/storm/tree/v2.0.0/log4j2). All logs go to the `/logs` directory by default. ## Data persistence