From ec24c039f151f79a82282182bd4106b908382160 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E6=99=9F=20Wu=20Sheng?= Date: Wed, 25 Nov 2020 08:39:22 +0800 Subject: [PATCH] Add links to STAM, profiling blog and official doc page. (#5888) --- README.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index e8e2b3abc..828c59547 100644 --- a/README.md +++ b/README.md @@ -46,13 +46,9 @@ SkyWalking OAP is using the STAM(Streaming Topology Analysis Method) to analysis for better performance. Read [the paper of STAM](https://wu-sheng.github.io/STAM/) for more details. # Documentation -Version Series | Version | ------------ | ---------- | -8.x| [8.x dev](docs/README.md)| -| | [8.2.0](https://github.com/apache/skywalking/blob/v8.2.0/docs/README.md) | -| | [8.1.0](https://github.com/apache/skywalking/blob/v8.1.0/docs/README.md) | -| | [8.0.1](https://github.com/apache/skywalking/blob/v8.0.1/docs/README.md) | - +- [Official documentation](https://skywalking.apache.org/docs/) +- [The paper of STAM](https://wu-sheng.github.io/STAM/), Streaming Topology Analysis Method. +- [Blog](https://skywalking.apache.org/blog/2020-04-13-apache-skywalking-profiling/) about profiling the code performance in production. NOTICE, SkyWalking 8.0+ uses [v3 protocols](docs/en/protocols/README.md). They are incompatible with previous releases.