Fix bad link image url

This commit is contained in:
Minwoo Kim
2019-12-19 16:18:06 +09:00
committed by GitHub
parent afc7d1858d
commit 339ed947fd

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>