andymeneely / squib

A Ruby DSL for prototyping card games.
http://squib.rocks
MIT License
918 stars 67 forks source link

the Layouts Are Squib’s Best Feature documention has some broken links #388

Open joem opened 6 months ago

joem commented 6 months ago

The links to the built in layouts are broken. In the docs, the layouts are at:

https://github.com/andymeneely/squib/tree/master/lib/squib/layouts/

But those links don't work and in the current version of the repo they're actually at:

https://github.com/andymeneely/squib/tree/master/lib/squib/builtin/layouts/

So, for example, the link to the hand layout currently reads https://github.com/andymeneely/squib/tree/master/lib/squib/layouts/hand.yml but it should actually read https://github.com/andymeneely/squib/tree/master/lib/squib/builtin/layouts/hand.yml.