Add Images to Your Website-not accepting my code

Tell us what’s happening:
not accepting code for adding images to your website.
Your image should have a src attribute that points to the kitten image is unchecked while submitting even though the image is appearing the page with everything else.

Your code so far


<img src="https://www.bit.ly/fcc-relaxing-cat" 
alt = "relaxing cat">
<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>

Your browser information:

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

Link to the challenge:
https://learn.freecodecamp.org/responsive-web-design/basic-html-and-html5/add-images-to-your-website

Ola! Seja bem vindo ao fórum! O erro esta no link do src. Tente fazer novamente usando o link que tem no desafio.

You need to write exactly the provided link, the change you made to the link makes it not pass

bitly wont work. use the original link

what should be the original link?

have you resolve the issue? what did you do

if you need help on a chcallenge, use the ask for help button so that a new thread is created with already your code in it and people can help you based on your code