@@ -20,27 +20,27 @@ const CURRENT_YEAR = new Date().getFullYear();
2020const COMPANY_LINKS = [
2121 {
2222 label : "About" ,
23- link : "/about" ,
23+ link : "https://cube.dev /about" ,
2424 } ,
2525 {
2626 label : "Careers" ,
27- link : "/careers" ,
27+ link : "https://cube.dev /careers" ,
2828 } ,
2929 {
3030 label : "Terms of Use" ,
31- link : "/terms-of-use" ,
31+ link : "https://cube.dev /terms-of-use" ,
3232 } ,
3333 {
3434 label : "Privacy Policy" ,
35- link : "/privacy-policy" ,
35+ link : "https://cube.dev /privacy-policy" ,
3636 } ,
3737 {
3838 label : "Security Statement" ,
39- link : "/security" ,
39+ link : "https://cube.dev /security" ,
4040 } ,
4141 {
4242 label : "List of Subprocessors" ,
43- link : "/subprocessors" ,
43+ link : "https://cube.dev /subprocessors" ,
4444 } ,
4545] ;
4646
@@ -55,23 +55,23 @@ const RESOURCES_LINKS = [
5555 } ,
5656 {
5757 label : "Examples" ,
58- link : "/examples" ,
58+ link : "https://cube.dev /examples" ,
5959 } ,
6060 {
6161 label : "Community" ,
62- link : "/community" ,
62+ link : "https://cube.dev /community" ,
6363 } ,
6464 {
6565 label : "Events" ,
66- link : "/events" ,
66+ link : "https://cube.dev /events" ,
6767 } ,
6868 {
6969 label : "Customer Stories" ,
70- link : "/case-studies" ,
70+ link : "https://cube.dev /case-studies" ,
7171 } ,
7272 {
7373 label : "Cube Partner Network" ,
74- link : "/consulting/cube-partner-network" ,
74+ link : "https://cube.dev /consulting/cube-partner-network" ,
7575 } ,
7676] ;
7777
0 commit comments