Skip to content

Commit 0ba36c3

Browse files
workshop docs: add gh-aw doc links (round 5) (#2468)
1 parent 3b4a656 commit 0ba36c3

4 files changed

Lines changed: 4 additions & 4 deletions

workshop/side-quest-08-01-codespaces-actions-write.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ If you are not in a Codespace or you do not see the 403 error, return to [Run an
1717

1818
## :dart: What You'll Do
1919

20-
You'll identify the Codespaces token error that blocks `gh aw run` and use the fastest recovery path. Optionally, you can re-create your Codespace with the extra permissions needed for terminal-based workflow triggers.
20+
You'll identify the Codespaces token error that blocks `gh aw run` and use the fastest recovery path. Optionally, you can re-create your Codespace with the extra [permissions](https://github.github.com/gh-aw/reference/permissions/) needed for terminal-based workflow triggers.
2121

2222
---
2323

workshop/side-quest-09-01b-pattern-empty-results.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Identify the pattern before opening the answer.
3434
<details>
3535
<summary>Show answer</summary>
3636

37-
Pattern: **`[tool]` call returns empty results**. Check required read permissions and broaden filters to confirm data availability.
37+
Pattern: **`[tool]` call returns empty results**. Check required read [permissions](https://github.github.com/gh-aw/reference/permissions/) and broaden filters to confirm data availability.
3838

3939
</details>
4040

workshop/side-quest-09-01e-pattern-done-no-write.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ A run can finish with `:white_check_mark: [done]` and still create no comment or
1515
Start with three checks:
1616

1717
1. Confirm whether your condition was actually true at runtime.
18-
2. Confirm a matching write action exists in `safe-outputs:`.
18+
2. Confirm a matching write action exists in [`safe-outputs:`](https://github.github.com/gh-aw/reference/safe-outputs/).
1919
3. Confirm your instructions define what to do when no condition matches.
2020

2121
To avoid silent no-write outcomes, include explicit fallback behavior such as: "If no incidents are found, post one status comment saying no action is required." This still gives users a visible status indicator and proves the workflow ran.

workshop/side-quest-10-01-agent-brief.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Before moving on, confirm you have at least three inputs, each linked to a field
6565
<details>
6666
<summary>Why this works</summary>
6767

68-
Inputs turn "summarize the repo" into a concrete data request. They also make it easier to spot missing [permissions](https://github.github.com/gh-aw/reference/permissions/) or tools when you build the workflow.
68+
Inputs turn "summarize the repo" into a concrete data request. They also make it easier to spot missing [permissions](https://github.github.com/gh-aw/reference/permissions/) or [tools](https://github.github.com/gh-aw/reference/tools/) when you build the workflow.
6969

7070
</details>
7171

0 commit comments

Comments
 (0)