Skip to content

Commit

Permalink
Update en.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
HTHou authored Mar 20, 2024
1 parent ea1e18a commit 4c0aa7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/.vuepress/navbar/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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' },
],
Expand Down

0 comments on commit 4c0aa7c

Please sign in to comment.