This is an automated email from the ASF dual-hosted git repository.
tison 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 2072c3d7f3a [fix][doc] Markdown link in reference-terminology.md (#464)
2072c3d7f3a is described below
commit 2072c3d7f3acfc8f4882418d6ce79a1755dadb23
Author: 何晨 <[email protected]>
AuthorDate: Fri Mar 10 16:46:03 2023 +0800
[fix][doc] Markdown link in reference-terminology.md (#464)
---
docs/reference-terminology.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/reference-terminology.md b/docs/reference-terminology.md
index e1fc0771dee..b58c191f01a 100644
--- a/docs/reference-terminology.md
+++ b/docs/reference-terminology.md
@@ -153,7 +153,7 @@ handles all message transfers. Pulsar clusters typically
consist of multiple bro
#### Dispatcher
-An asynchronous TCP server used for all data transfers in and out of a Pulsar
[broker](#broker)](#broker). The Pulsar
+An asynchronous TCP server used for all data transfers in and out of a Pulsar
[broker](#broker). The Pulsar
dispatcher uses a custom binary protocol for all communications.
### Storage