You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by ur...@apache.org on 2022/05/24 09:09:01 UTC

[pulsar-site] branch main updated: fix docs assets path

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

urfree pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git


The following commit(s) were added to refs/heads/main by this push:
     new dcc3e74b9c2 fix docs assets path
dcc3e74b9c2 is described below

commit dcc3e74b9c24f0a3ed63fdfff9fc3d499730e2d1
Author: Li Li <ur...@apache.org>
AuthorDate: Tue May 24 17:08:21 2022 +0800

    fix docs assets path
    
    Signed-off-by: Li Li <ur...@apache.org>
---
 site2/website-next/docs/concepts-architecture-overview.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/site2/website-next/docs/concepts-architecture-overview.md b/site2/website-next/docs/concepts-architecture-overview.md
index 0bc2bb62875..19e84f93eaa 100644
--- a/site2/website-next/docs/concepts-architecture-overview.md
+++ b/site2/website-next/docs/concepts-architecture-overview.md
@@ -14,7 +14,7 @@ In a Pulsar cluster:
 
 The diagram below provides an illustration of a Pulsar cluster:
 
-![Pulsar architecture diagram](assets/pulsar-system-architecture.png)
+![Pulsar architecture diagram](/assets/pulsar-system-architecture.png)
 
 At the broader instance level, an instance-wide ZooKeeper cluster called the configuration store handles coordination tasks involving multiple clusters, for example [geo-replication](concepts-replication).
 
@@ -91,7 +91,7 @@ persistent://my-tenant/my-namespace/my-topic
 
 You can see an illustration of how brokers and bookies interact in the diagram below:
 
-![Brokers and bookies](assets/broker-bookie.png)
+![Brokers and bookies](/assets/broker-bookie.png)
 
 
 ### Ledgers
@@ -155,7 +155,7 @@ You can use your own service discovery system if you'd like. If you use your own
 
 The diagram below illustrates Pulsar service discovery:
 
-![alt-text](assets/pulsar-service-discovery.png)
+![alt-text](/assets/pulsar-service-discovery.png)
 
 In this diagram, the Pulsar cluster is addressable via a single DNS name: `pulsar-cluster.acme.com`. A [Python client](client-libraries-python), for example, could access this Pulsar cluster like this: