Skip to content

Fix 9 broken Learn More links in operational-patterns blog post#30880

Merged
pelikhan merged 2 commits into
mainfrom
copilot/fix-learn-more-links
May 7, 2026
Merged

Fix 9 broken Learn More links in operational-patterns blog post#30880
pelikhan merged 2 commits into
mainfrom
copilot/fix-learn-more-links

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 7, 2026

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: Replace https://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)

…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
Copilot AI requested a review from pelikhan May 7, 2026 19:14
@pelikhan pelikhan marked this pull request as ready for review May 7, 2026 19:54
Copilot AI review requested due to automatic review settings May 7, 2026 19:54
@pelikhan pelikhan merged commit 5694071 into main May 7, 2026
@pelikhan pelikhan deleted the copilot/fix-learn-more-links branch May 7, 2026 19:54
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix 9 broken Learn More links in operational-patterns blog post

3 participants