
Hello, I have a concern about the images used for a custom character sheet. for my prototype I use images on my github page; I wish to use the image in the fork I made on roll20 git, before to push a request for my sheet I used something like in my dev css : <a href="https://github.com/aloade/pathfinder/raw/master/image/button.jpg" rel="nofollow">https://github.com/aloade/pathfinder/raw/master/image/button.jpg</a> on the game : <a href="https://imgsrv.roll20.net/?src=https%3A//github.com/aloade/pathfinder/raw/master/image/button.jpg" rel="nofollow">https://imgsrv.roll20.net/?src=https%3A//github.com/aloade/pathfinder/raw/master/image/button.jpg</a> the images are shown correctly in the fork I made from Roll20 in the css sheet : <a href="https://github.com/aloade/roll20-character-sheets/raw/master/Pathfinder%20Adventurer's/image/button.jpg" rel="nofollow">https://github.com/aloade/roll20-character-sheets/raw/master/Pathfinder%20Adventurer's/image/button.jpg</a> on the game : <a href="https://imgsrv.roll20.net/?src=https%3A//github.com/aloade/roll20-character-sheets/raw/master/Pathfinder%20Adventurer's/image/button.jpg" rel="nofollow">https://imgsrv.roll20.net/?src=https%3A//github.com/aloade/roll20-character-sheets/raw/master/Pathfinder%20Adventurer's/image/button.jpg</a> the link in CSS are shown correctly but in game I got an error. if I push to Roll20 git, I am afraid to have the same kind of error. to be clear before to push I will change the links <a href="https://github.com/aloade/roll20-character-sheets/raw/master/Pathfinder%20Adventurer's" rel="nofollow">https://github.com/aloade/roll20-character-sheets/raw/master/Pathfinder%20Adventurer's</a> to <a href="https://github.com/Roll20/roll20-character-sheets/raw/master/Pathfinder%20Adventurer's" rel="nofollow">https://github.com/Roll20/roll20-character-sheets/raw/master/Pathfinder%20Adventurer's</a>