-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ISSUE ##943]📝Update client README.md✏️ #944
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -8,11 +8,11 @@ This project is the Rust implementation of Apache RocketMQ client. It is based o | |||||
|
||||||
First, start the RocketMQ NameServer and Broker services. | ||||||
|
||||||
- [**Send a single message**](#Send a single message) | ||||||
- [**Send a single message**](#Send-a-single-message) | ||||||
|
||||||
- [**Send batch messages**](#Send batch messages) | ||||||
- [**Send batch messages**](#Send-batch-messages) | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Correct the hyperlink anchor format. The hyperlink anchor for "Send batch messages" should be in lowercase and hyphen-separated to conform to standard URL formats. This change will ensure that the link is functional and adheres to common practices. Apply this diff to correct the hyperlink anchor: -[**Send batch messages**](#Send-batch-messages)
+[**Send batch messages**](#send-batch-messages) Committable suggestion
Suggested change
ToolsMarkdownlint
|
||||||
|
||||||
- [**Send RPC messages**](#Send RPC messages) | ||||||
- [**Send RPC messages**](#Send-RPC-messages) | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Correct the hyperlink anchor format. The hyperlink anchor for "Send RPC messages" should be in lowercase and hyphen-separated to conform to standard URL formats. This change will ensure that the link is functional and adheres to common practices. Apply this diff to correct the hyperlink anchor: -[**Send RPC messages**](#Send-RPC-messages)
+[**Send RPC messages**](#send-rpc-messages) Committable suggestion
Suggested change
ToolsMarkdownlint
|
||||||
|
||||||
[**For more examples, you can check here**](https://github.com/mxsm/rocketmq-rust/tree/main/rocketmq-client/examples) | ||||||
|
||||||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Correct the hyperlink anchor format.
The hyperlink anchor for "Send a single message" should be in lowercase and hyphen-separated to conform to standard URL formats. This change will ensure that the link is functional and adheres to common practices.
Apply this diff to correct the hyperlink anchor:
Committable suggestion
Tools
Markdownlint