I need help with my test

Tell us what’s happening:
I have been having problem with this since but can’t figure it out
Please I need a guide on how to pass through this

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" alt="relaxing cat">

Your browser information:

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

Challenge: Add Images to Your Website

Link to the challenge:

Hello,

The issue seems to be a typo in the source link of your image. I believe it should be:
src=“https://bit.ly/fcc-relaxing-cat

Hope this helps.

Hey, @Emmanuem
Welcome to the FCC forum.

You have typed the link wrong.

It should be

https://bit.ly/fcc-relaxing-cat

Next time please copy/paste the link to make sure no typo occurs.

Thanks and Happy Coding.

@Emmanuem & @m3li Welcome to the FreeCodeCamp Forums! @Emmanuem Looks like you made a typo in your link you are missing a little - sign. Like @codely said copying and pasting the link from the instructions should eliminate this problem later on. Happy Coding! :smile:

Thanks guys

tkstyles

Already found the answer

tkstyles