Src does not point to the image

**Tell us what’s happening:**Hello, i have a problem with my image, i can’t insert it. It says the src is not attribute (it doesn’t point at the image). Does someone now why?

Your code so far


<h2>CatPhotoApp</h2>
<main>
<p>Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.</p>
<p>Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.</p>
</main>

<img src="https://.bit.ly/fcc-relaxing-cat/your image.jpg" alt="A relaxing cat."/>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36.

Challenge: Add Images to Your Website

Link to the challenge:

Hi @Francois17.9!

Welcome to the forum!

Your src url is different than what was provided for you in the lesson.

Correct url that FCC gave you
https://bit.ly/fcc-relaxing-cat

1 Like

Thank you. i have tried the link like exactly like you’ve written it but it still blocks. Do i have to put these : “” before https?

You should wrap the url in quotes.

Can I see your updated code?

i rewrote your link and it worked this time!
I had just put too much “-”.
thank you very much for your help.