You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by gi...@apache.org on 2021/02/22 12:03:41 UTC

[skywalking-website] branch asf-site updated: deploy: 1e9cd54bb3b97a199685219d4720a02dda336896

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

github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/skywalking-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 8c2f41e  deploy: 1e9cd54bb3b97a199685219d4720a02dda336896
8c2f41e is described below

commit 8c2f41e3c12b0b46d933370058b2c38c73bf1f7b
Author: wu-sheng <wu...@users.noreply.github.com>
AuthorDate: Mon Feb 22 12:03:30 2021 +0000

    deploy: 1e9cd54bb3b97a199685219d4720a02dda336896
---
 docs/main/latest/en/guides/backend-profile/index.html               | 2 +-
 docs/main/latest/en/guides/java-plugin-development-guide/index.html | 2 +-
 docs/main/latest/en/guides/readme/index.html                        | 2 +-
 docs/main/latest/en/setup/backend/grpc-ssl/index.html               | 2 +-
 docs/main/latest/en/setup/readme/index.html                         | 2 +-
 docs/main/latest/en/setup/service-agent/java-agent/tls/index.html   | 2 +-
 docs/main/latest/readme/index.html                                  | 2 +-
 docs/main/v8.2.0/en/guides/backend-profile/index.html               | 2 +-
 docs/main/v8.2.0/en/guides/readme/index.html                        | 2 +-
 docs/main/v8.2.0/en/setup/backend/grpc-ssl/index.html               | 2 +-
 docs/main/v8.2.0/en/setup/readme/index.html                         | 2 +-
 docs/main/v8.2.0/en/setup/service-agent/java-agent/tls/index.html   | 2 +-
 docs/main/v8.2.0/readme/index.html                                  | 2 +-
 docs/main/v8.3.0/en/guides/backend-profile/index.html               | 2 +-
 docs/main/v8.3.0/en/guides/readme/index.html                        | 2 +-
 docs/main/v8.3.0/en/setup/backend/grpc-ssl/index.html               | 2 +-
 docs/main/v8.3.0/en/setup/readme/index.html                         | 2 +-
 docs/main/v8.3.0/en/setup/service-agent/java-agent/tls/index.html   | 2 +-
 docs/main/v8.3.0/readme/index.html                                  | 2 +-
 docs/main/v8.4.0/en/guides/backend-profile/index.html               | 2 +-
 docs/main/v8.4.0/en/guides/readme/index.html                        | 2 +-
 docs/main/v8.4.0/en/setup/backend/grpc-ssl/index.html               | 2 +-
 docs/main/v8.4.0/en/setup/readme/index.html                         | 2 +-
 docs/main/v8.4.0/en/setup/service-agent/java-agent/tls/index.html   | 2 +-
 docs/main/v8.4.0/readme/index.html                                  | 2 +-
 25 files changed, 25 insertions(+), 25 deletions(-)

diff --git a/docs/main/latest/en/guides/backend-profile/index.html b/docs/main/latest/en/guides/backend-profile/index.html
index 9778843..0ef7538 100644
--- a/docs/main/latest/en/guides/backend-profile/index.html
+++ b/docs/main/latest/en/guides/backend-profile/index.html
@@ -985,7 +985,7 @@ If not, then add this element.</li>
 </li>
 </ul>
 <h2 id="profile-data-debug">Profile data debug</h2>
-<p>Please follow the <a href="../backend-profile-export#export-command-line-usage">exporter tool</a> to package profile data. Unzip the profile data and using <a href="https://github.com/apache/skywalking/tree/85fc4f827c7b8ef32f17aefbecd202c01d9048e1/oap-server/server-tools/profile-exporter/tool-profile-snapshot-bootstrap/src/test/java/org/apache/skywalking/oap/server/tool/profile/exporter/profileexportedanalyze.java">analyzer main function</a> to run it.</p>
+<p>Please follow the <a href="../backend-profile-export#export-command-line-usage">exporter tool</a> to package profile data. Unzip the profile data and using <a href="https://github.com/apache/skywalking/tree/85fc4f827c7b8ef32f17aefbecd202c01d9048e1/oap-server/server-tools/profile-exporter/tool-profile-snapshot-bootstrap/src/test/java/org/apache/skywalking/oap/server/tool/profile/exporter/ProfileExportedAnalyze.java">analyzer main function</a> to run it.</p>
 
 
 
