Bug Report - Parsing Error - Can't Proceed

Lesson:
Basic HTML and HTML5: Add Images to Your Website

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

Problem:
There is a parsing error in the lesson that blocks me from proceeding. (sorry, my print screen doesn’t work)

The result looks fine, but  the parser doesn't recognize the  image src attribute. It blocks me from proceeding

 I tried refreshing the page, clearing cache, clearing local memory & the error persists.

Error Message:
“Your image should have a src attribute that points to the kitten image.”

My code:

CatPhotoApp

 <main>

      <p>Kitty ipsum dolor sit amet, shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff. </p>

     <p>Prr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip couch  sleep in the sink fluffy fir catnip scratched.</p>

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

Hi, the tutorial says you should have the following link for the source: https://bit.ly/fcc-relaxing-cat. You have a different one (although it links to the same image).