From 22b8e605c5227c2854c53eed4b5ca1f05fb44411 Mon Sep 17 00:00:00 2001 From: zhichen Date: Fri, 28 Sep 2018 14:35:00 +0800 Subject: [PATCH] fix doc site url --- console/src/main/resources/static/src/config.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/console/src/main/resources/static/src/config.js b/console/src/main/resources/static/src/config.js index bb3f67b80..8beee6de2 100644 --- a/console/src/main/resources/static/src/config.js +++ b/console/src/main/resources/static/src/config.js @@ -11,22 +11,22 @@ module.exports = { { key: 'home', // 用作顶部菜单的选中 text: 'HOME', - link: '/en-us/index.html', + link: 'https://nacos.io/en-us/index.html', }, { key: 'docs', text: 'DOCS', - link: '/en-us/docs/quick-start.html', + link: 'https://nacos.io/en-us/docs/quick-start.html', }, { key: 'blog', text: 'BLOG', - link: '/en-us/blog', + link: 'https://nacos.io/en-us/blog', }, { key: 'community', text: 'COMMUNITY', - link: '/en-us/community', + link: 'https://nacos.io/en-us/community', }, // { // text: 'ALI-SUPPORT',