Skip to content

Commit cb141f7

Browse files
committed
Update prompts documentation links in instructions
1 parent da29841 commit cb141f7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/advanced/instructions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
There are several useful instructions for different tasks. Each instruction is tailored to a specific role or task,
44
ensuring clarity and efficiency in the process.
55

6-
CTX supports also prompts definition straight in the `context.yaml` file. Read more about it in the [Prompts](/prompts)
6+
CTX supports also prompts definition straight in the `context.yaml` file. Read more about it in the [Prompts](/mcp/prompts)
77
section.
88

99
## PHP Developer
@@ -313,8 +313,8 @@ You can add ready-to-use prompts to your project by adding the following to your
313313
```yaml
314314
import:
315315
- type: url
316-
url: https://gist.githubusercontent.com/butschster/1b7e597691cc1a6476b15dc120ecbddb/raw/9cda0186689e5c819e1f60b486a9d960fcf412c2/prompts.yaml
316+
url: https://gist.githubusercontent.com/butschster/1b7e597691cc1a6476b15dc120ecbddb/raw/a4d706bf0738e440da04b71a32707bb9bb950f86/prompts.yaml
317317
```
318318
319319
These shared prompt collections can help standardize approaches to common development tasks across your team and
320-
projects. **For more details on working with prompts, see the [Prompts documentation](/prompts)**.
320+
projects. **For more details on working with prompts, see the [Prompts documentation](/mcp/prompts)**.

0 commit comments

Comments
 (0)