Fix docs link-validator failures from stale experiments page URLs#32490
Merged
Conversation
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
pelikhan
May 15, 2026 22:41
View session
Contributor
There was a problem hiding this comment.
Pull request overview
Updates internal documentation links to reflect the current Experiments documentation routes, resolving link-validator failures in the docs deploy workflow caused by stale /guides/... and /reference/... URLs.
Changes:
- Replaced stale
/gh-aw/guides/experiments/links with/gh-aw/practices/experiments/. - Replaced stale
/gh-aw/reference/experiments-specification/links with/gh-aw/practices/experiments-specification/. - Updated references consistently across glossary, artifacts reference, forecast specification, and the experiments specification page.
Show a summary per file
| File | Description |
|---|---|
| docs/src/content/docs/reference/glossary.md | Updates glossary cross-links for A/B Experiments and the experiments specification to the /practices/ routes. |
| docs/src/content/docs/reference/forecast-specification.md | Updates both “out of scope” and normative reference links to the experiments specification /practices/ route. |
| docs/src/content/docs/reference/artifacts.md | Updates the A/B Experiments link in the experiment artifact section to the /practices/ route. |
| docs/src/content/docs/practices/experiments-specification.md | Updates “Latest Version” link to the current /practices/experiments-specification/ route. |
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 4/4 changed files
- Comments generated: 0
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.
The docs deploy workflow failed in link validation because several pages still referenced removed experiments routes (
/guides/...and/reference/...). This PR updates those references to the current/practices/...routes so the docs build can resolve all internal links.Scope of fix
docs/src/content/docs/practices/experiments-specification.mddocs/src/content/docs/reference/artifacts.mddocs/src/content/docs/reference/forecast-specification.mddocs/src/content/docs/reference/glossary.mdRoute corrections applied
/gh-aw/guides/experiments/→/gh-aw/practices/experiments//gh-aw/reference/experiments-specification/→/gh-aw/practices/experiments-specification/Representative change