Skip to content

Commit dc2c224

Browse files
committed
Add Fan Control Exercise link
1 parent ae9167b commit dc2c224

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

links.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22

33
- [Online Training](https://eclipsesource.teachable.com/p/ai-coding) — AI coding training course
44
- [Calculator Exercise](https://github.com/eclipsesource/systematic-ai-coding-calculator-exercise) — Exercise repository for the training
5+
- [Fan Control Exercise](https://github.com/eclipsesource/fan-control-exercise) — Second exercise repository for the training
56
- [grill-me skill](https://ai.open-vsx.org/?skill=io.github.mattpocock%2Fgrill-me) — Skill by Matt Pollock to stress-test a plan
67
- [grilling skill](https://ai.open-vsx.org/?skill=io.github.mattpocock%2Fgrilling) — Companion skill by Matt Pollock for relentless interviewing

website/src/App.jsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ const links = [
1111
href: 'https://github.com/eclipsesource/systematic-ai-coding-calculator-exercise',
1212
description: 'Exercise repository for the training',
1313
},
14+
{
15+
title: 'Fan Control Exercise',
16+
href: 'https://github.com/eclipsesource/fan-control-exercise',
17+
description: 'Second exercise repository for the training',
18+
},
1419
{
1520
title: 'grill-me skill',
1621
href: 'https://ai.open-vsx.org/?skill=io.github.mattpocock%2Fgrill-me',

0 commit comments

Comments
 (0)