Add Images to your Website - Your image should have a src attribute that points to the kitten image

Tell us what’s happening: Hi guys
i have the image working fine i actually copied the image URL from the web and it is showing up fine in the test phone but i am getting this error
“Your image should have a src attribute that points to the kitten image.”
but it is pointing to the image since the image is showing Help been stuck for a while

Your code so far

<link href="https://fonts.googleapis.com/css?family=Lobster" rel="stylesheet" type="text/css">
<style>
  .red-text {
    color: red;
  }

  h2 {
    font-family: Lobster, Monospace;
  }

  p {
    font-size: 16px;
    font-family: Monospace;
  }
</style>

<h2 class="red-text">CatPhotoApp</h2>

<p class="red-text">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>

<img src="https://s3.amazonaws.com/freecodecamp/relaxing-cat.jpg" alt="kittens relaxing.">

<p class="red-text">Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.</p>

Your browser information:

Your Browser User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36.

Link to the challenge:
https://www.freecodecamp.org/challenges/add-images-to-your-website

I think the test is looking for the https://bit.ly/fcc-relaxing-cat URL. Try it with that instead of the fully expanded URL.