Fix help page helper base path
What does this MR do and why?
Fix help page helper base path
In a future commit, spec/features/admin/admin_settings_spec.rb
will be
changed to run against the new navigation. That spec checks the help
link's href against help_path
, which shouldn't have a trailing slash.
In practice, this only changes the Help > Help link in the new navigation to point to /help
instead of /help/
.
Screenshots or screen recordings
n/a
How to set up and validate locally
- Verify the Help > Help link in the new navigation still works.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by Mark Florian