nus-cs2113-AY1920S2 / forum

4 stars 0 forks source link

Why does GitHub Pages not show images? #106

Open alaukiknpant opened 4 years ago

alaukiknpant commented 4 years ago

Screen Shot 2020-04-11 at 13 34 37

I can see the image in my .md file but I cannot seem to see it in GitHub Pages. Is there any particular reason this happens?

damithc commented 4 years ago

Links to md file and html file?

rdimaio commented 4 years ago

A couple suggestions:

A11riseforme commented 4 years ago

replace the line ![Image of SwitchCase](https://github.com/AY1920S2-CS2113-T14-2/tp/blob/master/docs/images/switchCase.png) by ![Image of SwitchCase](images/switchCase.png) or ![Image of SwitchCase](https://raw.githubusercontent.com/AY1920S2-CS2113-T14-2/tp/master/docs/images/switchCase.png) it is because https://github.com/AY1920S2-CS2113-T14-2/tp/blob/master/docs/images/switchCase.png is not even a pure image resource.