Skip to content

Commit

Permalink
change menu item url
Browse files Browse the repository at this point in the history
  • Loading branch information
argl committed Dec 23, 2024
1 parent e735486 commit a26727f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/ui/molecules/reference-menu/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export const ReferenceMenu = ({ visibleSubMenuId, toggleMenu }) => {
hasIcon: true,
iconClasses: "submenu-icon",
label: "Accessibility",
url: `/${locale}/docs/Web/Accessibility`,
url: `/${locale}/docs/Learn_web_development/Core/Accessibility`,
},
{
description: "Web technology reference for developers",
Expand Down

0 comments on commit a26727f

Please sign in to comment.