WordPress/openverse-api

Broken ReDoc Link

ramadanomar opened this issue ยท 3 comments

Description

qucikstart.md has a broken link to Api Redoc page.

Screenshots image

Resolution

  • ๐Ÿ™‹ I would be interested in resolving this bug.

If the ReDoc documentation is this one, i'll create a pr to update it. Please lmk if this is an old/outdated link as i couldn't find anything newer on the internet/slack

Here the port changed from 8000 to 50280 which no longer points to the docs. I cant find where the doc content is located to edit it. The quickstart.md has the new port (50280). I'll try to look into it and update pr #901
image

@ramadanomar, thank you for reporting this!

It's an interesting issue. The broken link is actually a screenshot image that is available in the repository. You can see it load on the Sphinx documentation page here: https://wordpress.github.io/openverse-api/guides/quickstart.html. However, the Sphinx doc page still has the old port information. @dhruvkb, do we need to re-build the docs to update the ports? I wonder if we will see this broken image on the docs page after we rebuild it?

The documentation page appears to have the correct port now. Thanks!