Fix 9 broken Learn More links in operational-patterns blog post#30880
Merged
Conversation
…elative paths in operational-patterns blog post Agent-Logs-Url: https://github.com/github/gh-aw/sessions/71d59b33-d855-4d18-a65e-ad56d245de01 Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix 9 broken Learn More links in operational-patterns blog post
Fix 9 broken Learn More links in operational-patterns blog post
May 7, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Fixes nine broken “Learn more” links in the operational-patterns blog post by replacing the nonexistent https://github.github.com/gh-aw/patterns/* domain with correct site-relative paths under /gh-aw/patterns/*, preventing 404s when readers follow the deep-dive links.
Changes:
- Updated 9 pattern CTA links to
/gh-aw/patterns/{pattern}/(ChatOps, DailyOps, IssueOps, LabelOps, ProjectOps, TaskOps, MultiRepoOps, SideRepoOps, TrialOps). - Ensured link style matches existing internal docs routing conventions (site-root
/gh-aw/...paths).
Show a summary per file
| File | Description |
|---|---|
| docs/src/content/docs/blog/2026-01-27-operational-patterns.md | Rewrites nine “Learn more” links to valid /gh-aw/patterns/* internal paths. |
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 1/1 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.
All 9 "Learn more" calls-to-action in the operational-patterns blog post pointed to
https://github.github.com/gh-aw/patterns/*— a domain that doesn't exist — causing 404s for every reader following a pattern deep-dive link.Changes
docs/src/content/docs/blog/2026-01-27-operational-patterns.md: Replacehttps://github.github.com/gh-aw/patterns/→/gh-aw/patterns/across all 9 pattern links (chat-ops,daily-ops,issue-ops,label-ops,project-ops,task-ops,multi-repo-ops,side-repo-ops,trial-ops)