docs: Fix broken links by michaelkoepf · Pull Request #2903 · operator-framework/java-operator-sdk

Pull Request Overview

This PR fixes broken links in the documentation by updating outdated URL paths to point to the correct locations within the documentation structure. The changes primarily update references from the old flat URL structure to the new hierarchical documentation organization.

  • Updates all internal documentation links to use the new /docs/documentation/ path structure
  • Fixes references to dependent resources and workflows documentation
  • Corrects a cleanup reference to point to the reconciler documentation

Reviewed Changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.

Show a summary per file
File Description
docs/content/en/docs/migration/v4-5-migration.md Updates link to caching and event handling documentation
docs/content/en/docs/migration/v4-4-migration.md Updates dependent resources documentation link
docs/content/en/docs/migration/v3-1-migration.md Updates workflows documentation link
docs/content/en/docs/documentation/reconciler.md Updates dependent resources documentation link
docs/content/en/docs/documentation/dependent-resource-and-workflows/workflows.md Updates multiple internal links to dependent resources and cleanup documentation
docs/content/en/docs/documentation/dependent-resource-and-workflows/dependent-resources.md Updates workflows documentation links

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.