Merge pull request #19 from miki1029/patch-2

Fix bad link image url
This commit is contained in:
Oleg Zhurakousky
2019-12-19 08:19:01 +01:00
committed by GitHub

View File

@@ -1558,7 +1558,7 @@ If the instance count (or <code>instance count * concurrency</code>) exceeds the
</div>
<div class="imageblock text-center">
<div class="content">
<img src="https://raw.github.com/spring-cloud-stream-binder-kafka/master/docs/src/main/asciidoc/images/spring-initializr-kafka-streams.png" alt="spring initializr kafka streams" width="800">
<img src="https://raw.github.com/spring-cloud/spring-cloud-stream-binder-kafka/master/docs/src/main/asciidoc/images/spring-initializr-kafka-streams.png" alt="spring initializr kafka streams" width="800">
</div>
</div>
</div>