We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
Every links to the API docs in the documentation are broken.
Example:
In this part of the documentation there a link to the API docs of @PathParam and the link is broken:
@PathParam
The link is https://jax-rs.github.io/apidocs/2.1.6//PathParam.html And I think it should be https://jax-rs.github.io/apidocs/2.1/javax/ws/rs/PathParam.html
You can see many of these links here:
Would it be possible to fix this?
Thank you very much!
The text was updated successfully, but these errors were encountered:
HTML (page) is already fixed, PR is submitted to prevent wrong links generation in future.
Sorry, something went wrong.
Thanks a lot!
merged, can be closed as fixed
senivam
No branches or pull requests
Hello,
Every links to the API docs in the documentation are broken.
Example:
In this part of the documentation there a link to the API docs of
@PathParam
and the link is broken:The link is https://jax-rs.github.io/apidocs/2.1.6//PathParam.html
And I think it should be https://jax-rs.github.io/apidocs/2.1/javax/ws/rs/PathParam.html
You can see many of these links here:
Would it be possible to fix this?
Thank you very much!
The text was updated successfully, but these errors were encountered: