momo-jun commented on code in PR #16267:
URL: https://github.com/apache/pulsar/pull/16267#discussion_r910626427
##########
site2/docs/admin-api-brokers.md:
##########
@@ -128,7 +128,7 @@ BrokerInfo(serviceUrl=broker1.use.org.com:8080)
</TabItem>
<TabItem value="REST API">
-{@inject:
endpoint|GET|/admin/v2/brokers/leaderBroker?version=@pulsar:version_number@}
+{@inject:
endpoint|GET|/admin/v2/brokers/leaderBroker|operation/getLeaderBroker?version=@pulsar:version_number@}
Review Comment:
After looking to the md file, I found the link itself is correct, which
contains "@Pulsar:version_number@" and the variable is replaced with the
version number of docs as we can see in the website. The only issue is: it is
written in a command style, rather than a link.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]