From 9362f87bacf403b1eeac2bc8a1a75d635c241825 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E6=99=9F=20Wu=20Sheng?= Date: Tue, 13 Sep 2022 19:13:24 +0800 Subject: [PATCH] Update README.md (#308) We don't recommend 8.8.0- versions anymore, as Java agent is good at backwards compatibility with recent years releases of backend in the theory. 8.x docs are going to removed soon in next month. --- docs/README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/README.md b/docs/README.md index c6929a4d6..b2ed08eb1 100644 --- a/docs/README.md +++ b/docs/README.md @@ -5,7 +5,3 @@ The Java Agent for Apache SkyWalking, which provides the native tracing/metrics/logging/event abilities for Java projects. In here, you could learn how to set up Java agent for the Java Runtime Envrionment services. - -___ -Notice, since 8.8.0, Java agent got splitted from the original main repository and landed in this repository. -If you want to find the previous documentation, you could find it [the main repository document](https://skywalking.apache.org/docs/#SkyWalking).