Fixed image links for stream

This commit is contained in:
Oleg Zhurakousky
2019-12-06 08:52:17 +01:00
parent 3bbd246f44
commit 39fce172fd

View File

@@ -365,7 +365,7 @@ If you chose RabbitMQ for the middleware, your Spring Initializr should now be a
</div>
<div class="imageblock text-center">
<div class="content">
<img src="https://raw.githubusercontent.com/spring-cloud-stream/master/docs/src/main/asciidoc/images/spring-initializr.png" alt="spring initializr">
<img src="https://raw.githubusercontent.com/spring-cloud/spring-cloud-stream/master/docs/src/main/asciidoc/images/spring-initializr.png" alt="spring initializr">
</div>
</div>
<div class="olist arabic">
@@ -656,7 +656,7 @@ Channels are connected to external brokers through middleware-specific Binder im
</div>
<div class="imageblock text-center">
<div class="content">
<img src="https://raw.githubusercontent.com/spring-cloud-stream/master/docs/src/main/asciidoc/images/SCSt-with-binder.png" alt="SCSt with binder" width="800">
<img src="https://raw.githubusercontent.com/spring-cloud/spring-cloud-stream/master/docs/src/main/asciidoc/images/SCSt-with-binder.png" alt="SCSt with binder" width="800">
</div>
<div class="title">Figure 1. Spring Cloud Stream Application</div>
</div>
@@ -695,7 +695,7 @@ This can be seen in the following figure, which shows a typical deployment for a
</div>
<div class="imageblock text-center">
<div class="content">
<img src="https://raw.githubusercontent.com/spring-cloud-stream/master/docs/src/main/asciidoc/images/SCSt-sensors.png" alt="SCSt sensors" width="800">
<img src="https://raw.githubusercontent.com/spring-cloud/spring-cloud-stream/master/docs/src/main/asciidoc/images/SCSt-sensors.png" alt="SCSt sensors" width="800">
</div>
<div class="title">Figure 2. Spring Cloud Stream Publish-Subscribe</div>
</div>
@@ -729,7 +729,7 @@ For the consumers shown in the following figure, this property would be set as <
</div>
<div class="imageblock text-center">
<div class="content">
<img src="https://raw.githubusercontent.com/spring-cloud-stream/master/docs/src/main/asciidoc/images/SCSt-groups.png" alt="SCSt groups" width="800">
<img src="https://raw.githubusercontent.com/spring-cloud/spring-cloud-stream/master/docs/src/main/asciidoc/images/SCSt-groups.png" alt="SCSt groups" width="800">
</div>
<div class="title">Figure 3. Spring Cloud Stream Consumer Groups</div>
</div>
@@ -800,7 +800,7 @@ Partitioning can thus be used whether the broker itself is naturally partitioned
</div>
<div class="imageblock text-center">
<div class="content">
<img src="https://raw.githubusercontent.com/spring-cloud-stream/master/docs/src/main/asciidoc/images/SCSt-partitioning.png" alt="SCSt partitioning" width="800">
<img src="https://raw.githubusercontent.com/spring-cloud/spring-cloud-stream/master/docs/src/main/asciidoc/images/SCSt-partitioning.png" alt="SCSt partitioning" width="800">
</div>
<div class="title">Figure 4. Spring Cloud Stream Partitioning</div>
</div>
@@ -844,7 +844,7 @@ To set up a partitioned processing scenario, you must configure both the data-pr
</div>
<div class="imageblock text-center">
<div class="content">
<img src="https://raw.githubusercontent.com/spring-cloud-stream/master/docs/src/main/asciidoc/images/SCSt-overview.png" alt="SCSt overview" width="800">
<img src="https://raw.githubusercontent.com/spring-cloud/spring-cloud-stream/master/docs/src/main/asciidoc/images/SCSt-overview.png" alt="SCSt overview" width="800">
</div>
</div>
<div class="sect2">
@@ -2562,7 +2562,7 @@ This section provides information about the main concepts behind the Binder SPI,
</div>
<div class="imageblock text-center">
<div class="content">
<img src="https://raw.githubusercontent.com/spring-cloud-stream/master/docs/src/main/asciidoc/images/producers-consumers.png" alt="producers consumers" width="800">
<img src="https://raw.githubusercontent.com/spring-cloud/spring-cloud-stream/master/docs/src/main/asciidoc/images/producers-consumers.png" alt="producers consumers" width="800">
</div>
<div class="title">Figure 5. Producers and Consumers</div>
</div>