File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ describe.skip('Switch tabs in header', () => {
33
33
34
34
it ( 'step4: Switch from Governance to More' , ( ) => {
35
35
cy . get ( '#more-button' ) . click ( ) ;
36
- checkLinkOfButtons ( 'FAQ' , 'https://docs. aave.com/faq/governance ' ) ;
37
- checkLinkOfButtons ( 'Developers' , 'https://docs. aave.com/portal/ ' ) ;
36
+ checkLinkOfButtons ( 'FAQ' , 'https://aave.com/faq' ) ;
37
+ checkLinkOfButtons ( 'Developers' , 'https://aave.com/docs ' ) ;
38
38
checkLinkOfButtons ( 'Github' , 'https://github.com/aave/interface' ) ;
39
39
} ) ;
40
40
} ) ;
Original file line number Diff line number Diff line change @@ -61,12 +61,12 @@ interface MoreMenuItem extends Navigation {
61
61
62
62
const moreMenuItems : MoreMenuItem [ ] = [
63
63
{
64
- link : 'https://docs. aave.com/faq/' ,
64
+ link : 'https://aave.com/faq/' ,
65
65
title : t `FAQ` ,
66
66
icon : < QuestionMarkCircleIcon /> ,
67
67
} ,
68
68
{
69
- link : 'https://docs. aave.com/portal /' ,
69
+ link : 'https://aave.com/docs /' ,
70
70
title : t `Developers` ,
71
71
icon : < BookOpenIcon /> ,
72
72
} ,
You can’t perform that action at this time.
0 commit comments