Can't move to the next level,what am i doing wrong

Tell us what’s happening:

  **Your code so far**

<h2>CatPhotoApp</h2>
<main>
<a href="http://freecatphotoapp.com">cat photos</a> (there is a problem here )



<img src="https://bit.ly/fcc-relaxing-cat" alt="A cute orange cat lying on its back.">

<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.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36.

Challenge: Link to External Pages with Anchor Elements

Link to the challenge:
https://www.freecodecamp.org/learn/responsive-web-design/basic-html-and-html5/link-to-external-pages-with-anchor-elementsa

your exercise link is broken, you added an extra “a” in the end.
I used your code to pass exercise and it worked, im not sure why you couldnt, maybe its browser/client issue

It passes for me too using your code.
However I noticed that your href attribute links to a URL with the HTTP protocol, while the one it mentions in the challenge uses HTTPS. Perhaps see if changing that fixes your issue?