Problem/Motivation
If you visit the help page for the Navigation module there is text that says:
For more information, see the online documentation for the Navigation module.
The online documentation doesn't really exist, it just links to the contrib module page which doesn't have any additional documentation.
Steps to reproduce
Visit /admin/help/navigation
After

Proposed resolution
Remove the sentence.
Remaining tasks
Fixing it.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | Navigation-help-text.png | 26.36 KB | ishani patel |
Issue fork drupal-3524547
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
- 3524547-navigation-modules-help
changes, plain diff MR !12129
Comments
Comment #2
thejimbirch commentedLooks like it was removed in this big commit, but I don't see where it was replaced if so.
https://git.drupalcode.org/issue/drupal-3524547/-/commit/48c71f0598fe877...
Comment #3
ishani patel commentedComment #5
ishani patel commentedHello,
I've removed the sentence and created MR for that.
Kindly review.
Please refer the below screenshot for reference.
Thank you!
Comment #6
chetansonawaneComment #7
chetansonawaneI’ve reviewed the merge request, and removing the misleading sentence makes sense, especially since there isn’t any dedicated documentation available for the Navigation module beyond the contrib page.
This update helps avoid user confusion, and I believe it improves the overall clarity of the help text.
Comment #8
ishani patel commentedComment #9
quietone commented@chetansonawane, thanks for explaining what you did for the review.
I applied the diff and tested. While the help text is brief it is an improvement and the results match the provided 'after' screenshot. I added that to the issue summary. I updated credit.
Comment #10
catchShould this be linking to https://www.drupal.org/docs/develop/core-modules-and-themes/core-modules... instead - not that there is much there, but it seems like the right place to link to if there was more.
Comment #11
smustgrave commentedThat does seem more correct. Imagine once it’s more stable that documentation page will get some love
Comment #12
thejimbirch commentedAdded the link back, and links to the recommended link.
Comment #13
smustgrave commentedRock on, LGTM
Comment #16
catchCommitted/pushed to 11.x and cherry-picked to 11.2.x, thanks!