kryx7 / capstone

Codecademy Capstone Project
0 stars 0 forks source link

images incorrectly linked #1

Open ad3429 opened 7 years ago

ad3429 commented 7 years ago

https://github.com/kryx7/capstone/blob/master/index.html#L27-L29

It seems you linked to local files on your computer rather than linking to the file in your folder directly. The correct way to link would be something like:

screen shot 2017-11-07 at 2 16 46 pm

All of your image link paths should be in this format

kryx7 commented 7 years ago

Aaaaaa, i see.....I didn't know that. I thought it would work if I used the local path. I am hoping that you were able to see the images eventually and that this didn't make things harder for you to review. Thanks for the code format to link the images. I had taken note of that, marking it "very important"! :)