From 63bfb8d9ed90319553671b15627fa067db084996 Mon Sep 17 00:00:00 2001 From: Juntao Zhang Date: Sun, 28 Feb 2021 00:30:33 +0800 Subject: [PATCH] Update README.md (#6468) --- 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 a08294fe0d..ecc7eca6d0 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 -- GitLab