This is an automated email from the ASF dual-hosted git repository. kezhenxu94 pushed a commit to branch kezhenxu94-patch-1 in repository https://gitbox.apache.org/repos/asf/skywalking-rover.git
commit dcc277013c24c062992f6157b8eb3bf5d0ee46dd Author: kezhenxu94 <[email protected]> AuthorDate: Sun Oct 9 23:30:39 2022 +0800 Fix markdown link in doc --- docs/en/setup/overview.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/setup/overview.md b/docs/en/setup/overview.md index 26b78c2..3ba3c84 100644 --- a/docs/en/setup/overview.md +++ b/docs/en/setup/overview.md @@ -7,7 +7,7 @@ The first and most important thing is, that SkyWalking Rover startup behaviors a Before you start, you should know that the main purpose of quickstart is to help you obtain a basic configuration for previews/demos. Usually, the process to be monitored is first declared. -Then, you can use `bin/startup.sh` to start up the rover with their config[../../../configs/rover_configs.yaml]. +Then, you can use `bin/startup.sh` to start up the rover with their [config](../../../configs/rover_configs.yaml). ### SkyWalking OAP @@ -47,4 +47,4 @@ So, in rover_configs.yaml, there contains these parts. 2. [Process Discovery Module](./configuration/process_discovery/overview.md). 3. [Profiling Module](./configuration/profiling.md). -Also, You could using [Overriding Setting](./configuration/override-settings.md) feature to setup the configuration. \ No newline at end of file +Also, You could using [Overriding Setting](./configuration/override-settings.md) feature to setup the configuration.
