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/08/23 04:13:08 UTC

[skywalking-website] branch master updated: fix doc version 8.1.0 link error (#114)

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 b7b4240  fix doc version 8.1.0 link error (#114)
b7b4240 is described below

commit b7b42404cd804079a6f25c89fd610898326d15df
Author: xbkaishui <bi...@mycredigo.com>
AuthorDate: Sun Aug 23 12:12:58 2020 +0800

    fix doc version 8.1.0 link error (#114)
    
    * fix doc version 8.1.0 link error
    
    * fix chinese version 8.1.0 link error
---
 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 2c3cd28..ef9d756 100755
--- a/docs/.vuepress/config.js
+++ b/docs/.vuepress/config.js
@@ -27,7 +27,7 @@ module.exports = {
         nav: [
           { text: "Home", link: "/" },
           { text: "Docs",  items: [
-            { text: '8.1.0', link: "https://github.com/apache/skywalking/tree/v8.0.1/docs"},
+            { text: '8.1.0', link: "https://github.com/apache/skywalking/tree/v8.1.0/docs"},
             { text: '8.0.1', link: "https://github.com/apache/skywalking/tree/v8.0.1/docs"},
             { text: '7.0.0', link: "https://github.com/apache/skywalking/tree/v7.0.0/docs"},
             { text: 'Nginx LUA 0.1.0', link: "https://github.com/apache/skywalking-nginx-lua/tree/v0.1.0"},
@@ -78,7 +78,7 @@ module.exports = {
           { text: "主页", link: "/zh/" },
           { text: "文档",
             items: [
-              { text: '8.1.0', link: "https://github.com/apache/skywalking/tree/v8.0.1/docs"},
+              { text: '8.1.0', link: "https://github.com/apache/skywalking/tree/v8.1.0/docs"},
               { text: '8.0.1', link: "https://github.com/apache/skywalking/tree/v8.0.1/docs"},
               { text: '7.0.0', link: "https://github.com/apache/skywalking/tree/v7.0.0/docs"},
               { text: 'Nginx LUA 0.1.0', link: "https://github.com/apache/skywalking-nginx-lua/tree/v0.1.0"},