Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Photobucket link #65

Open
Galbi3000 opened this issue Apr 15, 2018 · 0 comments
Open

Photobucket link #65

Galbi3000 opened this issue Apr 15, 2018 · 0 comments

Comments

@Galbi3000
Copy link

Galbi3000 commented Apr 15, 2018

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 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant