You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just a very minor issue. In the README.md the Photobucket link is blocked by Photobucket showing an image saying "3rd Party Hosting has been temporarily disabled." Instead of relying on an image hosting site like Photobucket you could just put the photo in the files of the project and link to it via GitHub like I did in my project: https://github.com/Galbi3000/TeamSpeak-3-Monitor-ESP8266
If you save your image (CIMG6810.jpg) in the root of the project then you can use the following link in README.md:
I think you can see that the /blob/master/ in the URL points to the root folder of your project files in the GitHub pages so any sub folder of your project can be referenced from there :)
The text was updated successfully, but these errors were encountered:
Just a very minor issue. In the README.md the Photobucket link is blocked by Photobucket showing an image saying "3rd Party Hosting has been temporarily disabled." Instead of relying on an image hosting site like Photobucket you could just put the photo in the files of the project and link to it via GitHub like I did in my project: https://github.com/Galbi3000/TeamSpeak-3-Monitor-ESP8266
If you save your image (CIMG6810.jpg) in the root of the project then you can use the following link in README.md:
![image](https://github.com/sumotoy/TFT_ILI9163C/blob/master/CIMG6810.jpg)
Or put it in a folder called images and use this link instead:
![image](https://github.com/sumotoy/TFT_ILI9163C/blob/master/images/CIMG6810.jpg)
I think you can see that the /blob/master/ in the URL points to the root folder of your project files in the GitHub pages so any sub folder of your project can be referenced from there :)
The text was updated successfully, but these errors were encountered: