Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update links to OpenTelemetry Operator API documentation #6447

Closed
wants to merge 1 commit into from

Conversation

NilzeyX
Copy link

@NilzeyX NilzeyX commented Mar 1, 2025

The OpenTelemetry Operator repository recently refactored its API documentation structure, moving content from the single docs/api.md file to a directory-based structure with separate files for each component (docs/api/opentelemetrycollectors.md, docs/api/instrumentations.md, docs/api/targetallocators.md, etc.).

This PR updates all references to the old API documentation structure across our documentation files to point to the new locations:

  • Updated links in content/en/docs/platforms/kubernetes/operator/automatic.md
  • Updated links in content/en/docs/platforms/kubernetes/operator/troubleshooting/target-allocator.md
  • Updated links in content/en/blog/2023/end-user-q-and-a-04.md
  • Updated links in content/en/blog/2024/otel-operator-q-and-a/index.md
  • Removed the temporary exclusion in .htmltest.yml since the links are now fixed

These changes ensure that users are directed to the correct, up-to-date API documentation when following links in our documentation.

Helps Fix #6237

I'm a relatively new contributor, so please let me know if I've missed anything or if there are any improvements I should make to this PR.

The OpenTelemetry Operator repository refactored its API documentation structure,
making the previous links to docs/api.md invalid. This commit updates all references
to point to the new API documentation locations.

Fixes open-telemetry#6237
@NilzeyX NilzeyX requested a review from a team as a code owner March 1, 2025 07:35
Copy link

linux-foundation-easycla bot commented Mar 1, 2025

CLA Signed


The committers listed above are authorized under a signed CLA.

@opentelemetrybot opentelemetrybot requested a review from a team March 1, 2025 07:35
@github-actions github-actions bot added the blog label Mar 1, 2025
@NilzeyX NilzeyX closed this Mar 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

K8s operator API links are invalid
1 participant