HTML lesson - parsing error

There is a parsing error in the HTML class. I can’t proceed until the bug is fixed. Does anyone know how to report the bug?

Lesson:
Using the img tag.

My code:

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

The results: Kitten shows in the page, but I get the following error:
“Your image should have a src attribute that points to the kitten.”

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

I’ve edited your post for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

See this post to find the backtick on your keyboard. The “preformatted text” tool in the editor (</>) will also add backticks around text.

Note: Backticks are not single quotes.

markdown_Forums

there is no bug, you are using the wrong url. you need to use the url given in challenge description