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 2020/07/29 13:38:00 UTC

[skywalking-website] branch master updated: Fix broken link for helm 3.0.0 (#109)

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-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 98fedf1  Fix broken link for helm 3.0.0  (#109)
98fedf1 is described below

commit 98fedf1d0750545cf1abb268c6857b6c639b22ce
Author: pengfei <zp...@gmail.com>
AuthorDate: Wed Jul 29 21:37:52 2020 +0800

    Fix broken link for helm 3.0.0  (#109)
---
 docs/.vuepress/config.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js
index 193aa55..3297386 100755
--- a/docs/.vuepress/config.js
+++ b/docs/.vuepress/config.js
@@ -34,7 +34,7 @@ module.exports = {
             { text: '6.5.0', link: "https://github.com/apache/skywalking/tree/v6.5.0/docs"},
             { text: 'Nginx LUA 0.1.0', link: "https://github.com/apache/skywalking-nginx-lua/tree/v0.1.0"},
             { text: 'CLI 0.3.0', link: "https://github.com/apache/skywalking-cli/tree/0.3.0"},
-            { text: 'Kubernetes helm 3.0.0', link: "https://github.com/apache/skywalking-kubernetes/tree/v3.1.0"},
+            { text: 'Kubernetes helm 3.0.0', link: "https://github.com/apache/skywalking-kubernetes/tree/v3.0.0"},
             { text: 'Kubernetes helm 2.0.0', link: "https://github.com/apache/skywalking-kubernetes/tree/v2.0.0"},
             { text: 'Python Agent 0.2.0', link: "https://github.com/apache/skywalking-python/tree/v0.2.0"},
           ], },
@@ -86,7 +86,7 @@ module.exports = {
               { text: '6.5.0', link: "https://github.com/apache/skywalking/tree/v6.5.0/docs"},
               { text: 'Nginx LUA 0.1.0', link: "https://github.com/apache/skywalking-nginx-lua/tree/v0.1.0"},
               { text: 'CLI 0.3.0', link: "https://github.com/apache/skywalking-cli/tree/0.3.0"},
-              { text: 'Kubernetes helm 3.0.0', link: "https://github.com/apache/skywalking-kubernetes/tree/v3.1.0"},
+              { text: 'Kubernetes helm 3.0.0', link: "https://github.com/apache/skywalking-kubernetes/tree/v3.0.0"},
               { text: 'Kubernetes helm 2.0.0', link: "https://github.com/apache/skywalking-kubernetes/tree/v2.0.0"},
               { text: 'Python Agent 0.2.0', link: "https://github.com/apache/skywalking-python/tree/v0.2.0"},
             ],