Skip to content

Fix broken documentation links referencing /tools/cli/ instead of /setup/cli/#3901

Merged
pelikhan merged 2 commits into
mainfrom
copilot/fix-invalid-docs-link
Nov 13, 2025
Merged

Fix broken documentation links referencing /tools/cli/ instead of /setup/cli/#3901
pelikhan merged 2 commits into
mainfrom
copilot/fix-invalid-docs-link

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Nov 13, 2025

Multiple documentation files referenced /tools/cli/ when the CLI documentation is actually at /setup/cli/. This caused 404s when users followed links to CLI documentation from specs, instructions, and workflow files.

Changes

  • specs/safe-output-messages.md - Updated 2 example URLs
  • .github/workflows/daily-doc-updater.md - Fixed file path mapping
  • .github/instructions/developer.instructions.md - Fixed installation guide URL
  • .github/instructions/github-agentic-workflows.instructions.md - Fixed CLI reference
  • pkg/cli/templates/github-agentic-workflows.instructions.md - Fixed CLI reference

All links now correctly point to https://githubnext.github.io/gh-aw/setup/cli/ as defined in the Astro config sidebar.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • githubnext.github.io
    • Triggering command: curl -s REDACTED (dns block)
  • telemetry.astro.build
    • Triggering command: node /home/REDACTED/work/gh-aw/gh-aw/docs/node_modules/.bin/astro build (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Original prompt

Invliad link 🔗 n the docs https://githubnext.github.io/setup/quick-start/


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix invalid link in documentation Fix broken documentation links referencing /tools/cli/ instead of /setup/cli/ Nov 13, 2025
Copilot AI requested a review from pelikhan November 13, 2025 21:18
@pelikhan pelikhan marked this pull request as ready for review November 13, 2025 22:14
Copilot AI review requested due to automatic review settings November 13, 2025 22:14
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

This PR fixes broken documentation links across multiple files by updating references from /tools/cli/ to /setup/cli/, resolving 404 errors users encountered when following CLI documentation links.

Key Changes

  • Updated all CLI documentation references to use the correct /setup/cli/ path
  • Fixed links in workflow files, instruction files, and specification documentation
  • Aligned references with the Astro config sidebar structure

Reviewed Changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.

Show a summary per file
File Description
specs/safe-output-messages.md Updated 2 example URLs in the workflow installation instructions section
.github/workflows/daily-doc-updater.md Fixed file path mapping for CLI commands documentation
.github/instructions/developer.instructions.md Updated CLI reference URL in workflow installation instructions
.github/instructions/github-agentic-workflows.instructions.md Fixed CLI documentation link at the end of the CLI section
pkg/cli/templates/github-agentic-workflows.instructions.md Fixed CLI documentation link at the end of the CLI section

All changes are correct and consistent, properly updating the documentation links from the incorrect /tools/cli/ path to the correct /setup/cli/ path as defined in the Astro configuration file at docs/astro.config.mjs line 91.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@pelikhan pelikhan merged commit ec47a73 into main Nov 13, 2025
72 checks passed
@pelikhan pelikhan deleted the copilot/fix-invalid-docs-link branch November 13, 2025 22:20
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.

3 participants