Skip to content

Commit 0da4b12

Browse files
authored
Merge pull request #2412 from tisnik/lcore-3340-fixed-links-in-doc
LCORE-3340: Fixed links in doc
2 parents cf8acb7 + 520f773 commit 0da4b12

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/user_doc/skills_guide.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ skills:
7676
> [!TIP]
7777
> Option A is recommended for most deployments. Use Option B when you need to selectively include specific skills from a larger collection.
7878
79-
See [examples/lightspeed-stack-skills.yaml](../examples/lightspeed-stack-skills.yaml) for a complete configuration example.
79+
See [examples/lightspeed-stack-skills.yaml](https://github.com/lightspeed-core/lightspeed-stack/blob/main/examples/lightspeed-stack-skills.yaml) for a complete configuration example.
8080

8181
# Skill Directory Structure
8282

@@ -281,6 +281,6 @@ The system prompt contains behavioral instructions telling the LLM how to use th
281281
282282
- [Agent Skills Specification](https://agentskills.io/specification) — the open standard for skill format
283283
- [Agent Skills Implementation Guide](https://agentskills.io/client-implementation/adding-skills-support) — client implementation guidance
284-
- [Feature Design Document](design/agent-skills/agent-skills.md) — internal design spec for the Lightspeed Core implementation
285-
- [Example Skills](../examples/skills/) — working example skills
286-
- [Example Configuration](../examples/lightspeed-stack-skills.yaml) — example `lightspeed-stack.yaml` with skills configured
284+
- [Feature Design Document](../design/agent-skills/agent-skills.md) — internal design spec for the Lightspeed Core implementation
285+
- [Example Skills](https://github.com/lightspeed-core/lightspeed-stack/tree/main/examples/skills) — working example skills
286+
- [Example Configuration](https://github.com/lightspeed-core/lightspeed-stack/blob/main/examples/lightspeed-stack-skills.yaml) — example `lightspeed-stack.yaml` with skills configured

0 commit comments

Comments
 (0)