This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/tsfile.git
The following commit(s) were added to refs/heads/develop by this push:
new 4c0aa7c6 Update en.ts
4c0aa7c6 is described below
commit 4c0aa7c6583cebbf9c9ed3866786b2fd0bfeea29
Author: Haonan <[email protected]>
AuthorDate: Wed Mar 20 12:30:31 2024 +0800
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 128ca34f..99c9e82c 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' },
],