Skip to content

Fix broken internal links in documentation#210

Open
fotoetienne wants to merge 1 commit intomainfrom
fix/broken-doc-links
Open

Fix broken internal links in documentation#210
fotoetienne wants to merge 1 commit intomainfrom
fix/broken-doc-links

Conversation

@fotoetienne
Copy link

Summary

Fixes 4 broken internal links in the documentation:

  1. docs/data-loaders.md — Fixed MkDocs-specific heading-as-link syntax

    • Before: [dispatch predicates](## Scheduled Data Loaders with Dispatch Predicates)
    • After: [dispatch predicates](#scheduled-data-loaders-with-dispatch-predicates)
  2. docs/federation.md — Lowercased anchor to match MkDocs-generated IDs

    • Before: ./advanced/federated-testing.md#Using-the-Entities-Query-Builder-API
    • After: ./advanced/federated-testing.md#using-the-entities-query-builder-api
  3. docs/advanced/java-client.md — Fixed relative path (subscriptions.md is in the same directory)

    • Before: ../subscriptions/#integration-testing-subscriptions
    • After: subscriptions/#integration-testing-subscriptions
  4. docs/advanced/file-uploads.md — Updated stale anchor to match renamed heading

    • Before: ../index.md#adding-the-dgs-framework-dependency
    • After: ../index.md#adding-the-dgs-framework-dependency-with-spring-for-graphql

Test plan

  • Verify each link resolves correctly on the rendered docs site

- data-loaders.md: Fix MkDocs heading-as-link syntax to proper anchor
- federation.md: Lowercase anchor to match MkDocs generation
- advanced/java-client.md: Fix relative path to subscriptions.md (same directory)
- advanced/file-uploads.md: Update stale anchor to match renamed heading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant