Przeglądaj źródła

Update Storm documentation

Elisey Zanko 6 lat temu
rodzic
commit
00d2332d91
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      storm/content.md

+ 2 - 2
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