File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/src/.vuepress/navbar Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -48,10 +48,10 @@ export const enNavbar = navbar([
48
48
text : 'ASF' ,
49
49
children : [
50
50
{ 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/' } ,
52
52
{ text : 'Security' , link : 'https://www.apache.org/security/' } ,
53
53
{ 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' } ,
55
55
{ text : 'Current Events' , link : 'https://www.apache.org/events/current-event' } ,
56
56
{ text : 'Privacy' , link : 'https://privacy.apache.org/policies/privacy-policy-public.html' } ,
57
57
] ,
You can’t perform that action at this time.
0 commit comments