@@ -3,38 +3,38 @@ export const footerItems = {
33 { label : 'Blog' , href : '/blog' } ,
44 {
55 label : 'Brand Assets' ,
6- href : 'https://github.com/OceanParcels/oceanparcels_website /tree/main/public/virtualship-assets' ,
6+ href : 'https://github.com/OceanParcels/virtualship_website /tree/main/public/virtualship-assets' ,
77 } ,
88 { label : 'Accessibility' , href : '/accessibility' } ,
99 ] ,
1010
1111 resources : [
1212 {
1313 label : 'Documentation' ,
14- href : 'https://docs .oceanparcels.org/en/latest/index.html' ,
14+ href : 'https://virtualship .oceanparcels.org/en/latest/' , // TODO: update to new domain after deployment
1515 } ,
1616 {
1717 label : 'Installation' ,
18- href : 'https://docs .oceanparcels.org/en/latest/installation.html' ,
18+ href : 'https://virtualship .oceanparcels.org/en/latest/# installation' , // TODO: update to new domain after deployment
1919 } ,
2020 {
21- label : 'Tutorials ' ,
22- href : 'https://docs .oceanparcels.org/en/latest/documentation /index.html' ,
21+ label : 'User Guide ' ,
22+ href : 'https://virtualship .oceanparcels.org/en/latest/user-guide /index.html' , // TODO: update to new domain after deployment
2323 } ,
2424 ] ,
2525
2626 community : [
2727 {
2828 label : 'Contribute' ,
29- href : 'https://docs .oceanparcels.org/en/latest/community /index.html' ,
29+ href : 'https://virtualship .oceanparcels.org/en/latest/contributing /index.html' , // TODO: update to new domain after deployment
3030 } ,
3131 {
3232 label : 'GitHub Discussions' ,
33- href : 'https://github.com/OceanParcels/parcels /discussions' ,
33+ href : 'https://github.com/OceanParcels/virtualship /discussions' ,
3434 } ,
3535 {
3636 label : 'Issue Tracker' ,
37- href : 'https://github.com/OceanParcels/parcels /issues' ,
37+ href : 'https://github.com/OceanParcels/virtualship /issues' ,
3838 } ,
3939 ] ,
4040}
0 commit comments