Skip to content

Fix broken images in finance-chart-sandbox README#73

Open
jliounis wants to merge 1 commit into
mainfrom
fix/finance-chart-sandbox-images
Open

Fix broken images in finance-chart-sandbox README#73
jliounis wants to merge 1 commit into
mainfrom
fix/finance-chart-sandbox-images

Conversation

@jliounis
Copy link
Copy Markdown
Collaborator

@jliounis jliounis commented Jun 1, 2026

Problem

The images in the Finance Chart (Sandbox) example don't render on the live cookbook (docs.perplexity.ai). The references used relative paths:

![...](../../static/img/finance-chart-sandbox-aapl.png)

These don't resolve on the deployed Mintlify site — the repo-root static/ folder isn't served there. (The same broken pattern affects other examples like discord-py-bot; verified all candidate deployed paths return 404.)

Fix

Point both images at their committed location via raw.githubusercontent.com, which returns 200 image/png and matches the convention already used by the showcase pages:

![...](https://raw.githubusercontent.com/perplexityai/api-cookbook/main/static/img/finance-chart-sandbox-aapl.png)

Affects only docs/examples/finance-chart-sandbox/README.mdx (2 image references).

🤖 Generated with Claude Code

The relative ../../static/img/ paths don't resolve on the deployed
Mintlify cookbook (docs.perplexity.ai). Use absolute raw.githubusercontent
URLs instead, matching the convention used by the showcase pages.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant