docs: update image paths (#3599)

# What does this PR do?
* Updates image paths for images in docs/resources/ to proper static
image locations

## Test Plan
* `npm run build` builds documentation properly
This commit is contained in:
Alexey Rybak 2025-09-29 13:14:05 -07:00 committed by GitHub
parent 7c888fc0da
commit 498be131a1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 2 additions and 2 deletions

View file

@ -261,7 +261,7 @@ You can even run `llama model prompt-format` see all of the templates and their
```
llama model prompt-format -m Llama3.2-3B-Instruct
```
![alt text](../../../resources/prompt-format.png)
![alt text](/img/prompt-format.png)
You will be shown a Markdown formatted description of the model interface and how prompts / messages are formatted for various scenarios.