-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Closed
Labels
Description
File: content/manuals/desktop/features/networking/networking-how-tos.md
Issue
The documentation contains a malformed internal link with an incorrect .md extension in the anchor:
For details about how this traffic appears to host firewalls and endpoint detection systems, see Firewalls and endpoint visibility.
The anchor portion #firewalls-and-endpoint-visibility.md incorrectly includes .md at the end. Anchors should not include file extensions. The correct anchor should be #firewalls-and-endpoint-visibility.
This may cause the link to fail to jump to the correct section on the target page.
Suggested fix
Change the link to:
[Firewalls and endpoint visibility](/manuals/desktop/features/networking/index.md#firewalls-and-endpoint-visibility)Remove the .md extension from the anchor portion of the URL.
Found by nightly documentation freshness scanner
Reactions are currently unavailable