Skip to content

Commit 3b4cf42

Browse files
workshop docs: add gh-aw doc links (batch 3) (#1826)
1 parent 6766f1b commit 3b4cf42

6 files changed

Lines changed: 6 additions & 6 deletions

workshop/17-add-mcp-tools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
## 🎯 What You'll Do
88

9-
You'll add an MCP (Model Context Protocol) server to your workflow's [frontmatter](https://github.github.com/gh-aw/reference/frontmatter/), giving the AI agent access to a new set of [tools](https://github.github.com/gh-aw/reference/tools/) it can call at runtime. By the end, your daily-status workflow will be able to do more than just generate text — it can interact with live data sources using structured tool calls.
9+
You'll add an [MCP (Model Context Protocol)](https://github.github.com/gh-aw/guides/mcps/) server to your workflow's [frontmatter](https://github.github.com/gh-aw/reference/frontmatter/), giving the AI agent access to a new set of [tools](https://github.github.com/gh-aw/reference/tools/) it can call at runtime. By the end, your daily-status workflow will be able to do more than just generate text — it can interact with live data sources using structured tool calls.
1010

1111
## 📋 Before You Start
1212

workshop/18-share-and-reuse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
## 🎯 What You'll Do
88

9-
You'll copy your finished workflow file into a shared location so that teammates can add it to their own repositories with a single command. By the end of this step you'll have a reusable workflow template and know how to distribute it.
9+
You'll copy your finished workflow file into a shared location so that teammates can add it to their own repositories with a single command. By the end of this step you'll have a [reusable workflow template](https://github.github.com/gh-aw/guides/reusing-workflows/) and know how to distribute it.
1010

1111
## 📋 Before You Start
1212

workshop/20-persistent-memory.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
2424
## 🎯 What You'll Do
2525

26-
You'll add persistent memory to your agentic workflow so it can carry state between runs. By the end of this step, your workflow will remember what it has already reported on and skip duplicates — so your team never gets the same alert twice.
26+
You'll add [persistent memory](https://github.github.com/gh-aw/patterns/memory-ops/) to your agentic workflow so it can carry state between runs. By the end of this step, your workflow will remember what it has already reported on and skip duplicates — so your team never gets the same alert twice.
2727

2828
## 📋 Before You Start
2929

workshop/23-ab-experiments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Write according to the output_style: ${{ experiments.output_style }}.
6363
CI status, and a one-paragraph summary at the top.
6464
{{#endif}}
6565

66-
Always call the safe output tool — even if there is no activity.
66+
Always call the [safe output](https://github.github.com/gh-aw/reference/safe-outputs/) tool — even if there is no activity.
6767
```
6868

6969
Compile and commit:

workshop/24-self-hosted-runners.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ rather than a GitHub-hosted machine.
1313
## 📋 Before You Start
1414

1515
- Your agentic workflow runs successfully (see [Test and Iterate](12-test-and-iterate.md)).
16-
- A self-hosted runner is registered and **online** for your repository or organisation.
16+
- A [self-hosted runner](https://github.github.com/gh-aw/reference/self-hosted-runners/) is registered and **online** for your repository or organisation.
1717
If you need to set one up first, see [Side Quest: Enterprise Setup Considerations](side-quest-enterprise-setup.md).
1818
- You know the label assigned to your runner (for example, `self-hosted`, `ubuntu-self-hosted`, or a custom label your admin configured).
1919

workshop/25-audit-and-observability.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ You will use `gh aw logs` and `gh aw audit` to review the built-in artifacts tha
1717

1818
### Review recent runs with gh aw logs
1919

20-
`gh aw logs` downloads artifacts from your workflow's recent runs and prints a summary table showing duration, token usage, and cost in AI Credits (AIC).
20+
`gh aw logs` downloads artifacts from your workflow's recent runs and prints a summary table showing duration, token usage, and cost in [AI Credits (AIC)](https://github.github.com/gh-aw/reference/cost-management/#ai-credits-aic).
2121

2222
Run it from inside your repository:
2323

0 commit comments

Comments
 (0)