Manual for Pijul

#38 Image URLs are broken in the theory chapter

Closed on May 27, 2021
MazeChaZer on April 27, 2021

In the theory chapter, no image displays correctly. This is because the paths are wrong, instead of "//pijul.org/img/*" they should point to "//pijul.org/manual/*".

MazeChaZer on April 27, 2021

If you want to read the manual in the meantime, you can paste this into your browser JavaScript console:

for (const img of document.getElementsByTagName("img")) { img.src = img.src.replace("/img/", "/manual/") }
ammkrn added a change on April 28, 2021
7MJK6JBS57Y4OR3F6ZUYIBN6BTR7LZUXGNI33VID4D67XI3A5ZEAC
main
pmeunier on May 27, 2021

I just applied this patch, thanks!

pmeunier closed this discussion on May 27, 2021