Skip to content

Commit 4c0aa7c

Browse files
authored
Update en.ts
1 parent ea1e18a commit 4c0aa7c

File tree

1 file changed

+2
-2
lines changed
  • docs/src/.vuepress/navbar

1 file changed

+2
-2
lines changed

docs/src/.vuepress/navbar/en.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ export const enNavbar = navbar([
4848
text: 'ASF',
4949
children: [
5050
{ text: 'Foundation', target:'_self', link: 'https://www.apache.org/' },
51-
{ text: 'License', link: 'https://www.apache.org/licenses/' },
51+
{ text: 'License', target:'_self', link: 'https://www.apache.org/licenses/' },
5252
{ text: 'Security', link: 'https://www.apache.org/security/' },
5353
{ text: 'Sponsorship', link: 'https://www.apache.org/foundation/sponsorship.html' },
54-
{ text: 'Thanks', link: 'https://www.apache.org/foundation/thanks.html' },
54+
{ text: 'Thanks', target:'_self', link: 'https://www.apache.org/foundation/thanks.html' },
5555
{ text: 'Current Events', link: 'https://www.apache.org/events/current-event' },
5656
{ text: 'Privacy', link: 'https://privacy.apache.org/policies/privacy-policy-public.html' },
5757
],

0 commit comments

Comments
 (0)