Skip to content

Commit f5de4fc

Browse files
gab23rgabriel
andauthored
docs: Fix skills path (#321)
Co-authored-by: gabriel <gabriel.g.robin@airbus.com>
1 parent f71d66b commit f5de4fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/coding-agents.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ find it. For example, if you are using Claude Code:
1515

1616
```bash
1717
mkdir -p .claude/skills/dataframely/
18-
curl -o .claude/skills/dataframely/SKILL.md https://raw.githubusercontent.com/Quantco/dataframely/refs/heads/main/SKILL.md
18+
curl -o .claude/skills/dataframely/SKILL.md https://raw.githubusercontent.com/Quantco/dataframely/refs/heads/main/skills/SKILL.md
1919
```
2020

2121
or if you are using [skills.sh](https://skills.sh/) to manage your skills:

0 commit comments

Comments
 (0)