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:41:31 UTC

[skywalking-python] branch JaredTan95-patch-1-1 created (now d7e3330)

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

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


      at d7e3330  fix broken url

This branch includes the following new commits:

     new d7e3330  fix broken url

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-python] 01/01: fix broken url

Posted by ta...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit d7e3330cd7c925e372bf5f2dd94b92a2b9f0c8cf
Author: Jared Tan <ji...@daocloud.io>
AuthorDate: Sun Sep 12 12:41:24 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..43ca079 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.md).