Skip to content

Commit ec47a73

Browse files
authored
Fix broken documentation links referencing /tools/cli/ instead of /setup/cli/ (#3901)
1 parent 9e2b432 commit ec47a73

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/instructions/developer.instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -718,7 +718,7 @@ With triggering context:
718718

719719
```markdown
720720
>
721-
> To add this workflow in your repository, run `gh aw add owner/repo/path@ref`. See [usage guide](https://githubnext.github.io/gh-aw/tools/cli/).
721+
> To add this workflow in your repository, run `gh aw add owner/repo/path@ref`. See [usage guide](https://githubnext.github.io/gh-aw/setup/cli/).
722722
```
723723

724724
#### Staged Mode Preview

.github/instructions/github-agentic-workflows.instructions.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/daily-doc-updater.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ find docs/src/content/docs -name '*.md' -o -name '*.mdx'
113113
For each missing or incomplete feature documentation:
114114

115115
1. **Determine the correct file** based on the feature type:
116-
- CLI commands → `docs/src/content/docs/tools/cli.md`
116+
- CLI commands → `docs/src/content/docs/setup/cli.md`
117117
- Workflow reference → `docs/src/content/docs/reference/`
118118
- How-to guides → `docs/src/content/docs/guides/`
119119
- Samples → `docs/src/content/docs/samples/`

pkg/cli/templates/github-agentic-workflows.instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1193,4 +1193,4 @@ gh aw logs <workflow-id>
11931193

11941194
### Documentation
11951195

1196-
For complete CLI documentation, see: https://githubnext.github.io/gh-aw/tools/cli/
1196+
For complete CLI documentation, see: https://githubnext.github.io/gh-aw/setup/cli/

specs/safe-output-messages.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,12 @@ graph TD
9797
**Markdown Source:**
9898
```markdown
9999
>
100-
> To add this workflow in your repository, run `gh aw add owner/repo/path@ref`. See [usage guide](https://githubnext.github.io/gh-aw/tools/cli/).
100+
> To add this workflow in your repository, run `gh aw add owner/repo/path@ref`. See [usage guide](https://githubnext.github.io/gh-aw/setup/cli/).
101101
```
102102

103103
**Rendered Output:**
104104
>
105-
> To add this workflow in your repository, run `gh aw add githubnext/gh-aw/.github/workflows/example@main`. See [usage guide](https://githubnext.github.io/gh-aw/tools/cli/).
105+
> To add this workflow in your repository, run `gh aw add githubnext/gh-aw/.github/workflows/example@main`. See [usage guide](https://githubnext.github.io/gh-aw/setup/cli/).
106106
107107
**When shown**: Appears when workflow has a known source location.
108108

0 commit comments

Comments
 (0)