From 4c0aa7c6583cebbf9c9ed3866786b2fd0bfeea29 Mon Sep 17 00:00:00 2001 From: Haonan Date: Wed, 20 Mar 2024 12:30:31 +0800 Subject: [PATCH] Update en.ts --- docs/src/.vuepress/navbar/en.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/.vuepress/navbar/en.ts b/docs/src/.vuepress/navbar/en.ts index 128ca34f9..99c9e82c2 100644 --- a/docs/src/.vuepress/navbar/en.ts +++ b/docs/src/.vuepress/navbar/en.ts @@ -48,10 +48,10 @@ export const enNavbar = navbar([ text: 'ASF', children: [ { text: 'Foundation', target:'_self', link: 'https://www.apache.org/' }, - { text: 'License', link: 'https://www.apache.org/licenses/' }, + { text: 'License', target:'_self', link: 'https://www.apache.org/licenses/' }, { text: 'Security', link: 'https://www.apache.org/security/' }, { text: 'Sponsorship', link: 'https://www.apache.org/foundation/sponsorship.html' }, - { text: 'Thanks', link: 'https://www.apache.org/foundation/thanks.html' }, + { text: 'Thanks', target:'_self', link: 'https://www.apache.org/foundation/thanks.html' }, { text: 'Current Events', link: 'https://www.apache.org/events/current-event' }, { text: 'Privacy', link: 'https://privacy.apache.org/policies/privacy-policy-public.html' }, ],