Skip to content

fix(readme): use absolute URLs for logo images so they render on PyPI#126

Merged
krisztianfekete merged 1 commit into
agentevals-dev:mainfrom
Navteca:fix/pypi-logo-image
May 4, 2026
Merged

fix(readme): use absolute URLs for logo images so they render on PyPI#126
krisztianfekete merged 1 commit into
agentevals-dev:mainfrom
Navteca:fix/pypi-logo-image

Conversation

@frivas-at-navteca
Copy link
Copy Markdown
Contributor

Summary

  • Fixes the broken logo image on the PyPI project page
  • Replaces relative paths (docs/assets/logo-*.svg) with absolute raw.githubusercontent.com URLs
  • PyPI does not serve local files, so relative paths result in a broken image; absolute URLs work both on PyPI and GitHub

Closes #62

Note: AI assisted with identifying the root cause and generating the fix. The change is a straightforward 3-line diff that I understand fully.

@krisztianfekete krisztianfekete merged commit bf9fe11 into agentevals-dev:main May 4, 2026
5 checks passed
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.

add README.md to src/agentevals so it shows up in pypi

2 participants