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

aaronai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-clients.git


The following commit(s) were added to refs/heads/master by this push:
     new bab8a68c doc(rust): fix README.md of java sdk (#480)
bab8a68c is described below

commit bab8a68c2a33cdaed9fb06e697591547267422c8
Author: SSpirits <[email protected]>
AuthorDate: Tue Apr 18 10:59:07 2023 +0800

    doc(rust): fix README.md of java sdk (#480)
---
 java/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/README.md b/java/README.md
index b97014bf..b376136c 100644
--- a/java/README.md
+++ b/java/README.md
@@ -6,7 +6,7 @@ English | [简体中文](README-CN.md) | [RocketMQ 
Website](https://rocketmq.apa
 
 Here is the java implementation of the client for [Apache 
RocketMQ](https://rocketmq.apache.org/). Different from the [remoting-based 
client](https://github.com/apache/rocketmq/tree/develop/client), the current 
implementation is based on separating architecture for computing and storage, 
which is the more recommended way to access the RocketMQ service.
 
-Here are some preparations you may need to know (or refer to 
[here](https://rocketmq.apache.org/docs/quickStart/02quickstart/https://rocketmq.apache.org/docs/quickStart/02quickstart/)).
+Here are some preparations you may need to know (or refer to 
[here](https://rocketmq.apache.org/docs/quickStart/02quickstart/)).
 
 1. Java 8+ for runtime, Java 11+ for the build;
 2. Setup namesrv, broker, and 
[proxy](https://github.com/apache/rocketmq/tree/develop/proxy).

Reply via email to