Skip to content

[docs-scanner] Malformed anchor link with .md extension #24218

@docker-agent

Description

@docker-agent

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions