Skip to content

Commit

Permalink
Move errors guide up one layer in submenu
Browse files Browse the repository at this point in the history
  • Loading branch information
rachelwhitton committed Jan 23, 2025
1 parent f9678eb commit cac06f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/omniSidebarNav/submenus/support.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ const support = () => {
]),
simpleLink('/timeouts', 'Timeouts and Errors', [
simpleLink('/timeouts', 'Timeouts on Pantheon'),
getGuideDirectory('guides/errors-and-server-responses'),
simpleLink('/debug-connections', 'Debugging Connectivity Issues'),
]),
getGuideDirectory('guides/errors-and-server-responses'),
simpleLink('/mime-types', 'MIME Types'),
simpleLink('/resetting-passwords', 'Resetting Passwords'),
simpleLink('/local-dns-cache', 'Local DNS Cache'),
Expand Down

0 comments on commit cac06f4

Please sign in to comment.