diff --git a/awx/ui_next/src/components/AppContainer/NavExpandableGroup.jsx b/awx/ui_next/src/components/AppContainer/NavExpandableGroup.jsx index 6403e617f7..2b8805d589 100644 --- a/awx/ui_next/src/components/AppContainer/NavExpandableGroup.jsx +++ b/awx/ui_next/src/components/AppContainer/NavExpandableGroup.jsx @@ -41,7 +41,7 @@ class NavExpandableGroup extends Component { groupId={groupId} isActive={this.isActivePath(path)} key={path} - to={`/#${path}`} + to={`/next/#${path}`} > {title}