Skip to content

Commit

Permalink
Corrected the directory error in the 4.x English version (#665)
Browse files Browse the repository at this point in the history
* Add a quickstart directory

* Corrected the port comment error.
  • Loading branch information
kaxiya1021 authored Jun 3, 2024
1 parent f7e49dd commit 6b2c396
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion i18n/en/docusaurus-plugin-content-docs/current.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
"sidebar.myAutogeneratedSidebar.category.基本概念": {
"message": "Introduction",
"description": "The label for category 基本概念 in sidebar myAutogeneratedSidebar"
},
"sidebar.myAutogeneratedSidebar.category.快速开始": {
"message": "Quick Start",
"description": "The label for category 快速开始 in sidebar myAutogeneratedSidebar"
},
"sidebar.myAutogeneratedSidebar.category.生产者": {
"message": "Producer",
Expand Down Expand Up @@ -47,4 +51,4 @@
"message": "Contribution Guide",
"description": "The label for category 贡献指南 in sidebar myAutogeneratedSidebar"
}
}
}
2 changes: 1 addition & 1 deletion versioned_docs/version-5.0/02-quickStart/01quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ $ sh bin/tools.sh org.apache.rocketmq.example.quickstart.Consumer
private static final Logger logger = LoggerFactory.getLogger(ProducerExample.class);

public static void main(String[] args) throws ClientException {
// 接入点地址,需要设置成Proxy的地址和端口列表,一般是xxx:8081;xxx:8081。
// 接入点地址,需要设置成Proxy的地址和端口列表,一般是xxx:8080;xxx:8081。
String endpoint = "localhost:8081";
// 消息发送的目标Topic名称,需要提前创建。
String topic = "TestTopic";
Expand Down

0 comments on commit 6b2c396

Please sign in to comment.