rustgd / cgmath

A linear algebra and mathematics library for computer graphics.
https://docs.rs/cgmath
Apache License 2.0
1.12k stars 155 forks source link

Update links in quaternions.rs #535

Closed danakj closed 3 years ago

danakj commented 3 years ago

The old link no longer goes to a valid page, and it appears to be malicious.

danakj commented 3 years ago

I will also note here that the links don't render correctly on docs.rs: https://docs.rs/cgmath/0.18.0/cgmath/struct.Quaternion.html#performance-notes

But I am not sure what the format should be to fix it.

nstoddard commented 3 years ago

Thanks for fixing this!

I will also note here that the links don't render correctly on docs.rs: https://docs.rs/cgmath/0.18.0/cgmath/struct.Quaternion.html#performance-notes

But I am not sure what the format should be to fix it.

It looks like it's inserting a space between the part in [] and the part in (). Maybe try putting both parts in one line with no space in between? Not sure why that would be necessary though.

danakj commented 3 years ago

Oh yeah, good point. Okay I've fixed the links in this file too. Thanks