images at top of example page are broken
marco-m opened this issue · 5 comments
looks like image links on the first half of
https://github.com/quil/quil-examples/blob/master/src/quil_sketches/gen_art/README.md
are broken.
Yes, they are broken. Do you know good place to host images to be included in README?
Good question :-)
In my opinion, the safest and guaranteed to work forever is to add them to this git repo. I used to think this was not clean. But it works and will never break.
If you are against that, then I am very happy with https://www.netlify.com/, they have a free plan that you could use. Putting the images there is as simple as doing netlify deploy
in the images directory.
@nbeloglazov how did you fix the second half of the images in b038a06#diff-33731b788a1e33572fbcd950710feee37b9e05467e9b783c8a0817d4ac1f1e2c ?
If that option isn't available anymore, then I'd happily submit a PR using e.g this method, some external hosting, or possibly by including them in the repo.