pioz / chess

A fast chess library that use bitboards to play chess with Ruby
GNU Lesser General Public License v3.0
59 stars 17 forks source link

Documentation link in README doesn't work #25

Closed timburgan closed 2 years ago

timburgan commented 2 years ago

Hello @pioz

The documentation link in the README https://github.com/pioz/chess/blob/master/README.md?plain=1#L37 is returning a 404.

**Documentation** is available **[here](http://pioz.github.com/chess)**.

Is there a bug in the GitHub Pages generation of the documentation?

Thanks, Tim

pioz commented 2 years ago

Thank you for your issue. The link is broken because GitHub pages do not work anymore under the domain github.com but only github.io.

Fixed.