momo-jun commented on code in PR #16737: URL: https://github.com/apache/pulsar/pull/16737#discussion_r927514417
########## site2/docs/reference-configuration.md: ########## @@ -142,6 +142,7 @@ Pulsar brokers are responsible for handling incoming messages from producers, di |statsUpdateFrequencyInSecs||60| |statsUpdateInitialDelayInSecs||60| |metadataStoreUrl| Metadata store quorum connection string || +| metadataStoreConfigPath | The configuration file path of the local metadata store, see [here](administration-metadata-store.md) for details. |N/A| Review Comment: ```suggestion | metadataStoreConfigPath | The configuration file path of the local metadata store. See [Configure metadata store](administration-metadata-store.md) for details. |N/A| ``` Use alternative text to "here" for better accessibility. Other occurrences need an update as well. -- 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]
