Skip to content

[docs-scanner] Inconsistent internal link syntax across billing documentation #24242

@docker-agent

Description

@docker-agent

Files:

  • content/manuals/billing/history.md
  • content/manuals/billing/payment-method.md

Issue

Multiple files in the billing directory use inconsistent internal link syntax. Some links include the /manuals/ prefix while others reference it without the leading slash:

In history.md:

If you choose to pay using a US bank account, you must verify the account. For
more information, see Verify a bank account.

In payment-method.md:

These should use the leading / format: /manuals/billing/payment-method.md#verify-a-bank-account

Meanwhile, other links in the same files correctly use formats like:

  • /billing/details/
  • /manuals/billing/cycle.md
  • /manuals/billing/history.md

Suggested fix

Standardize all internal links to use the leading / format consistently:

[Verify a bank account](/manuals/billing/payment-method.md#verify-a-bank-account)

Update all instances in both history.md and payment-method.md to match the consistent format used elsewhere in the documentation.


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