You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2022/10/17 02:15:43 UTC

[skywalking-java] branch main updated: Fix dead link (#349)

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

wusheng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-java.git


The following commit(s) were added to refs/heads/main by this push:
     new 418595dbb1 Fix dead link (#349)
418595dbb1 is described below

commit 418595dbb19b1ee250243d6f5d6ce6ff37c77800
Author: kezhenxu94 <ke...@apache.org>
AuthorDate: Mon Oct 17 10:15:38 2022 +0800

    Fix dead link (#349)
---
 .dlc.json                                                | 3 +++
 docs/en/setup/service-agent/java-agent/Supported-list.md | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/.dlc.json b/.dlc.json
index fec26becc3..11f9d991a7 100644
--- a/.dlc.json
+++ b/.dlc.json
@@ -11,6 +11,9 @@
     },
     {
       "pattern": "^https://dist.apache.org/repos/dist/release/skywalking/java-agent$"
+    },
+    {
+      "pattern": "https://kotlinlang.org.*"
     }
   ],
   "timeout": "10s",
diff --git a/docs/en/setup/service-agent/java-agent/Supported-list.md b/docs/en/setup/service-agent/java-agent/Supported-list.md
index 6338000954..95bf1af210 100644
--- a/docs/en/setup/service-agent/java-agent/Supported-list.md
+++ b/docs/en/setup/service-agent/java-agent/Supported-list.md
@@ -129,7 +129,7 @@ metrics based on the tracing data.
   * [Ehcache](https://www.ehcache.org/) 2.x
   * [GuavaCache](https://github.com/google/guava) 18.x -> 23.x (Optional²)
 * Kotlin
-  * [Coroutine](https://kotlinlang.org/docs/reference/coroutines-overview.html) 1.0.1 -> 1.3.x (Optional²)
+  * [Coroutine](https://kotlinlang.org/docs/coroutines-overview.html) 1.0.1 -> 1.3.x (Optional²)
 * GraphQL
   * [Graphql](https://github.com/graphql-java) 8.0 -> 17.x
 * Pool