Hello, I'm not sure if this was done intentionally, or accidentally, but it appears that recently all the links in docs require the trailing slash to be present at the end of the URL, otherwise users get a 404 page.
You can see an example of this behavior by opening those links:
Hello, I'm not sure if this was done intentionally, or accidentally, but it appears that recently all the links in docs require the trailing slash to be present at the end of the URL, otherwise users get a 404 page.
You can see an example of this behavior by opening those links:
First one will work just fine, while the other will redirect users to: https://swagger.io/open-source-tools/swagger-ui/usage/cors/
Which is incorrect, because
/docs/
prefix is missing in the redirect URL.Hopefully this can be resolved soon.