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 2021/02/16 15:57:39 UTC

[skywalking] branch website-docs/8.2.0 updated: Replace http with https for website docs/8.2.0 (#6382)

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

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


The following commit(s) were added to refs/heads/website-docs/8.2.0 by this push:
     new 568d128  Replace http with https for  website docs/8.2.0 (#6382)
568d128 is described below

commit 568d128aa9be03952c166b6dd53b38a81015fb10
Author: Juntao Zhang <jt...@163.com>
AuthorDate: Tue Feb 16 23:55:45 2021 +0800

    Replace http with https for  website docs/8.2.0 (#6382)
---
 docs/en/setup/backend/spring-sleuth-setup.md                      | 8 ++++----
 .../java-agent/agent-optional-plugins/Kotlin-Coroutine-plugin.md  | 6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/docs/en/setup/backend/spring-sleuth-setup.md b/docs/en/setup/backend/spring-sleuth-setup.md
index 8750cb6..c159669 100644
--- a/docs/en/setup/backend/spring-sleuth-setup.md
+++ b/docs/en/setup/backend/spring-sleuth-setup.md
@@ -43,16 +43,16 @@ If you also has some customized meter at the agent side, please read [meter docu
 
 1. Open the dashboard view, click `edit` button to edit the templates.
 
-    ![Click edit button](http://skywalking.apache.org/screenshots/8.0.0/spring-sleuth-setup-ui-20200723-01.png)
+    ![Click edit button](https://skywalking.apache.org/screenshots/8.0.0/spring-sleuth-setup-ui-20200723-01.png)
 
 1. Create a new template. Template type: `Standard` -> Template Configuration: `Spring` -> Input the Template Name.
 
-    ![Create template](http://skywalking.apache.org/screenshots/8.0.0/spring-sleuth-setup-ui-20200723-02.png)
+    ![Create template](https://skywalking.apache.org/screenshots/8.0.0/spring-sleuth-setup-ui-20200723-02.png)
 
 1. Click `view` button, Finally get the spring sleuth dashboard.
 
-    ![Save template](http://skywalking.apache.org/screenshots/8.0.0/spring-sleuth-setup-ui-20200723-03.png)
-    ![Spring Sleuth Dashboard](http://skywalking.apache.org/screenshots/8.0.0/spring-sleuth-setup-ui-20200725-04.png)
+    ![Save template](https://skywalking.apache.org/screenshots/8.0.0/spring-sleuth-setup-ui-20200723-03.png)
+    ![Spring Sleuth Dashboard](https://skywalking.apache.org/screenshots/8.0.0/spring-sleuth-setup-ui-20200725-04.png)
 
 ## Supported meter
 
diff --git a/docs/en/setup/service-agent/java-agent/agent-optional-plugins/Kotlin-Coroutine-plugin.md b/docs/en/setup/service-agent/java-agent/agent-optional-plugins/Kotlin-Coroutine-plugin.md
index 27c2001..9192960 100644
--- a/docs/en/setup/service-agent/java-agent/agent-optional-plugins/Kotlin-Coroutine-plugin.md
+++ b/docs/en/setup/service-agent/java-agent/agent-optional-plugins/Kotlin-Coroutine-plugin.md
@@ -18,11 +18,11 @@ We run a Kotlin coroutine based gRPC server without this coroutine plugin.
 You can find, the one call (client -> server1 -> server2) has been split two tracing paths.
 
 01. Server1 without exit span and server2 tracing path.
-![Without kotlin plugin1](http://skywalking.apache.org/screenshots/7.0.0/kotlin/coroutine/without-coroutine-plugin-server1.jpg)
+![Without kotlin plugin1](https://skywalking.apache.org/screenshots/7.0.0/kotlin/coroutine/without-coroutine-plugin-server1.jpg)
 02. Server2 tracing path.
-![Without kotlin plugin2](http://skywalking.apache.org/screenshots/7.0.0/kotlin/coroutine/without-coroutine-plugin-server2.jpg)
+![Without kotlin plugin2](https://skywalking.apache.org/screenshots/7.0.0/kotlin/coroutine/without-coroutine-plugin-server2.jpg)
 
 ### Run with the plugin
 Without changing codes manually, just install the plugin. We can find the spans be connected together. We can get all info of one client call.
 
-![With kotlin plugin](http://skywalking.apache.org/screenshots/7.0.0/kotlin/coroutine/run-with-coroutine-plugin.jpg)
+![With kotlin plugin](https://skywalking.apache.org/screenshots/7.0.0/kotlin/coroutine/run-with-coroutine-plugin.jpg)