CatPhotoApp
Cat Photos
<a href="https://freecatphotoapp.com">
<img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="A cute orange cat lying on its back.">
</a>
<a href="https://freecatphotoapp.com">
<img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="A cute orange cat lying on its back.">
</a>
What you have above is the correct way to turn the image into a link, so it should pass. If it is not passing then chances are you accidentally changed something else you weren’t supposed to and that is causing the tests to fail.
Always include all of your HTML so we can see exactly what you did and can help you find any unnecessary changes.