Browse Source

[blog] Fix docker compose source link

Romain 5 years ago
parent
commit
a6f8904ae0

+ 1 - 1
docs/gethue/content/en/posts/2020-10-20-querying-live-streams-of-data-with-flink-sql.md

@@ -70,7 +70,7 @@ For fetching the configurations and starting everything:
 
     mkdir stream-sql-demo
     cd stream-sql-demo
-    wget https://raw.githubusercontent.com/romainr/query-demo/stream-sql-demo/docker-compose.yml
+    wget https://raw.githubusercontent.com/romainr/query-demo/master/stream-sql-demo/docker-compose.yml
 
 
     docker-compose up -d

+ 1 - 1
docs/gethue/content/en/posts/2020-10-20-querying-live-streams-of-data-with-kafka-sql.md

@@ -65,7 +65,7 @@ For fetching the configurations and starting everything:
 
     mkdir stream-sql-demo
     cd stream-sql-demo
-    wget https://raw.githubusercontent.com/romainr/query-demo/stream-sql-demo/docker-compose.yml
+    wget https://raw.githubusercontent.com/romainr/query-demo/master/stream-sql-demo/docker-compose.yml
 
 
     docker-compose up -d