Skip to content

Commit 909919b

Browse files
authored
Align workshop navigation order for Step 5 cluster and remove Step 26 backward Next link (#1921)
1 parent 517faf8 commit 909919b

5 files changed

Lines changed: 5 additions & 5 deletions

workshop/05-agentic-workflows-intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,5 +112,5 @@ No. Compile converts `.md` to `.lock.yml`. Runtime output comes from your task b
112112
</details>
113113

114114
<!-- journey: all -->
115-
**Next:** [Practice: Recognize Agentic Workflows](05c-agentic-workflows-practice.md)
115+
**Next:** [How Agentic Workflows Stay Safe](05b-agentic-workflows-security.md)
116116
<!-- /journey -->

workshop/05b-agentic-workflows-security.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,5 @@ For each scenario below, decide whether the **sandbox** or the **safe-output sys
5858
- [ ] I can explain how the two-layer model makes agentic workflows safe to run on a schedule
5959

6060
<!-- journey: all -->
61-
**Next:** [Install the gh-aw CLI Extension](06-install-gh-aw.md)
61+
**Next:** [Practice: Recognize Agentic Workflows](05c-agentic-workflows-practice.md)
6262
<!-- /journey -->

workshop/05c-agentic-workflows-practice.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,5 @@ as an issue with the title "Weekly PR Digest".
6565
- [ ] I can describe the three parts of an agentic workflow: trigger → agent → safe output
6666

6767
<!-- journey: all -->
68-
**Next:** [How Agentic Workflows Stay Safe](05b-agentic-workflows-security.md)
68+
**Next:** [Install the gh-aw CLI Extension](06-install-gh-aw.md)
6969
<!-- /journey -->

workshop/26-manage-costs-and-budgets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,5 +110,5 @@ gh aw compile
110110
- [ ] You identified at least one technique to reduce token consumption
111111

112112
<!-- journey: all -->
113-
**Next:** [What's Next? Keep Exploring](14-next-steps.md)
113+
Want to choose another branch from the workshop hub? Return to [What's Next? Keep Exploring](14-next-steps.md).
114114
<!-- /journey -->

workshop/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ A hands-on workshop that takes you from zero to a fully automated, AI-powered wo
1111
| 2 | Setup Adventure — Choose one: [A: Codespace](02a-setup-codespace.md), [B: Local Terminal](02b-setup-local.md), **or** [C: Browser (no terminal)](02c-setup-browser.md) |
1212
| 4 | [What Are GitHub Actions?](04-github-actions-intro.md) |
1313
| 5 | [What Are Agentic Workflows?](05-agentic-workflows-intro.md) |
14-
| 5c | [Practice: Recognize Agentic Workflows](05c-agentic-workflows-practice.md) |
1514
| 5b | [How Agentic Workflows Stay Safe](05b-agentic-workflows-security.md) |
15+
| 5c | [Practice: Recognize Agentic Workflows](05c-agentic-workflows-practice.md) |
1616
| 6 | [Install the gh-aw CLI Extension](06-install-gh-aw.md) |
1717
| 6a | [Codespace Terminal Path — Install gh-aw](06a-install-terminal.md) |
1818
| 6b | [Local Terminal Path — Install gh-aw](06b-install-local.md) |

0 commit comments

Comments
 (0)