Skip to content

Commit 0143911

Browse files
abrichrclaude
andauthored
fix(docs): use absolute URLs for README images and links on PyPI (#36)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 444d014 commit 0143911

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,18 @@ OpenAdapt Evals is a unified framework for evaluating GUI automation agents agai
1414

1515
## Benchmark Viewer
1616

17-
![Benchmark Viewer Animation](animations/benchmark-viewer.gif)
17+
![Benchmark Viewer Animation](https://raw.githubusercontent.com/OpenAdaptAI/openadapt-evals/main/animations/benchmark-viewer.gif)
1818

1919
<details>
2020
<summary>More screenshots</summary>
2121

2222
**Task Detail View** -- step-by-step replay with screenshots, actions, and execution logs:
2323

24-
![Task Detail View](docs/screenshots/desktop_task_detail.png)
24+
![Task Detail View](https://raw.githubusercontent.com/OpenAdaptAI/openadapt-evals/main/docs/screenshots/desktop_task_detail.png)
2525

2626
**Cost Tracking Dashboard** -- real-time Azure VM cost monitoring with tiered sizing and spot instances:
2727

28-
![Cost Dashboard](screenshots/cost_dashboard_preview.png)
28+
![Cost Dashboard](https://raw.githubusercontent.com/OpenAdaptAI/openadapt-evals/main/screenshots/cost_dashboard_preview.png)
2929

3030
</details>
3131

@@ -259,7 +259,7 @@ uv sync --extra dev
259259
uv run pytest tests/ -v
260260
```
261261

262-
See [CLAUDE.md](./CLAUDE.md) for development conventions and architecture details.
262+
See [CLAUDE.md](https://github.com/OpenAdaptAI/openadapt-evals/blob/main/CLAUDE.md) for development conventions and architecture details.
263263

264264
## Related Projects
265265

0 commit comments

Comments
 (0)