[DOCS-14099, DOCS-13997] Fix broken guide link and update nav for integration override removal#36273
Merged
brett0000FF merged 1 commit intomasterfrom Apr 27, 2026
Merged
Conversation
…egration override removal Fix broken link to removed add_span_md_and_graph_it guide page, pointing it to the custom instrumentation page instead. Update the side nav entry from "Service Override Removal" to "Integration Override Removal" to match the page title renamed in #34455.
Contributor
Preview links (active after the
|
drichards-87
approved these changes
Apr 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do? What is the motivation?
Fixes DOCS-14099, DOCS-13997
Two quick fixes:
tracing/guide/_index.md): The "Add span tags" guide link pointed toadd_span_md_and_graph_it, a page removed in Remove and replace guide with latest content #22038. Updated to point totracing/trace_collection/custom_instrumentation.menus/main.en.yaml): The side nav still said "Service Override Removal" with the old URL. Updated to "Integration Override Removal" with the canonical URL, matching the page title renamed in [DOCS-13281] Change URL from /service_override_removal/ to /integration_override_removal/ #34455.References
add_span_md_and_graph_itguideservice_override_removaltointegration_override_removalMerge instructions
Merge readiness:
Additional notes