Skip to content

Commit 7cc7387

Browse files
committed
fixed url to prod + prettier format
1 parent 448e443 commit 7cc7387

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

website/src/pages/en/ai-suite/token-api-skills/quick-setup.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ sidebarTitle: Quick Setup
99

1010
```bash
1111
mkdir -p ~/.claude/skills/token-api
12-
curl -o ~/.claude/skills/token-api/SKILL.md https://token-api.service.stage.pinax.network/skills.md
12+
curl -o ~/.claude/skills/token-api/SKILL.md https://token-api.thegraph.com/skills.md
1313
```
1414

1515
2. Verify it works by typing `/token-api` in Claude Code.
@@ -18,10 +18,10 @@ That's it.
1818

1919
## Where Skills Live
2020

21-
| Location | Path | Scope |
22-
| --- | --- | --- |
23-
| Personal | `~/.claude/skills/<name>/SKILL.md` | All your projects |
24-
| Project | `.claude/skills/<name>/SKILL.md` | Current project only |
21+
| Location | Path | Scope |
22+
| -------- | ---------------------------------- | -------------------- |
23+
| Personal | `~/.claude/skills/<name>/SKILL.md` | All your projects |
24+
| Project | `.claude/skills/<name>/SKILL.md` | Current project only |
2525

2626
For project-scoped usage (committed to Git so teammates get it too), use `.claude/skills/` in your repository.
2727

0 commit comments

Comments
 (0)