You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ta...@apache.org on 2020/04/14 11:03:57 UTC

[skywalking] 01/01: fix profile main function file link.

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

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

commit 6edeb17914b797abd567927e734419d1e0f61e72
Author: JaredTan95 <ji...@daocloud.io>
AuthorDate: Tue Apr 14 19:03:12 2020 +0800

    fix profile main function file link.
---
 docs/en/guides/backend-profile.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/en/guides/backend-profile.md b/docs/en/guides/backend-profile.md
index 9e3cf02..9eb8ff2 100644
--- a/docs/en/guides/backend-profile.md
+++ b/docs/en/guides/backend-profile.md
@@ -49,4 +49,4 @@ The reason for generating multiple top-level trees is that original data can be
     3. Calculate each node execution in parallel. For each node, the duration of the current node should minus the time consumed by all children.
 
 ## Profile data debug
-Please follow the [exporter tool](backend-profile-export.md#export-command-line-usage) to package profile data. Unzip the profile data and using [analyzer main function](../../../oap-server/server-tools/tool-profile-snapshot-bootstrap/src/test/java/org/apache/skywalking/oap/server/tool/profile/exporter/ProfileExportedAnalyze.java) to run it.
\ No newline at end of file
+Please follow the [exporter tool](backend-profile-export.md#export-command-line-usage) to package profile data. Unzip the profile data and using [analyzer main function](../../../oap-server/server-tools/profile-exporter/tool-profile-snapshot-bootstrap/src/test/java/org/apache/skywalking/oap/server/tool/profile/exporter/ProfileExportedAnalyze.java) to run it.
\ No newline at end of file