From a26cf5df5570fdd7886f62a0e20c508c9254cb53 Mon Sep 17 00:00:00 2001 From: Richard Abrich Date: Tue, 24 Feb 2026 01:46:16 -0500 Subject: [PATCH] fix(docs): use absolute URLs for README images so they render on PyPI Co-Authored-By: Claude Opus 4.6 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b3497c1..a202068 100644 --- a/README.md +++ b/README.md @@ -14,18 +14,18 @@ OpenAdapt Evals is a unified framework for evaluating GUI automation agents agai ## Benchmark Viewer -![Benchmark Viewer Animation](animations/benchmark-viewer.gif) +![Benchmark Viewer Animation](https://raw.githubusercontent.com/OpenAdaptAI/openadapt-evals/main/animations/benchmark-viewer.gif)
More screenshots **Task Detail View** -- step-by-step replay with screenshots, actions, and execution logs: -![Task Detail View](docs/screenshots/desktop_task_detail.png) +![Task Detail View](https://raw.githubusercontent.com/OpenAdaptAI/openadapt-evals/main/docs/screenshots/desktop_task_detail.png) **Cost Tracking Dashboard** -- real-time Azure VM cost monitoring with tiered sizing and spot instances: -![Cost Dashboard](screenshots/cost_dashboard_preview.png) +![Cost Dashboard](https://raw.githubusercontent.com/OpenAdaptAI/openadapt-evals/main/screenshots/cost_dashboard_preview.png)
@@ -259,7 +259,7 @@ uv sync --extra dev uv run pytest tests/ -v ``` -See [CLAUDE.md](./CLAUDE.md) for development conventions and architecture details. +See [CLAUDE.md](https://github.com/OpenAdaptAI/openadapt-evals/blob/main/CLAUDE.md) for development conventions and architecture details. ## Related Projects