diff --git a/docs/main/latest/en/guides/java-plugin-development-guide/index.html b/docs/main/latest/en/guides/java-plugin-development-guide/index.html
index 9202983..d9715ef 100644
--- a/docs/main/latest/en/guides/java-plugin-development-guide/index.html
+++ b/docs/main/latest/en/guides/java-plugin-development-guide/index.html
@@ -1242,7 +1242,7 @@ ref in interceptor.</p>
   witnessMethodList<span style="color:#f92672">.</span><span style="color:#a6e22e">add</span><span style="color:#f92672">(</span>witnessMethod<span style="color:#f92672">);</span>
   <span style="color:#66d9ef">return</span> witnessMethodList<span style="color:#f92672">;</span>
 <span style="color:#f92672">}</span>
-</code></pre></div><p>For more example, see <a href="https://github.com/apache/skywalking/tree/85fc4f827c7b8ef32f17aefbecd202c01d9048e1/apm-sniffer/apm-agent-core/src/test/java/org/apache/skywalking/apm/agent/core/plugin/witness/witnesstest.java">WitnessTest.java</a></p>
+</code></pre></div><p>For more example, see <a href="https://github.com/apache/skywalking/tree/85fc4f827c7b8ef32f17aefbecd202c01d9048e1/apm-sniffer/apm-agent-core/src/test/java/org/apache/skywalking/apm/agent/core/plugin/witness/WitnessTest.java">WitnessTest.java</a></p>
 </li>
 </ol>
 <h3 id="implement-an-interceptor">Implement an interceptor</h3>
diff --git a/docs/main/latest/en/guides/readme/index.html b/docs/main/latest/en/guides/readme/index.html
index f5f87fa..0a94333 100644
--- a/docs/main/latest/en/guides/readme/index.html
+++ b/docs/main/latest/en/guides/readme/index.html
@@ -1067,7 +1067,7 @@ in SkyWalking release, after 6.0.0-GA.</li>
 SkyWalking is supposed to follow the <a href="https://apache.org/legal/resolved.html">ASF 3RD PARTY LICENSE POLICY</a>,
 so if you&rsquo;re adding new dependencies to the project, you&rsquo;re responsible to check the newly-added dependencies
 won&rsquo;t break the policy, and add their LICENSE&rsquo;s and NOTICES&rsquo;s to the project.</p>
-<p>We have a <a href="https://github.com/apache/skywalking/tree/85fc4f827c7b8ef32f17aefbecd202c01d9048e1/tools/dependencies/check-license.sh">simple script</a> to help you make sure that you didn&rsquo;t
+<p>We have a <a href="https://github.com/apache/skywalking/tree/85fc4f827c7b8ef32f17aefbecd202c01d9048e1/tools/dependencies/check-LICENSE.sh">simple script</a> to help you make sure that you didn&rsquo;t
 miss any newly-added dependency:</p>
 <ul>
 <li>Build a distribution package and unzip/untar it to folder <code>dist</code>.</li>
diff --git a/docs/main/latest/en/setup/backend/grpc-ssl/index.html b/docs/main/latest/en/setup/backend/grpc-ssl/index.html
index 7514361..373677e 100644
--- a/docs/main/latest/en/setup/backend/grpc-ssl/index.html
+++ b/docs/main/latest/en/setup/backend/grpc-ssl/index.html
@@ -929,7 +929,7 @@ exchanges. Now OAP supports to enable SSL transportation for gRPC receivers.</p>
 <h2 id="creating-ssltls-certificates">Creating SSL/TLS Certificates</h2>
 <p>It seems like step one is to generate certificates and key files for encrypting communication. I thought this would be
 fairly straightforward using <code>openssl</code> from the command line.</p>
-<p>Use this <a href="https://github.com/apache/skywalking/tree/85fc4f827c7b8ef32f17aefbecd202c01d9048e1/tools/tls/tls_key_generate.sh">script</a> if you are not familiar with how to generate key files.</p>
+<p>Use this <a href="https://github.com/apache/skywalking/tree/85fc4f827c7b8ef32f17aefbecd202c01d9048e1/tools/TLS/tls_key_generate.sh">script</a> if you are not familiar with how to generate key files.</p>
 <p>We need below files:</p>
 <ul>
 <li><code>server.pem</code> a private RSA key to sign and authenticate the public key. It&rsquo;s either a PKCS#8(PEM) or PKCS#1(DER).</li>
diff --git a/docs/main/latest/en/setup/readme/index.html b/docs/main/latest/en/setup/readme/index.html
index 4397ad1..471f866 100644
--- a/docs/main/latest/en/setup/readme/index.html
+++ b/docs/main/latest/en/setup/readme/index.html
@@ -1004,7 +1004,7 @@ for the Browser or JavaScript based mobile app.</p>
 <h2 id="setup-backend">Setup backend</h2>
 <p>Follow <a href="../backend/backend-ui-setup">backend and UI setup document</a> to understand how the backend and UI configuration works. Different scenarios and advanced features are also explained.</p>
 <h2 id="changes-log">Changes log</h2>
