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 2021/09/12 04:40:39 UTC

[skywalking-python] 01/01: fix broken url

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

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

commit 6a0c77c95321c131e5c7dafa22541bd78fcdc923
Author: Jared Tan <ji...@daocloud.io>
AuthorDate: Sun Sep 12 12:40:35 2021 +0800

    fix broken url
---
 docs/en/setup/Installation.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/en/setup/Installation.md b/docs/en/setup/Installation.md
index c929e3c..aa8372d 100644
--- a/docs/en/setup/Installation.md
+++ b/docs/en/setup/Installation.md
@@ -4,7 +4,7 @@
 
 You can install the SkyWalking Python agent via various ways.
 
-> If you want to try out the latest features that are not released yet, please refer to this [guide](faq/How-to-build-from-sources) to build from sources.
+> If you want to try out the latest features that are not released yet, please refer to this [guide](faq/How-to-build-from-sources.md) to build from sources.
 
 ### From PyPI
 
@@ -45,4 +45,4 @@ your applications with SkyWalking agent enabled for you. Please refer to our
 
 ### From Source Code
 
-Please refer to the [How-to-build-from-sources FAQ](faq/How-to-build-from-sources).
\ No newline at end of file
+Please refer to the [How-to-build-from-sources FAQ](faq/How-to-build-from-sources).