You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by zh...@apache.org on 2021/02/27 16:17:47 UTC

[skywalking] branch Jtrust-patch-1 created (now 5622478)

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

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


      at 5622478  Update README.md

This branch includes the following new commits:

     new 5622478  Update README.md

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] 01/01: Update README.md

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

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

commit 5622478cc008d8230d3f9614553b17be6a186da2
Author: Juntao Zhang <jt...@163.com>
AuthorDate: Sun Feb 28 00:17:31 2021 +0800

    Update README.md
---
 docs/en/guides/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/en/guides/README.md b/docs/en/guides/README.md
index a08294f..ecc7eca 100755
--- a/docs/en/guides/README.md
+++ b/docs/en/guides/README.md
@@ -93,7 +93,7 @@ As for the last step, we have a friendly framework to help you get started more
 To put it simple, test controllers are basically tests that can be bound to the Maven `integration-test/verify` phase.
 They send **designed** requests to the instrumented service, and expect to get corresponding traces/metrics/metadata from the SkyWalking webapp GraphQL API.
 
-In the test framework, we provide a `TrafficController` to periodically send traffic data to the instrumented services, you can simply enable it by giving a url and traffic data, refer to [../../../test/e2e/e2e-test/src/test/java/org/apache/skywalking/e2e/base/TrafficController.java].
+In the test framework, we provide a `TrafficController` to periodically send traffic data to the instrumented services, you can simply enable it by giving a url and traffic data, refer to [this](../../../test/e2e/e2e-test/src/test/java/org/apache/skywalking/e2e/base/TrafficController.java).
 
 - Troubleshooting