Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Many (or all ?) internal links from the "distribution" page are broken and leads to a 404 page. #1840

Open
Morgan-Capron opened this issue Nov 21, 2023 · 1 comment

Comments

@Morgan-Capron
Copy link

The links on the "distribution" page pointing to the API documentation seems to all lead to a 404 error page.

They works in the Github preview.

Examples:

404: https://api-platform.com/deployment/index/
200: https://api-platform.com/docs/deployment/

Note: without ending slash "/" this example redirect to an error page
https://api-platform.com/docs/deployment -> https://api-platform.com/docs/deployment/distribution

Error:
NoSuchKeyThe specified key does not exist.No such object: api-platform-website-v3/deployment/distribution/index.html

@pieterocp
Copy link
Contributor

Yeah, lots of the images are broken too e.g. :

image

It's weird since the images are clearly being hosted, just not being referenced quite right.

404 - https://api-platform.com/docs/core/nelmio-api-doc/images/core/NelmioApiDocBundle.png

200 - https://api-platform.com/docs/core/images/NelmioApiDocBundle.png

As part of any deployment of the docs, a crawler that looks for 404s should catch any issues of this type from happening again.

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

No branches or pull requests

2 participants