IMG saying source attribute invalid

Tell us what’s happening:

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="http://bit.ly/fcc-relaxing-cat" alt="relaxing cat"/>



**Your browser information:**

User Agent is: <code>Mozilla/5.0 (Linux; Android 7.0; TECNO CA6 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.137 Mobile Safari/537.36</code>.

**Challenge:** Add Images to Your Website

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

In order for the test to recognize your src attribute as correct, it has to be exactly what they told you. Your URL needs to be

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

You are missing the “s” in “https”.