Skip to content

Commit 750e001

Browse files
Fix lint errors
1 parent 50abbe0 commit 750e001

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

sources/platform/actors/development/ai_assistant_coding/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ Search engines weren't built for Large Language Modals (LLMs), but AI needs cont
2020

2121
Find them here:
2222

23-
- [llms.txt](/llms.txt)
24-
- [llms-full.txt](/llms-full.txt)
23+
- [llms.txt](https://docs.apify.com//llms.txt)
24+
- [llms-full.txt](https://docs.apify.com//llms-full.txt)
2525

2626
:::info LLMs.txt vs sitemap.xml vs robots.txt
2727

@@ -81,7 +81,7 @@ New to Apify? Ask questions and provide the `llms.txt` link. Popular AI models c
8181

8282
### Add rules
8383

84-
To get the most from AI IDEs, add rules or instructions.
84+
To get the most from AI IDEs, add rules or instructions.
8585

8686
See how to set up rules for your AI IDEs:
8787

@@ -108,4 +108,4 @@ As the project evolves, you might introduce new things. Always make sure that yo
108108

109109
- **Versioning**: Version your changes often using git. This lets you track changes, roll back if needed, and maintain a clear history.
110110

111-
- **Security**: Don't expose API keys, secrets, or sensitive information in your code or conversations with AI assistants.
111+
- **Security**: Don't expose API keys, secrets, or sensitive information in your code or conversations with AI assistants.

src/utils/ai-prompts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,4 @@ Include sections for:
7777
- Actor development & structure
7878
- Apify SDK usage patterns
7979
80-
Reference Apify documentation at https://docs.apify.com/llms-full.txt for accurate patterns and recommendations. Keep each rule concise and practical for actor development. Format as markdown with # headers and - bullet points.`;
80+
Reference Apify documentation at https://docs.apify.com/llms-full.txt for accurate patterns and recommendations. Keep each rule concise and practical for actor development. Format as markdown with # headers and - bullet points.`;

0 commit comments

Comments
 (0)