mquan / lavish

a rails app that generates Bootstrap color scheme from an image
http://lavishbootstrap.com/
694 stars 92 forks source link

RDoc link issue. #1

Closed ghost closed 12 years ago

ghost commented 12 years ago

RDoc's :link seems to have a problem with the https:// protocol and generates a relative link (https://github.com/github.com/mquan/prizm). Of course, this results in a 404.

The dirty fix is to change the link to http://github.com/mquan/prizm. This results in a redirect to the https version of the site, but a redirect is better than a 404.