-<p>Backend, UI and Java agent changes are available <a href="https://github.com/apache/skywalking/tree/85fc4f827c7b8ef32f17aefbecd202c01d9048e1/changes">here</a>.</p>
+<p>Backend, UI and Java agent changes are available <a href="https://github.com/apache/skywalking/tree/85fc4f827c7b8ef32f17aefbecd202c01d9048e1/CHANGES.md">here</a>.</p>
 
 
 
diff --git a/docs/main/latest/en/setup/service-agent/java-agent/tls/index.html b/docs/main/latest/en/setup/service-agent/java-agent/tls/index.html
index 6089994..ef345e9 100644
--- a/docs/main/latest/en/setup/service-agent/java-agent/tls/index.html
+++ b/docs/main/latest/en/setup/service-agent/java-agent/tls/index.html
@@ -949,7 +949,7 @@ at the same time, the SkyWalking backend is in another region (VPC).</p>
 <h2 id="authentication-mode">Authentication Mode</h2>
 <p>Only support <strong>no mutual auth</strong>.</p>
 <ul>
-<li>Use this <a href="https://github.com/apache/skywalking/tree/85fc4f827c7b8ef32f17aefbecd202c01d9048e1/tools/tls/tls_key_generate.sh">script</a> if you are not familiar with how to generate key files.</li>
+<li>Use this <a href="https://github.com/apache/skywalking/tree/85fc4f827c7b8ef32f17aefbecd202c01d9048e1/tools/TLS/tls_key_generate.sh">script</a> if you are not familiar with how to generate key files.</li>
 <li>Find <code>ca.crt</code>, and use it at client side</li>
 <li>Find <code>server.crt</code> ,<code>server.pem</code> and <code>ca.crt</code>. Use them at server side. Please refer to <a href="../../../backend/grpc-ssl">gRPC SSL</a>
 for more details.</li>
