alexschimpf / fastapi-versionizer

FastAPI Versionizer
MIT License
79 stars 13 forks source link

Pypi project page has broken link #58

Closed Ryandaydev closed 6 months ago

Ryandaydev commented 6 months ago

Subject of the issue

The Pypi page for this project includes and broken "/examples" link.

Your environment

Website

Steps to reproduce

View the Pypi project page: https://pypi.org/project/fastapi-versionizer/#description

Click on the link in this statement: 'You can find examples in the examples directory.'

Looks like this is re-using the readme.md from the github repo, where that is a relative link to the examples in github.

Expected behaviour

This shouldn't be a link, or it should be a hard-coded link to the github examples.

Actual behaviour

Clicking on link goes https://pypi.org/examples and gets a 404.

alexschimpf commented 6 months ago

Thanks for the find. Fix is here: https://github.com/alexschimpf/fastapi-versionizer/pull/59

alexschimpf commented 6 months ago

Ok it's fixed: https://pypi.org/project/fastapi-versionizer/