This is an automated email from the ASF dual-hosted git repository.
wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking.git
The following commit(s) were added to refs/heads/master by this push:
new 23b15e6 Update README.md (#4175)
23b15e6 is described below
commit 23b15e645bf30b29281aa34e6f37322941cae558
Author: zhang-wei <[email protected]>
AuthorDate: Sun Jan 5 18:59:35 2020 +0800
Update README.md (#4175)
* update doc version
* ref 6.x branch
* ref 6.x branch
* update doc/README.md
* remove 5.x ...
---
README.md | 4 +++-
docs/README.md | 13 +------------
2 files changed, 4 insertions(+), 13 deletions(-)
diff --git a/README.md b/README.md
index 9f6e17c..4d94dec 100644
--- a/README.md
+++ b/README.md
@@ -44,7 +44,9 @@ including
# Document
-- [6.x Documents](docs/README.md).
+- [7.x Documents](docs/README.md).
+- [6.x
Documents](https://github.com/apache/skywalking/blob/6.x/docs/README.md).
+
# Downloads
diff --git a/docs/README.md b/docs/README.md
index 781d5c6..0b0631a 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -1,5 +1,5 @@
# Welcome
-**Here are SkyWalking 6 official documents. You're welcome to join us.**
+**Here are SkyWalking 7 official documents. You're welcome to join us.**
From here you can learn all about **SkyWalking**’s architecture, how to deploy
and use SkyWalking, and develop based on SkyWalking contributions guidelines.
@@ -91,14 +91,3 @@ If you are already familiar with SkyWalking, you could use
this catalog to find
* [FAQs](en/FAQ/README.md). A manifest of already known setup problems,
secondary developments experiments. When you are facing a problem, check here
first.
-___
-### Users from 5.x
-
-SkyWalking 5.x is still supported by the community. For the users planning to
upgrade from 5.x to 6.x, you should know some definitions of concepts changed.
-
-The most important two changed concepts are:
-
-1. Application (in 5.x) is changed to **Service** (in 6.x), also Application
Instance is changed to **Service Instance**.
-2. Service (in 5.x) is changed to **Endpoint** (in 6.x).
-
-