Hey, I noticed that links in documentation are broken.
For example:
in https://www.chartjs.org/chartjs-plugin-annotation/latest/guide/types/box.html#label
when I click on "Padding":

I get url hash lost in redirection.
So instead of https://www.chartjs.org/chartjs-plugin-annotation/latest/guide/options.html#padding (expected)
I get https://www.chartjs.org/chartjs-plugin-annotation/latest/guide/options.html (actual) - note there is no #padding in the end.
Hey, I noticed that links in documentation are broken.
For example:
in https://www.chartjs.org/chartjs-plugin-annotation/latest/guide/types/box.html#label
when I click on "Padding":
I get url hash lost in redirection.
So instead of
https://www.chartjs.org/chartjs-plugin-annotation/latest/guide/options.html#padding(expected)I get
https://www.chartjs.org/chartjs-plugin-annotation/latest/guide/options.html(actual) - note there is no#paddingin the end.