This is an automated email from the ASF dual-hosted git repository. hjf pushed a commit to branch Jennifer88huang-patch-1 in repository https://gitbox.apache.org/repos/asf/pulsar.git
commit 75f21d5352c8a61da3e776e19d887e1f45e0e747 Author: Jennifer Huang <[email protected]> AuthorDate: Tue Oct 29 16:16:13 2019 +0800 Update getting-started-standalone.md --- .../website/versioned_docs/version-2.4.1/getting-started-standalone.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site2/website/versioned_docs/version-2.4.1/getting-started-standalone.md b/site2/website/versioned_docs/version-2.4.1/getting-started-standalone.md index 32f6a2b..bd74606 100644 --- a/site2/website/versioned_docs/version-2.4.1/getting-started-standalone.md +++ b/site2/website/versioned_docs/version-2.4.1/getting-started-standalone.md @@ -175,7 +175,7 @@ If you have started Pulsar successfully, you will see `INFO`-level log messages > * The service is running on your terminal, which is under your direct > control. If you need to run other commands, open a new terminal window. You can also run the service as a background process using the `pulsar-daemon start standalone` command. For more information, see [pulsar-daemon](https://pulsar.apache.org/docs/en/reference-cli-tools/#pulsar-daemon). > -> * By default, there is no encryption, authentication, or authorization configured. Apache Pulsar can be accessed from remote server without any authorization. Please do check [Security Overview](security-overview.md.md) document to secure your deployment. +> * By default, there is no encryption, authentication, or authorization configured. Apache Pulsar can be accessed from remote server without any authorization. Please do check [Security Overview](security-overview.md) document to secure your deployment. > > * When you start a local standalone cluster, a `public/default` > [namespace](concepts-messaging.md#namespaces) is created automatically. The > namespace is used for development purposes. All Pulsar topics are managed > within namespaces. For more information, see > [Topics](concepts-messaging.md#topics).
