You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@skywalking.apache.org by ke...@apache.org on 2022/10/09 15:30:44 UTC

[skywalking-rover] branch kezhenxu94-patch-1 created (now dcc2770)

This is an automated email from the ASF dual-hosted git repository.

kezhenxu94 pushed a change to branch kezhenxu94-patch-1
in repository https://gitbox.apache.org/repos/asf/skywalking-rover.git


      at dcc2770  Fix markdown link in doc

This branch includes the following new commits:

     new dcc2770  Fix markdown link in doc

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[skywalking-rover] 01/01: Fix markdown link in doc

Posted by ke...@apache.org.
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 <ke...@apache.org>
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.