From 1b433da7e4a53d0b68d62c4af932d59ed49ecb68 Mon Sep 17 00:00:00 2001 From: alexkarezin Date: Mon, 18 Nov 2019 18:47:33 -0500 Subject: [PATCH] Add documentation link - illustrate module hierarchy and call flow (#3888) * Add reference to module architecture diagrams * Changed order of the links according to PR comment --- docs/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/README.md b/docs/README.md index 4e192ca65..fd1a866f5 100644 --- a/docs/README.md +++ b/docs/README.md @@ -17,6 +17,7 @@ you are facing a problem, check here first. In addition, you might find these links interesting: - The latest and old releases are all available at [Apache SkyWalking release page](http://skywalking.apache.org/downloads/). The change logs are [here](../CHANGES.md). +- Up-to-date overview of SkyWalking module [call flow](https://sourcespy.com/github/skywalking/xx-omcalls-.html) and [hierarchy](https://sourcespy.com/github/skywalking/xx-omhierarchy-.html) including ability to analize each module individually. - You can find the speaking schedules at Conf, online videos and articles about SkyWalking in [Community resource catalog](https://github.com/OpenSkywalking/Community). Also, if you have some related to us, welcome to submit a pull request to add. - We’re always looking for help improving our documentation and codes, so please don’t hesitate to [file an issue](https://github.com/apache/skywalking/issues/new)