You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by si...@apache.org on 2018/05/02 21:44:57 UTC

[incubator-pulsar] branch master updated: Fix broken image (#1720)

This is an automated email from the ASF dual-hosted git repository.

sijie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new e9f8d9d  Fix broken image (#1720)
e9f8d9d is described below

commit e9f8d9d7b37721a3c27ffc5264663dbccfafcd75
Author: Luc Perkins <lu...@gmail.com>
AuthorDate: Wed May 2 14:44:54 2018 -0700

    Fix broken image (#1720)
    
    * add missing image
    
    * update image
    
    * one more small change to image
---
 .../latest/getting-started/ConceptsAndArchitecture.md   |   2 +-
 site/img/failover-subscriptions.png                     | Bin 0 -> 64604 bytes
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/site/docs/latest/getting-started/ConceptsAndArchitecture.md b/site/docs/latest/getting-started/ConceptsAndArchitecture.md
index 817b3eb..2efabea 100644
--- a/site/docs/latest/getting-started/ConceptsAndArchitecture.md
+++ b/site/docs/latest/getting-started/ConceptsAndArchitecture.md
@@ -147,7 +147,7 @@ When the master consumer disconnects, all (non-acked and subsequent) messages wi
 
 In the diagram above, Consumer-C-1 is the master consumer while Consumer-C-2 would be the next in line to receive messages if Consumer-C-2 disconnected.
 
-{% include figure.html src="/img/failover-subscriptions.png" alt="Shared subscriptions" width="80" %}
+{% include figure.html src="/img/failover-subscriptions.png" alt="Failover subscriptions" width="80" %}
 
 ### Multi-topic subscriptions
 
diff --git a/site/img/failover-subscriptions.png b/site/img/failover-subscriptions.png
new file mode 100644
index 0000000..2cf83fc
Binary files /dev/null and b/site/img/failover-subscriptions.png differ

-- 
To stop receiving notification emails like this one, please contact
sijie@apache.org.