Fix broken documentation links referencing /tools/cli/ instead of /setup/cli/#3901
Merged
Conversation
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
pelikhan
approved these changes
Nov 13, 2025
Contributor
There was a problem hiding this comment.
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.
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.
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
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.iocurl -s REDACTED(dns block)telemetry.astro.buildnode /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
💡 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.