Skip to content

Commit ba28155

Browse files
committed
fix links
1 parent 4b4e32b commit ba28155

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ Contributions are welcome and highly appreciated.
242242

243243
A huge shout-out to our wonderful [contributors](https://github.com/live-codes/livecodes/graphs/contributors)! Your hard work makes all the difference!
244244

245-
Please refer to the [contribution guide](https://github.com/live-codes/livecodes/blob/HEAD/CONTRIBUTING.md) and [system documentation](./docs/docs/contribution/README.md).
245+
Please refer to the [contribution guide](https://github.com/live-codes/livecodes/blob/HEAD/CONTRIBUTING.md) and [system documentation](https://github.com/live-codes/livecodes/blob/HEAD/docs/docs/contribution/README.md).
246246

247247
## For AI Agents
248248

@@ -252,9 +252,9 @@ If you use an AI coding agent, run:
252252
npx @tanstack/intent@latest install
253253
```
254254

255-
This loads the Intent skills for LiveCodes. See [skills/livecodes/SKILL.md](./skills/livecodes/SKILL.md) for the skill index.
255+
This loads the Intent skills for LiveCodes. See [skills/livecodes/SKILL.md](https://github.com/live-codes/livecodes/blob/HEAD/skills/livecodes/SKILL.md) for the skill index.
256256

257-
For internal architecture and system documentation, see [docs/docs/contribution/](./docs/docs/contribution/README.md).
257+
For internal architecture and system documentation, see [docs/docs/contribution/](https://github.com/live-codes/livecodes/blob/HEAD/docs/docs/contribution/README.md).
258258

259259
## Credits
260260

docs/docs/contribution/sdk.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ build/sdk/
364364
├── vue.js # Vue wrapper
365365
├── web-components.js # Web Components
366366
├── LiveCodes.svelte # Svelte component source
367-
├── skills/ # AI intent skills
367+
├── skills/ # AI Intent skills
368368
│ ├── _artifacts/
369369
│ └── livecodes/
370370
├── types/ # TypeScript declarations

0 commit comments

Comments
 (0)