@@ -8,7 +8,7 @@ const menus = [
88 heading : 'Product' ,
99 items : [
1010 { caption : 'Whiteboard' , href : '/features/out-of-the-box-whiteboard' } ,
11- { caption : 'Starter kits' , href : '/starter-kits' } ,
11+ { caption : 'Starter kits' , href : '/starter-kits/overview ' } ,
1212 { caption : 'Pricing' , href : '/pricing' } ,
1313 { caption : 'FAQ' , href : '/faq' } ,
1414 ] ,
@@ -17,9 +17,9 @@ const menus = [
1717 heading : 'Developers' ,
1818 items : [
1919 { caption : 'Quick start guide' , href : '/quick-start' } ,
20- { caption : 'Starter kits' , href : '/starter-kits' } ,
20+ { caption : 'Starter kits' , href : '/starter-kits/overview ' } ,
2121 { caption : 'Examples' , href : '/examples/basic' } ,
22- { caption : 'Releases' , href : '/releases-versioning ' } ,
22+ { caption : 'Releases' , href : '/releases' } ,
2323 { caption : 'Docs' , href : '/quick-start' } ,
2424 ] ,
2525 } ,
@@ -42,7 +42,7 @@ const menus = [
4242 items : [
4343 { caption : 'Videos' , href : '/blog/events' } ,
4444 { caption : 'Careers' , href : '/careers' } ,
45- { caption : 'License' , href : '/legal/tldraw- license' } ,
45+ { caption : 'License' , href : '/community/ license' } ,
4646 { caption : 'Trademarks' , href : '/legal/trademark-guidelines' } ,
4747 { caption : 'CLA' , href : '/legal/contributor-license-agreement' } ,
4848 { caption : 'Privacy settings' , href : '#' , isCookieSetting : true } ,
0 commit comments