Anonymitaet commented on code in PR #487: URL: https://github.com/apache/pulsar-site/pull/487#discussion_r1150009200
########## docs/client-libraries-java.md: ########## @@ -29,12 +29,12 @@ The following table outlines the API packages and reference docs for Pulsar Java Package | Description | Maven Artifact :-------|:------------|:-------------- -[`org.apache.pulsar.client.api`](/api/client) | [Java client API](/api/client/) | [org.apache.pulsar:pulsar-client:@pulsar:version@](http://search.maven.org/#artifactdetails%7Corg.apache.pulsar%7Cpulsar-client%7C@pulsar:version@%7Cjar) +[`org.apache.pulsar.client.api`](/api/client) | [Java client API](client-api-overview.md) | [org.apache.pulsar:pulsar-client:@pulsar:version@](http://search.maven.org/#artifactdetails%7Corg.apache.pulsar%7Cpulsar-client%7C@pulsar:version@%7Cjar) Review Comment: Since now we only have 1-page content for https://pulsar.apache.org/docs/next/client-api-overview/, it can go to `Reference > API > Client` with API reference doc links for three languages (Java, Python, C++) since they are more likely to belong to "Reference" topic rather than "Concept" topic (Client Libraries > Overview). -- 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]