diff --git a/docs/main/latest/readme/index.html b/docs/main/latest/readme/index.html
index f0c0722..8fb6e60 100644
--- a/docs/main/latest/readme/index.html
+++ b/docs/main/latest/readme/index.html
@@ -951,7 +951,7 @@ if (!doNotTrack) {
 <p>In addition, you might find these links interesting:</p>
 <ul>
 <li>
-<p>The latest and old releases are all available at <a href="http://skywalking.apache.org/downloads/">Apache SkyWalking release page</a>. The change logs are <a href="https://github.com/apache/skywalking/tree/85fc4f827c7b8ef32f17aefbecd202c01d9048e1/changes">here</a>.</p>
+<p>The latest and old releases are all available at <a href="http://skywalking.apache.org/downloads/">Apache SkyWalking release page</a>. The change logs are <a href="https://github.com/apache/skywalking/tree/85fc4f827c7b8ef32f17aefbecd202c01d9048e1/CHANGES.md">here</a>.</p>
 </li>
 <li>
 <p><a href="https://cwiki.apache.org/confluence/display/SKYWALKING/Home">SkyWalking WIKI</a> hosts the context of some changes and events.</p>
diff --git a/docs/main/v8.2.0/en/guides/backend-profile/index.html b/docs/main/v8.2.0/en/guides/backend-profile/index.html
index ffddc75..2a61d1f 100644
--- a/docs/main/v8.2.0/en/guides/backend-profile/index.html
+++ b/docs/main/v8.2.0/en/guides/backend-profile/index.html
@@ -898,7 +898,7 @@ If not, then add this element.</li>
 </li>
 </ul>
 <h2 id="profile-data-debug">Profile data debug</h2>
-<p>Please follow the <a href="../backend-profile-export#export-command-line-usage">exporter tool</a> to package profile data. Unzip the profile data and using <a href="https://github.com/apache/skywalking/tree/af02b66bbdde53380633a564b98353b66a5dc04d/oap-server/server-tools/profile-exporter/tool-profile-snapshot-bootstrap/src/test/java/org/apache/skywalking/oap/server/tool/profile/exporter/profileexportedanalyze.java">analyzer main function</a> to run it.</p>
+<p>Please follow the <a href="../backend-profile-export#export-command-line-usage">exporter tool</a> to package profile data. Unzip the profile data and using <a href="https://github.com/apache/skywalking/tree/af02b66bbdde53380633a564b98353b66a5dc04d/oap-server/server-tools/profile-exporter/tool-profile-snapshot-bootstrap/src/test/java/org/apache/skywalking/oap/server/tool/profile/exporter/ProfileExportedAnalyze.java">analyzer main function</a> to run it.</p>
 
 
 
diff --git a/docs/main/v8.2.0/en/guides/readme/index.html b/docs/main/v8.2.0/en/guides/readme/index.html
index c1dc91f..0b9e5a6 100644
--- a/docs/main/v8.2.0/en/guides/readme/index.html
+++ b/docs/main/v8.2.0/en/guides/readme/index.html
@@ -976,7 +976,7 @@ in SkyWalking release, after 6.0.0-GA.</li>
 SkyWalking is supposed to follow the <a href="https://apache.org/legal/resolved.html">ASF 3RD PARTY LICENSE POLICY</a>,
 so if you&rsquo;re adding new dependencies to the project, you&rsquo;re responsible to check the newly-added dependencies
 won&rsquo;t break the policy, and add their LICENSE&rsquo;s and NOTICES&rsquo;s to the project.</p>
-<p>We have a <a href="https://github.com/apache/skywalking/tree/af02b66bbdde53380633a564b98353b66a5dc04d/tools/dependencies/check-license.sh">simple script</a> to help you make sure that you didn&rsquo;t
+<p>We have a <a href="https://github.com/apache/skywalking/tree/af02b66bbdde53380633a564b98353b66a5dc04d/tools/dependencies/check-LICENSE.sh">simple script</a> to help you make sure that you didn&rsquo;t
 miss any newly-added dependency:</p>
 <ul>
 <li>Build a distribution package and unzip/untar it to folder <code>dist</code>.</li>
diff --git a/docs/main/v8.2.0/en/setup/backend/grpc-ssl/index.html b/docs/main/v8.2.0/en/setup/backend/grpc-ssl/index.html
index 26607e5..48a90dd 100644
--- a/docs/main/v8.2.0/en/setup/backend/grpc-ssl/index.html
+++ b/docs/main/v8.2.0/en/setup/backend/grpc-ssl/index.html
@@ -842,7 +842,7 @@ exchanges. Now OAP supports to enable SSL transportation for gRPC receivers.</p>
 <h2 id="creating-ssltls-certificates">Creating SSL/TLS Certificates</h2>
 <p>It seems like step one is to generate certificates and key files for encrypting communication. I thought this would be
 fairly straightforward using <code>openssl</code> from the command line.</p>
-<p>Use this <a href="https://github.com/apache/skywalking/tree/af02b66bbdde53380633a564b98353b66a5dc04d/tools/tls/tls_key_generate.sh">script</a> if you are not familiar with how to generate key files.</p>
+<p>Use this <a href="https://github.com/apache/skywalking/tree/af02b66bbdde53380633a564b98353b66a5dc04d/tools/TLS/tls_key_generate.sh">script</a> if you are not familiar with how to generate key files.</p>
 <p>We need below files:</p>
 <ul>
 <li><code>server.pem</code> a private RSA key to sign and authenticate the public key. It&rsquo;s either a PKCS#8(PEM) or PKCS#1(DER).</li>
diff --git a/docs/main/v8.2.0/en/setup/readme/index.html b/docs/main/v8.2.0/en/setup/readme/index.html
index a18b4ad..62e5bf1 100644
--- a/docs/main/v8.2.0/en/setup/readme/index.html
+++ b/docs/main/v8.2.0/en/setup/readme/index.html
@@ -915,7 +915,7 @@ for the Browser or JavaScript based mobile app.</p>
 <h2 id="setup-backend">Setup backend</h2>
 <p>Follow <a href="../backend/backend-ui-setup">backend and UI setup document</a> to understand how the backend and UI configuration works. Different scenarios and advanced features are also explained.</p>
 <h2 id="changes-log">Changes log</h2>
-<p>Backend, UI and Java agent changes are available <a href="https://github.com/apache/skywalking/tree/af02b66bbdde53380633a564b98353b66a5dc04d/changes">here</a>.</p>
+<p>Backend, UI and Java agent changes are available <a href="https://github.com/apache/skywalking/tree/af02b66bbdde53380633a564b98353b66a5dc04d/CHANGES.md">here</a>.</p>
 <h2 id="upgrade-faq">Upgrade FAQ</h2>
 <p><a href="../../faq/v6-version-upgrade">6.x version upgrade FAQ</a> introduces the recommendation ways to do SkyWalking upgrade.</p>
 
diff --git a/docs/main/v8.2.0/en/setup/service-agent/java-agent/tls/index.html b/docs/main/v8.2.0/en/setup/service-agent/java-agent/tls/index.html
index 9f6eb48..e82bda4 100644
--- a/docs/main/v8.2.0/en/setup/service-agent/java-agent/tls/index.html
+++ b/docs/main/v8.2.0/en/setup/service-agent/java-agent/tls/index.html
@@ -862,7 +862,7 @@ at the same time, the SkyWalking backend is in another region (VPC).</p>
 <h2 id="authentication-mode">Authentication Mode</h2>
 <p>Only support <strong>no mutual auth</strong>.</p>
 <ul>
-<li>Use this <a href="https://github.com/apache/skywalking/tree/af02b66bbdde53380633a564b98353b66a5dc04d/tools/tls/tls_key_generate.sh">script</a> if you are not familiar with how to generate key files.</li>
+<li>Use this <a href="https://github.com/apache/skywalking/tree/af02b66bbdde53380633a564b98353b66a5dc04d/tools/TLS/tls_key_generate.sh">script</a> if you are not familiar with how to generate key files.</li>
 <li>Find <code>ca.crt</code>, and use it at client side</li>
 <li>Find <code>server.crt</code> ,<code>server.pem</code> and <code>ca.crt</code>. Use them at server side. Please refer to <a href="../../../backend/grpc-ssl">gRPC SSL</a>
 for more details.</li>
diff --git a/docs/main/v8.2.0/readme/index.html b/docs/main/v8.2.0/readme/index.html
index 61fdc69..33ec300 100644
--- a/docs/main/v8.2.0/readme/index.html
+++ b/docs/main/v8.2.0/readme/index.html
@@ -864,7 +864,7 @@ if (!doNotTrack) {
 <p>In addition, you might find these links interesting:</p>
 <ul>
 <li>
-<p>The latest and old releases are all available at <a href="http://skywalking.apache.org/downloads/">Apache SkyWalking release page</a>. The change logs are <a href="https://github.com/apache/skywalking/tree/af02b66bbdde53380633a564b98353b66a5dc04d/changes">here</a>.</p>
+<p>The latest and old releases are all available at <a href="http://skywalking.apache.org/downloads/">Apache SkyWalking release page</a>. The change logs are <a href="https://github.com/apache/skywalking/tree/af02b66bbdde53380633a564b98353b66a5dc04d/CHANGES.md">here</a>.</p>
 </li>
 <li>
 <p><a href="https://cwiki.apache.org/confluence/display/SKYWALKING/Home">SkyWalking WIKI</a> hosts the context of some changes and events.</p>
diff --git a/docs/main/v8.3.0/en/guides/backend-profile/index.html b/docs/main/v8.3.0/en/guides/backend-profile/index.html
index 1d00793..51c82f3 100644
--- a/docs/main/v8.3.0/en/guides/backend-profile/index.html
+++ b/docs/main/v8.3.0/en/guides/backend-profile/index.html
@@ -976,7 +976,7 @@ If not, then add this element.</li>
 </li>
 </ul>
 <h2 id="profile-data-debug">Profile data debug</h2>
-<p>Please follow the <a href="../backend-profile-export#export-command-line-usage">exporter tool</a> to package profile data. Unzip the profile data and using <a href="https://github.com/apache/skywalking/tree/da70cd824647705916af16c92b6865ac7d0c11b2/oap-server/server-tools/profile-exporter/tool-profile-snapshot-bootstrap/src/test/java/org/apache/skywalking/oap/server/tool/profile/exporter/profileexportedanalyze.java">analyzer main function</a> to run it.</p>
+<p>Please follow the <a href="../backend-profile-export#export-command-line-usage">exporter tool</a> to package profile data. Unzip the profile data and using <a href="https://github.com/apache/skywalking/tree/da70cd824647705916af16c92b6865ac7d0c11b2/oap-server/server-tools/profile-exporter/tool-profile-snapshot-bootstrap/src/test/java/org/apache/skywalking/oap/server/tool/profile/exporter/ProfileExportedAnalyze.java">analyzer main function</a> to run it.</p>
 
 
 
diff --git a/docs/main/v8.3.0/en/guides/readme/index.html b/docs/main/v8.3.0/en/guides/readme/index.html
index 724a6c3..f2e627d 100644
--- a/docs/main/v8.3.0/en/guides/readme/index.html
+++ b/docs/main/v8.3.0/en/guides/readme/index.html
@@ -1054,7 +1054,7 @@ in SkyWalking release, after 6.0.0-GA.</li>
 SkyWalking is supposed to follow the <a href="https://apache.org/legal/resolved.html">ASF 3RD PARTY LICENSE POLICY</a>,
 so if you&rsquo;re adding new dependencies to the project, you&rsquo;re responsible to check the newly-added dependencies
 won&rsquo;t break the policy, and add their LICENSE&rsquo;s and NOTICES&rsquo;s to the project.</p>
-<p>We have a <a href="https://github.com/apache/skywalking/tree/da70cd824647705916af16c92b6865ac7d0c11b2/tools/dependencies/check-license.sh">simple script</a> to help you make sure that you didn&rsquo;t
+<p>We have a <a href="https://github.com/apache/skywalking/tree/da70cd824647705916af16c92b6865ac7d0c11b2/tools/dependencies/check-LICENSE.sh">simple script</a> to help you make sure that you didn&rsquo;t
 miss any newly-added dependency:</p>
 <ul>
 <li>Build a distribution package and unzip/untar it to folder <code>dist</code>.</li>
diff --git a/docs/main/v8.3.0/en/setup/backend/grpc-ssl/index.html b/docs/main/v8.3.0/en/setup/backend/grpc-ssl/index.html
index 3148b52..3609ce6 100644
--- a/docs/main/v8.3.0/en/setup/backend/grpc-ssl/index.html
+++ b/docs/main/v8.3.0/en/setup/backend/grpc-ssl/index.html
@@ -920,7 +920,7 @@ exchanges. Now OAP supports to enable SSL transportation for gRPC receivers.</p>
 <h2 id="creating-ssltls-certificates">Creating SSL/TLS Certificates</h2>
 <p>It seems like step one is to generate certificates and key files for encrypting communication. I thought this would be
 fairly straightforward using <code>openssl</code> from the command line.</p>
-<p>Use this <a href="https://github.com/apache/skywalking/tree/da70cd824647705916af16c92b6865ac7d0c11b2/tools/tls/tls_key_generate.sh">script</a> if you are not familiar with how to generate key files.</p>
+<p>Use this <a href="https://github.com/apache/skywalking/tree/da70cd824647705916af16c92b6865ac7d0c11b2/tools/TLS/tls_key_generate.sh">script</a> if you are not familiar with how to generate key files.</p>
 <p>We need below files:</p>
 <ul>
 <li><code>server.pem</code> a private RSA key to sign and authenticate the public key. It&rsquo;s either a PKCS#8(PEM) or PKCS#1(DER).</li>
diff --git a/docs/main/v8.3.0/en/setup/readme/index.html b/docs/main/v8.3.0/en/setup/readme/index.html
index 42dbbf4..63e5803 100644
--- a/docs/main/v8.3.0/en/setup/readme/index.html
+++ b/docs/main/v8.3.0/en/setup/readme/index.html
@@ -992,7 +992,7 @@ for the Browser or JavaScript based mobile app.</p>
 <h2 id="setup-backend">Setup backend</h2>
 <p>Follow <a href="../backend/backend-ui-setup">backend and UI setup document</a> to understand how the backend and UI configuration works. Different scenarios and advanced features are also explained.</p>
 <h2 id="changes-log">Changes log</h2>
-<p>Backend, UI and Java agent changes are available <a href="https://github.com/apache/skywalking/tree/da70cd824647705916af16c92b6865ac7d0c11b2/changes">here</a>.</p>
+<p>Backend, UI and Java agent changes are available <a href="https://github.com/apache/skywalking/tree/da70cd824647705916af16c92b6865ac7d0c11b2/CHANGES.md">here</a>.</p>
 
 
 
diff --git a/docs/main/v8.3.0/en/setup/service-agent/java-agent/tls/index.html b/docs/main/v8.3.0/en/setup/service-agent/java-agent/tls/index.html
index 3d9ab71..12429b8 100644
--- a/docs/main/v8.3.0/en/setup/service-agent/java-agent/tls/index.html
+++ b/docs/main/v8.3.0/en/setup/service-agent/java-agent/tls/index.html
@@ -940,7 +940,7 @@ at the same time, the SkyWalking backend is in another region (VPC).</p>
 <h2 id="authentication-mode">Authentication Mode</h2>
 <p>Only support <strong>no mutual auth</strong>.</p>
 <ul>
-<li>Use this <a href="https://github.com/apache/skywalking/tree/da70cd824647705916af16c92b6865ac7d0c11b2/tools/tls/tls_key_generate.sh">script</a> if you are not familiar with how to generate key files.</li>
+<li>Use this <a href="https://github.com/apache/skywalking/tree/da70cd824647705916af16c92b6865ac7d0c11b2/tools/TLS/tls_key_generate.sh">script</a> if you are not familiar with how to generate key files.</li>
 <li>Find <code>ca.crt</code>, and use it at client side</li>
 <li>Find <code>server.crt</code> ,<code>server.pem</code> and <code>ca.crt</code>. Use them at server side. Please refer to <a href="../../../backend/grpc-ssl">gRPC SSL</a>
 for more details.</li>
diff --git a/docs/main/v8.3.0/readme/index.html b/docs/main/v8.3.0/readme/index.html
index 4ebc196..c39da35 100644
--- a/docs/main/v8.3.0/readme/index.html
+++ b/docs/main/v8.3.0/readme/index.html
@@ -942,7 +942,7 @@ if (!doNotTrack) {
 <p>In addition, you might find these links interesting:</p>
 <ul>
 <li>
-<p>The latest and old releases are all available at <a href="http://skywalking.apache.org/downloads/">Apache SkyWalking release page</a>. The change logs are <a href="https://github.com/apache/skywalking/tree/da70cd824647705916af16c92b6865ac7d0c11b2/changes">here</a>.</p>
+<p>The latest and old releases are all available at <a href="http://skywalking.apache.org/downloads/">Apache SkyWalking release page</a>. The change logs are <a href="https://github.com/apache/skywalking/tree/da70cd824647705916af16c92b6865ac7d0c11b2/CHANGES.md">here</a>.</p>
 </li>
 <li>
 <p><a href="https://cwiki.apache.org/confluence/display/SKYWALKING/Home">SkyWalking WIKI</a> hosts the context of some changes and events.</p>
diff --git a/docs/main/v8.4.0/en/guides/backend-profile/index.html b/docs/main/v8.4.0/en/guides/backend-profile/index.html
index 2502596..61788bc 100644
--- a/docs/main/v8.4.0/en/guides/backend-profile/index.html
+++ b/docs/main/v8.4.0/en/guides/backend-profile/index.html
@@ -984,7 +984,7 @@ If not, then add this element.</li>
 </li>
 </ul>
 <h2 id="profile-data-debug">Profile data debug</h2>
-<p>Please follow the <a href="../backend-profile-export#export-command-line-usage">exporter tool</a> to package profile data. Unzip the profile data and using <a href="https://github.com/apache/skywalking/tree/ca978d0f8c6de4673009c5f100955035ddae9ecf/oap-server/server-tools/profile-exporter/tool-profile-snapshot-bootstrap/src/test/java/org/apache/skywalking/oap/server/tool/profile/exporter/profileexportedanalyze.java">analyzer main function</a> to run it.</p>
+<p>Please follow the <a href="../backend-profile-export#export-command-line-usage">exporter tool</a> to package profile data. Unzip the profile data and using <a href="https://github.com/apache/skywalking/tree/ca978d0f8c6de4673009c5f100955035ddae9ecf/oap-server/server-tools/profile-exporter/tool-profile-snapshot-bootstrap/src/test/java/org/apache/skywalking/oap/server/tool/profile/exporter/ProfileExportedAnalyze.java">analyzer main function</a> to run it.</p>
 
 
 
diff --git a/docs/main/v8.4.0/en/guides/readme/index.html b/docs/main/v8.4.0/en/guides/readme/index.html
index 053ce75..cf13451 100644
--- a/docs/main/v8.4.0/en/guides/readme/index.html
+++ b/docs/main/v8.4.0/en/guides/readme/index.html
@@ -1062,7 +1062,7 @@ in SkyWalking release, after 6.0.0-GA.</li>
 SkyWalking is supposed to follow the <a href="https://apache.org/legal/resolved.html">ASF 3RD PARTY LICENSE POLICY</a>,
 so if you&rsquo;re adding new dependencies to the project, you&rsquo;re responsible to check the newly-added dependencies
 won&rsquo;t break the policy, and add their LICENSE&rsquo;s and NOTICES&rsquo;s to the project.</p>
-<p>We have a <a href="https://github.com/apache/skywalking/tree/ca978d0f8c6de4673009c5f100955035ddae9ecf/tools/dependencies/check-license.sh">simple script</a> to help you make sure that you didn&rsquo;t
+<p>We have a <a href="https://github.com/apache/skywalking/tree/ca978d0f8c6de4673009c5f100955035ddae9ecf/tools/dependencies/check-LICENSE.sh">simple script</a> to help you make sure that you didn&rsquo;t
 miss any newly-added dependency:</p>
 <ul>
 <li>Build a distribution package and unzip/untar it to folder <code>dist</code>.</li>
diff --git a/docs/main/v8.4.0/en/setup/backend/grpc-ssl/index.html b/docs/main/v8.4.0/en/setup/backend/grpc-ssl/index.html
index 4f12a0b..497dbee 100644
--- a/docs/main/v8.4.0/en/setup/backend/grpc-ssl/index.html
+++ b/docs/main/v8.4.0/en/setup/backend/grpc-ssl/index.html
@@ -928,7 +928,7 @@ exchanges. Now OAP supports to enable SSL transportation for gRPC receivers.</p>
 <h2 id="creating-ssltls-certificates">Creating SSL/TLS Certificates</h2>
 <p>It seems like step one is to generate certificates and key files for encrypting communication. I thought this would be
 fairly straightforward using <code>openssl</code> from the command line.</p>
-<p>Use this <a href="https://github.com/apache/skywalking/tree/ca978d0f8c6de4673009c5f100955035ddae9ecf/tools/tls/tls_key_generate.sh">script</a> if you are not familiar with how to generate key files.</p>
+<p>Use this <a href="https://github.com/apache/skywalking/tree/ca978d0f8c6de4673009c5f100955035ddae9ecf/tools/TLS/tls_key_generate.sh">script</a> if you are not familiar with how to generate key files.</p>
 <p>We need below files:</p>
 <ul>
 <li><code>server.pem</code> a private RSA key to sign and authenticate the public key. It&rsquo;s either a PKCS#8(PEM) or PKCS#1(DER).</li>
diff --git a/docs/main/v8.4.0/en/setup/readme/index.html b/docs/main/v8.4.0/en/setup/readme/index.html
index 2ab46a3..7e79163 100644
--- a/docs/main/v8.4.0/en/setup/readme/index.html
+++ b/docs/main/v8.4.0/en/setup/readme/index.html
@@ -1003,7 +1003,7 @@ for the Browser or JavaScript based mobile app.</p>
 <h2 id="setup-backend">Setup backend</h2>
 <p>Follow <a href="../backend/backend-ui-setup">backend and UI setup document</a> to understand how the backend and UI configuration works. Different scenarios and advanced features are also explained.</p>
 <h2 id="changes-log">Changes log</h2>
-<p>Backend, UI and Java agent changes are available <a href="https://github.com/apache/skywalking/tree/ca978d0f8c6de4673009c5f100955035ddae9ecf/changes">here</a>.</p>
+<p>Backend, UI and Java agent changes are available <a href="https://github.com/apache/skywalking/tree/ca978d0f8c6de4673009c5f100955035ddae9ecf/CHANGES.md">here</a>.</p>
 
 
 
diff --git a/docs/main/v8.4.0/en/setup/service-agent/java-agent/tls/index.html b/docs/main/v8.4.0/en/setup/service-agent/java-agent/tls/index.html
index f3bc9d6..06749ed 100644
--- a/docs/main/v8.4.0/en/setup/service-agent/java-agent/tls/index.html
+++ b/docs/main/v8.4.0/en/setup/service-agent/java-agent/tls/index.html
@@ -948,7 +948,7 @@ at the same time, the SkyWalking backend is in another region (VPC).</p>
 <h2 id="authentication-mode">Authentication Mode</h2>
 <p>Only support <strong>no mutual auth</strong>.</p>
 <ul>
-<li>Use this <a href="https://github.com/apache/skywalking/tree/ca978d0f8c6de4673009c5f100955035ddae9ecf/tools/tls/tls_key_generate.sh">script</a> if you are not familiar with how to generate key files.</li>
+<li>Use this <a href="https://github.com/apache/skywalking/tree/ca978d0f8c6de4673009c5f100955035ddae9ecf/tools/TLS/tls_key_generate.sh">script</a> if you are not familiar with how to generate key files.</li>
 <li>Find <code>ca.crt</code>, and use it at client side</li>
 <li>Find <code>server.crt</code> ,<code>server.pem</code> and <code>ca.crt</code>. Use them at server side. Please refer to <a href="../../../backend/grpc-ssl">gRPC SSL</a>
 for more details.</li>
diff --git a/docs/main/v8.4.0/readme/index.html b/docs/main/v8.4.0/readme/index.html
index 097b400..c95ed6e 100644
--- a/docs/main/v8.4.0/readme/index.html
+++ b/docs/main/v8.4.0/readme/index.html
@@ -950,7 +950,7 @@ if (!doNotTrack) {
 <p>In addition, you might find these links interesting:</p>
 <ul>
 <li>
-<p>The latest and old releases are all available at <a href="http://skywalking.apache.org/downloads/">Apache SkyWalking release page</a>. The change logs are <a href="https://github.com/apache/skywalking/tree/ca978d0f8c6de4673009c5f100955035ddae9ecf/changes">here</a>.</p>
+<p>The latest and old releases are all available at <a href="http://skywalking.apache.org/downloads/">Apache SkyWalking release page</a>. The change logs are <a href="https://github.com/apache/skywalking/tree/ca978d0f8c6de4673009c5f100955035ddae9ecf/CHANGES.md">here</a>.</p>
 </li>
 <li>
 <p><a href="https://cwiki.apache.org/confluence/display/SKYWALKING/Home">SkyWalking WIKI</a> hosts the context of some changes and events.</p>