Learn HTML by Building a Cat Photo App - Step 12

Tell us what’s happening:
Describe your issue in detail here.
so i’ve done what it asked for, turn the words “cat photos” in the (p) element into a link for codecamp but it still says my code is wrong. Can someone show me how my code is supposed to look like because i’ve been here for WAY too long.
Your code so far

<html>
  <body>
    <h1>CatPhotoApp</h1>
    <main>
      <h2>Cat Photos</h2>
      <!-- TODO: Add link to cat photos -->

<!-- User Editable Region -->

      <p>Click here to view more <a href="https://freecatphotoapp.com">cat photos.</a></p>
      <a href="https://freecatphotoapp.com">cat photos</a>

<!-- User Editable Region -->

      <img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="A cute orange cat lying on its back.">
    </main>
  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36

Challenge: Learn HTML by Building a Cat Photo App - Step 12

Link to the challenge:

You have the wrong starter code.
I suggest you click the reset button that looks like an arrow turning and then also click CTRL-F5 to force the browser to reload the page and that should provide you with the correct paragraph text.

i’ve done what you suggested but the paragraph/instructions are still the same as before

If you have reloaded, the paragraph should say: See more cat photos in our gallery.

Take a look at how your page actually looks and I am sure you will see your error. You have 2 cat photos links

True, but that was only part of the problem and once I removed that extra link it STILL didn’t accept the code, but the lesson seems to have updated so this passed
Added () to show code

(<)p>See more (<)a href=https://(freecatphotoapp.)com>cat photos(<)/a> in our gallery.(<)/p>
(<)a href=“https://(freecatphotoapp.)com”>link to cat pictures(<)/a>
(<)img src=“https://(cdn.freecodecamp.)org/curriculum/cat-photo-app/relaxing-cat.jpg” alt=“A cute orange cat lying on its back.”>

so if I’m looking over all this correctly, the problem was the wording it initially gave me “click here to view more cat photos.” The lessons wording was wrong, I think the curriculum needs to be checked again for things like this because I’ve been here WAY too long and it wasn’t even my fault.