File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -33,10 +33,16 @@ describe('security', () => {
33
33
} )
34
34
it ( '/privacy -> Privacy policy' , ( ) => {
35
35
cy . visit ( `/privacy` )
36
- cy . url ( ) . should ( 'eq' , 'https://www.notion.so/PRIVACY-POLICY-e9847a7777714eb08ba15a7a8eaee937' )
36
+ cy . url ( ) . should (
37
+ 'eq' ,
38
+ 'https://carbon-app.notion.site/PRIVACY-POLICY-65f08f57a8a14f91931d778f9a471a7d'
39
+ )
37
40
} )
38
41
it ( '/terms -> Terms' , ( ) => {
39
42
cy . visit ( `/terms` )
40
- cy . url ( ) . should ( 'eq' , 'https://www.notion.so/TERMS-OF-USE-ff2ce22a7e9848c89c6be46b44297583' )
43
+ cy . url ( ) . should (
44
+ 'eq' ,
45
+ 'https://carbon-app.notion.site/TERMS-OF-USE-d159661077fe4ef2974e6108b36aeece'
46
+ )
41
47
} )
42
48
} )
Original file line number Diff line number Diff line change @@ -66,12 +66,14 @@ module.exports = withBundleAnalyzer(
66
66
return [
67
67
{
68
68
source : '/privacy' ,
69
- destination : 'https://www.notion.so/PRIVACY-POLICY-e9847a7777714eb08ba15a7a8eaee937' ,
69
+ destination :
70
+ 'https://carbon-app.notion.site/PRIVACY-POLICY-65f08f57a8a14f91931d778f9a471a7d' ,
70
71
permanent : false ,
71
72
} ,
72
73
{
73
74
source : '/terms' ,
74
- destination : 'https://www.notion.so/TERMS-OF-USE-ff2ce22a7e9848c89c6be46b44297583' ,
75
+ destination :
76
+ 'https://carbon-app.notion.site/TERMS-OF-USE-d159661077fe4ef2974e6108b36aeece' ,
75
77
permanent : false ,
76
78
} ,
77
79
{
You can’t perform that action at this time.
0 commit comments