blackwinter / rb-gsl

Ruby interface to the GNU Scientific Library [Ruby 2.x and GSL 1.16 compatible fork of the gsl gem]
https://blackwinter.github.io/rb-gsl
Other
27 stars 7 forks source link

Broken RDoc link for matrices #6

Closed bigtunacan closed 10 years ago

bigtunacan commented 10 years ago

When visiting the RDoc pages I noticed the link for matrices is not working.

http://blackwinter.github.io/rb-gsl/files/rdoc/matrix_rdoc.html

blackwinter commented 10 years ago

Where did you find the broken link exactly? I can't find it and the W3C Link Checker doesn't report it either.

bigtunacan commented 10 years ago

Ah sorry, it was here on the ref_doc list item number 8. Vectors and Matrices. The Matrices link is pointing to the link I referred to originally; I believe it should be http://blackwinter.github.io/rb-gsl/rdoc/matrix_rdoc.html

blackwinter commented 10 years ago

Ok, thanks. I'll try to fix those links (found some more while looking for the one you mentioned).

blackwinter commented 10 years ago

Done. Thanks for pointing it out.