Anonymitaet commented on code in PR #17197: URL: https://github.com/apache/pulsar/pull/17197#discussion_r951166197
########## site2/docs/reference-configuration.md: ########## @@ -4,14 +4,6 @@ title: Pulsar configuration sidebar_label: "Pulsar configuration" --- -You can manage Pulsar configuration by configuration files in the [`conf`](https://github.com/apache/pulsar/tree/master/conf) directory of a Pulsar [installation](getting-started-standalone.md). +You can manage Pulsar configuration by configuration files in the [`conf`](https://github.com/apache/pulsar/tree/master/conf) directory of a Pulsar [installation](https://pulsar.apache.org/docs/next/getting-started-standalone). Review Comment: The reason for this change is the same to https://github.com/apache/pulsar/pull/17197#discussion_r951162040? I guess no because `reference-configuration.md` is still in the same repo as `getting-started-standalone.md`, `getting-started-standalone/` is still valid, correct? ########## site2/docs/reference-configuration.md: ########## @@ -4,14 +4,6 @@ title: Pulsar configuration sidebar_label: "Pulsar configuration" --- -You can manage Pulsar configuration by configuration files in the [`conf`](https://github.com/apache/pulsar/tree/master/conf) directory of a Pulsar [installation](getting-started-standalone.md). +You can manage Pulsar configuration by configuration files in the [`conf`](https://github.com/apache/pulsar/tree/master/conf) directory of a Pulsar [installation](https://pulsar.apache.org/docs/next/getting-started-standalone). -- [BookKeeper](./reference-configuration-bookkeeper.md) -- [Broker](./reference-configuration-broker.md) -- [Client](./reference-configuration-client.md) -- [Log4j](./reference-configuration-log4j.md) -- [Log4j shell](./reference-configuration-log4j-shell.md) -- [Standalone](./reference-configuration-standalone.md) -- [WebSocket](./reference-configuration-websocket.md) -- [Pulsar proxy](./reference-configuration-pulsar-proxy.md) -- [ZooKeeper](./reference-configuration-zookeeper.md) \ No newline at end of file +For a full list of configuration of different components, please visit the [Pulsar Reference](https://pulsar.apache.org/reference). Review Comment: ```suggestion For a full list of the configuration of different components, see [Pulsar Reference](https://pulsar.apache.org/reference). ``` -- 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]
