Skip to content

Commit f27657f

Browse files
committed
Fixing location of images for the FAQ
1 parent 4ceb25e commit f27657f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/faq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ This FAQ document provides clear, concise answers to help developers seamlessly
2929
**A:** The always‑on rules are lightweight and have minimal impact on the AI agent’s context window. Glob‑scoped rules only apply to their matching file types. Below are Cursor examples: left, no rules; right, three always‑on rules enabled.
3030

3131
<p align="center">
32-
<img src="images/context-window-no-rules.png" alt="Cursor AI agent context window usage without Project CodeGuard rules" width="40%" style="display:inline-block; margin-right:2%;" />
33-
<img src="images/context-window-with-rules.png" alt="Cursor AI agent context window usage with Project CodeGuard rules enabled" width="40%" style="display:inline-block;" />
32+
<img src="../images/context-window-no-rules.png" alt="Cursor AI agent context window usage without Project CodeGuard rules" width="40%" style="display:inline-block; margin-right:2%;" />
33+
<img src="../images/context-window-with-rules.png" alt="Cursor AI agent context window usage with Project CodeGuard rules enabled" width="40%" style="display:inline-block;" />
3434
</p>
3535

3636
<center>

0 commit comments

Comments
 (0)