diff --git a/www/apps/resources/generated/generated-troubleshooting-sidebar.mjs b/www/apps/resources/generated/generated-troubleshooting-sidebar.mjs index ff89ee3276..ac9e43f0ca 100644 --- a/www/apps/resources/generated/generated-troubleshooting-sidebar.mjs +++ b/www/apps/resources/generated/generated-troubleshooting-sidebar.mjs @@ -187,7 +187,7 @@ const generatedgeneratedTroubleshootingSidebarSidebar = { "isPathHref": true, "type": "link", "title": "ValidationError", - "link": "/troubleshooting/validation-error", + "path": "/troubleshooting/validation-error", "children": [] } ] diff --git a/www/apps/resources/sidebars/troubleshooting.mjs b/www/apps/resources/sidebars/troubleshooting.mjs index 3b50fbbb74..ee1ad90b62 100644 --- a/www/apps/resources/sidebars/troubleshooting.mjs +++ b/www/apps/resources/sidebars/troubleshooting.mjs @@ -123,7 +123,7 @@ export const troubleshootingSidebar = [ { type: "link", title: "ValidationError", - link: "/troubleshooting/validation-error", + path: "/troubleshooting/validation-error", }, ], },