visortelle commented on code in PR #812: URL: https://github.com/apache/pulsar-site/pull/812#discussion_r1510056262
########## docs/deploy-bare-metal-multi-cluster.md: ########## @@ -22,7 +22,7 @@ Deploying a multi-cluster Pulsar instance on bare metal consists of the followin ## System requirement -Currently, Pulsar is available for 64-bit **macOS**, **Linux**, and **Windows**. To use Pulsar, you need to install 64-bit JRE/JDK. +Currently, Pulsar is available for 64-bit **macOS**, **Linux** and Pulsar is usable through Docker in **Windows**. See [Running Pulsar In Docker](https://pulsar.apache.org/docs/next/getting-started-docker/) for deeper understanding. To use Pulsar, you need to install 64-bit JRE/JDK. Review Comment: ```suggestion Currently, Pulsar is available for 64-bit **macOS** and **Linux**. See [Run Pulsar In Docker](getting-started-docker.md) if you want to Pulsar on **Windows**. To use Pulsar, you need to install 64-bit JRE/JDK. ``` This way the link should work locally. I updated it without checking locally, please re-check that it works. -- 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]
